PCSU1000 under Windows XP 64 bit?

Hi,

I have just bought one of the PCSU1000 two channel oscilloscopes but it will not work with either my PC or laptop.

Both are using 64-BIT processors, to be honest I didn’t even know they were it just works with anything else I install, and the message on install says to contact the vendor and request the 64 bit installation for Windows XP.

I cannot find the XP 64 bit installation on the CD or the support website please advise.

Dominic Baines

Not VISTA, so no signed driver problem.

I am using Windows XP but 64 bit version.

Can you not just compile to 64 bit OS?

Please give me the source and I’ll do it and return the 64 bit binary to you. To be honest didn’t realise my hobby shack PC was 64 bit, thought it was 32 bit.

Dom

The driver for 64 bit XP seems to be available.
The driver version is 2.04.06 dated 20th March 2008.
ftdichip.com/Drivers/CDM/CDM … tified.zip

This is the link to the Web site:
ftdichip.com/Drivers/D2XX.htm

Maybe you can slightly modify the .inf file (PID and VID and the strings section) according to the ftd2xx.inf file of the original driver.

I tried it with no success… yet.

[quote=“VEL255”]The driver for 64 bit XP seems to be available.
The driver version is 2.04.06 dated 20th March 2008.
ftdichip.com/Drivers/CDM/CDM … tified.zip

This is the link to the Web site:
ftdichip.com/Drivers/D2XX.htm

Maybe you can slightly modify the .inf file (PID and VID and the strings section) according to the ftd2xx.inf file of the original driver.[/quote]

The oscilloscope program will not install on XP 64 bit.

Dom

You can install the software to 32 bit PC first. Then just copy the folder PC-Lab2000SE (C:\Program Files\Velleman…) to your 64 bit PC. Copy all the DLL and SYS files from that folder to the SYSTEM32 folder too.

Then download the driver version 2.04.06 from:
ftdichip.com/Drivers/CDM/CDM … tified.zip

Extract it (keeping the folder structure).
Then edit the file ftdibus.inf by replacing it by the following text.
Then plug in the PCSU1000 and install this driver.

ftdibus.inf

[code]; FTDIBUS.INF
; Copyright © 2000-2008 FTDI Ltd.
;
; USB serial converter driver installation for Windows 2000, XP, Server 2003, Vista, Server 2008 (x86 and x64).
;

[Version]
Signature="$Windows NT$"
DriverPackageType=PlugAndPlay
DriverPackageDisplayName=%DESC%
Class=USB
ClassGUID={36fc9e60-c465-11cf-8056-444553540000}
Provider=%FTDI%
CatalogFile=ftdibus.cat
DriverVer=03/13/2008,2.04.06

[SourceDisksNames]
1=%DriversDisk%,

[SourceDisksFiles]
ftdibus.sys = 1,i386
ftbusui.dll = 1,i386
ftd2xx.dll = 1,i386
FTLang.Dll = 1,i386

[SourceDisksFiles.amd64]
ftdibus.sys = 1,amd64
ftbusui.dll = 1,amd64
ftd2xx64.dll = 1,amd64
ftd2xx.dll = 1,i386
FTLang.Dll = 1,amd64

[DestinationDirs]
FtdiBus.NT.Copy = 10,system32\drivers
FtdiBus.NT.Copy2 = 10,system32
FtdiBus.NTamd64.Copy = 10,system32\drivers
FtdiBus.NTamd64.Copy2 = 10,system32
FtdiBus.NTamd64.Copy3 = 10,syswow64

[Manufacturer]
%Ftdi%=FtdiHw,NTamd64

[FtdiHw]
%USB\VID_0403&PID_6001.DeviceDesc%=FtdiBus.NT,USB\VID_0403&PID_6001
%USB\VID_0403&PID_6010&MI_00.DeviceDesc%=FtdiBus.NT,USB\VID_0403&PID_6010&MI_00
%USB\VID_0403&PID_6010&MI_01.DeviceDesc%=FtdiBus.NT,USB\VID_0403&PID_6010&MI_01
%USB\VID_10cf&PID_1000.DeviceDesc%=FtdiBus.NT,USB\VID_10cf&PID_1000

