View previous topic :: View next topic |
Author |
Message |
tinley
Joined: 09 May 2006 Posts: 67
|
USB windows 98 Driver |
Posted: Fri May 26, 2006 9:55 am |
|
|
Has anyone written driver file for USB serial port emulation that they are prepared to share please?
Cheers! |
|
|
GreenPic
Joined: 02 May 2006 Posts: 7
|
|
Posted: Mon May 29, 2006 11:33 pm |
|
|
CCS I think. |
|
|
tinley
Joined: 09 May 2006 Posts: 67
|
|
Posted: Tue May 30, 2006 1:40 am |
|
|
Sorry, I didn't make myself clear... I am looking for a windows 98 driver, not the xp/2k driver ccs supply.
Cheers |
|
|
Ttelmah Guest
|
|
Posted: Tue May 30, 2006 6:41 am |
|
|
The CCS driver, works with W98 as well, but requires that you manually install HID support, since it is not automatically loaded in the OS on W98. The readme for the driver, covers this.
Best Wishes |
|
|
tinley
Joined: 09 May 2006 Posts: 67
|
|
Posted: Tue May 30, 2006 9:26 am |
|
|
Thanks Ttelmah and GreenPic,
I was looking for CDC drivers, not HID. CCS state in the cdc include files that they don't support win 95 or 98... but it turns out they do! I found the correct .inf files supplied by ccs and it's working.
Cheers |
|
|
Darren Rook
Joined: 06 Sep 2003 Posts: 287 Location: Milwaukee, WI
|
|
Posted: Tue May 30, 2006 11:02 am |
|
|
CCS has 98/ME CDC drivers.
See
C:\program files\picc\drivers\cdc9Xpt1.inf
and
C:\program files\picc\drivers\cdc9Xpt2.inf
(There are two parts)
There may be a flaw in the way CCS distributes the CDC INF files in that the 98/ME and 2000/XP INF are in the same directory, so Windows may get confused by that - so try moving cdc9Xpt1.inf and cdc9Xpt2.inf to a different directory. _________________ I came, I saw, I compiled. |
|
|
|