View previous topic :: View next topic |
Author |
Message |
Oli Guest
|
modifications to USB CDC driver for 64 bit compatibility |
Posted: Fri Jan 15, 2010 5:01 am |
|
|
Hi All
Today I needed to use the USB CDC driver to run on a 64 bit machine (windows 7). You need to modify the cdc_NTXPVista.inf file with the following lines (open in notepad)
Code: |
[Manufacturer]
%ProviderName%=DeviceList, NTx86, NTamd64
[CCS]
%CCS_CDC%=Reader, USB\VID_0461&PID_0033
[Reader_Install.NTx86]
;Windows2000
[DeviceList.NTamd64]
%CCS_CDC%=Reader, USB\VID_0461&PID_0033 |
Seems to work perfectly for me, hope this helps someone out. |
|
|
FRedShift
Joined: 09 Apr 2010 Posts: 1
|
|
Posted: Fri Apr 09, 2010 9:34 am |
|
|
It does for me ! thank you. |
|
|
palomino
Joined: 30 Jul 2008 Posts: 4
|
|
Posted: Wed Apr 21, 2010 10:15 pm |
|
|
Its work on Win7 x64 and Vistax64 (sp2) for me too.
Thanks!!!! |
|
|
btklister
Joined: 16 Jul 2009 Posts: 14
|
|
Posted: Sat May 29, 2010 7:50 pm |
|
|
Thanks it works |
|
|
lucasromeiro
Joined: 27 Mar 2010 Posts: 167
|
|
Posted: Wed Jun 30, 2010 6:31 pm |
|
|
UP
I have not got more W7 64bit install the driver usb_cdc (ccs) .. how?
How to program: HID device, do not know anything about .. is how? |
|
|
|