in reply to Perl->Win32::CommPort->COM ports->Kernel32->ftdi driver
My guess is that Win32::SerialPort isn't using the CreateFile API, or is using it in a way that doesn't allow to specify COM ports beyond 9. I guess you have two possible approaches - the first is the way of lesser resistance by moving the USB device to a COM port below 10, the other is to investigate how to convince Win32::SerialPort to use "\\\\.\\COM10", which seems to be the extended syntax to access COM ports beyond 9.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl->Win32::CommPort->COM ports->Kernel32->ftdi driver
by gluphus (Initiate) on Feb 08, 2007 at 16:06 UTC |