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
    You better get on the plane to Sweden, I am nominating you for the Nobel prize...
    I changed the COM10 to COM2 and all was well.
    You saved me from going to the dark side (visual C++).
    You are the wind under my wings.