[FtdiHw.NTamd64]
%USB\VID_0403&PID_6001.DeviceDesc%=FtdiBus.NTamd64,USB\VID_0403&PID_6001
%USB\VID_0403&PID_6010&MI_00.DeviceDesc%=FtdiBus.NTamd64,USB\VID_0403&PID_6010&MI_00
%USB\VID_0403&PID_6010&MI_01.DeviceDesc%=FtdiBus.NTamd64,USB\VID_0403&PID_6010&MI_01
%USB\VID_10cf&PID_1000.DeviceDesc%=FtdiBus.NTamd64,USB\VID_10cf&PID_1000

[FtdiBus.NT.HW]
AddReg=FtdiBus.NT.HW.AddReg

[FtdiBus.NTamd64.HW]
AddReg=FtdiBus.NT.HW.AddReg

[FtdiBus.NT.HW.AddReg]
HKR,“ConfigData”,0x00010001,0

[ControlFlags]
ExcludeFromSelect=*

[FtdiBus.NT]
CopyFiles=FtdiBus.NT.Copy,FtdiBus.NT.Copy2
AddReg=FtdiBus.NT.AddReg

[FtdiBus.NTamd64]
CopyFiles=FtdiBus.NTamd64.Copy,FtdiBus.NTamd64.Copy2,FtdiBus.NTamd64.Copy3
AddReg=FtdiBus.NT.AddReg

[FtdiBus.NT.Services]
AddService = FTDIBUS, 0x00000002, FtdiBus.NT.AddService

[FtdiBus.NTamd64.Services]
AddService = FTDIBUS, 0x00000002, FtdiBus.NT.AddService

[FtdiBus.NT.AddService]
DisplayName = %SvcDesc%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %10%\system32\drivers\ftdibus.sys
LoadOrderGroup = Base
AddReg = FtdiBus.NT.AddService.AddReg

[FtdiBus.NT.AddReg]
HKR,DevLoader,*ntkern
HKR,NTMPDriver,ftdibus.sys
HKR,EnumPropPages32,“ftbusui.dll,FTBUSUIPropPageProvider”

[FtdiBus.NT.AddService.AddReg]
;HKR,Parameters,“LocIds”,1,31,00,00,00,32,00,00,00,00
;HKR,Parameters,“RetryResetCount”,0x10001,1000

[FtdiBus.NT.Copy]
ftdibus.sys

[FtdiBus.NT.Copy2]
ftbusui.dll
ftd2xx.dll
FTLang.dll

[FtdiBus.NTamd64.Copy]
ftdibus.sys

[FtdiBus.NTamd64.Copy2]
ftbusui.dll
ftd2xx.dll,ftd2xx64.dll
FTLang.dll

[FtdiBus.NTamd64.Copy3]
ftd2xx.dll

[Strings]
Ftdi=“FTDI”
DESC=“CDM Driver Package”
DriversDisk=“FTDI USB Drivers Disk”
USB\VID_0403&PID_6001.DeviceDesc=“USB Serial Converter”
USB\VID_0403&PID_6010&MI_00.DeviceDesc=“USB Serial Converter A”
USB\VID_0403&PID_6010&MI_01.DeviceDesc=“USB Serial Converter B”
USB\VID_10cf&PID_1000.DeviceDesc=“PCSU1000_Oscilloscope”
SvcDesc=“USB Serial Converter Driver”
ClassName=“USB”[/code]

Thanks. The details are very thorough, I will attempt this later after I find a 32 bit PC to install to first.

I have to state this and I mean it in all humility and I really am very greatful for the assistance but you need to see this from my perspective the suggestion is a little hard to understand. If I had had a PC with a 32 bit CPU do you not think I would have used that and not even asked for the 64 bit software?

Could you prepare an installation for other 64 bit users as I am sure there must be others that would have 64 bit PC’s that will have a similar problem.

Dom

On the Velsoft CD there is a folder:
D:\PC-lab2000SE\In case of Set-up problems\PC-LAB2000SE

There you’ll find an image of the installed PC-Lab2000SE software.
Just copy it to your 64 bit PC and copy all the DLL and SYS files to Windows’ SYSTEM32 folder.

This way you get an older version of the PC-LAB2000SE but anyhow you can do some tests…

After the driver installation continue by running the Pc_Lab2000se.exe.

Electromanic- Thanks for your work on getting FSCU1000 scope to work under 64-bit OS. I got it to work great under WinXP x64 with your help. Think you could make a similar modified INF file for the FGCU1000 Function Generator under x64 OS? I have both instruments.

I think it would be great if your next PCLAB software release would include 64-bit drivers. Lots of us Tech-Heads out here are now running x64 OS or will be soon.

Thanks,
Mark- Texas