Serial IO for Python 2.0???

Mark Hammond MarkH at ActiveState.com
Wed Dec 13 17:22:03 EST 2000


harrc at my-deja.com wrote:

> Does anyone know of a Win32 serial port I/O solution for Python 2.0?
> Both win32comm and the sio module are compiled for Python 1.5.
> 
> 
> Sent via Deja.com
> http://www.deja.com/

There is no source-code compatible solution that I know of.

But in Python 2.0, win32file has full serial port support.  See 
demos\win32comport_demo.py

It shouldn't be too hard to move to this, it is probably a better "long 
term" solution than requiring the closed source 3rd party DLL.

Mark.




More information about the Python-list mailing list