serial port

David Fuess fuess at att.net
Tue Feb 20 23:59:52 EST 2001


You might want to check out Roger Burnham's SioModule available at
http://starship.python.net/crew/roger/. It is a complete Serial class
for Python. According to Hammond's "Python Programming on Win32" p373,
it is the "preferred route for serial I/O with Python"

Dave

On Tue, 20 Feb 2001 03:16:59 GMT, grante at visi.com (Grant Edwards)
wrote:

>In article <3a78ca89_2 at skyweb.ca>, mike wrote:
>
>>is there any modules for serial port communication?
>
>Yes.  There is (or was) a Win32 module called Sio, but I can't seem to find
>it at www.python.org.  There used to be a well-hidden link somewhere on that
>website.
>
>I wrote a Posix serial I/O class that is still waiting to be documented
>
>  ftp://ftp.visi.com/users/grante/python/PosixSerial.py




More information about the Python-list mailing list