[Q] can PySerial work with a USB to serial adapter ?

Jeff Hinrichs jlh at cox.net
Wed Apr 16 00:32:26 EDT 2003


Are you sure it's locate on com1? I've used such a device on win2k and the
drivers for the adapter set it up as com6 by default. I used pyserial to
access it just fine.
-jeff
"Rikko" <riknessa at hotmail.com> wrote in message
news:xZYma.26921$c42.17977 at fe01.atl2.webusenet.com...
> Hello python minded,
> I'm trying to use PySerial with Python 2.2.2 on an XP system
> with a USB to RS232 adapter.
> Upon opening the port (making an instance of the Serial class)
> the system return the error message "unable to open file",
> thereby referring to the COM1 port used.
>
> Is it ME who's goofing thing up or what?
> With kind regards, Rik.
>
>
>






More information about the Python-list mailing list