Serial IO for Python 2.0???

Peter Hansen peter at engcorp.com
Tue Dec 12 23:41:18 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.

Python 2.0 (with Mark Hammond's win32all that is) now has the equivalent
support to win32comm built into the win32file module.  (Thanks for that
pointer before, Mark! :)

Slight differences but it only took about four lines of code to migrate
my old support (not yet released, sorry) from win32comm in 1.5.2 to
win32file in 2.0.



More information about the Python-list mailing list