Comm Port support in Python ?
Diez B. Roggisch
nospam-deets at web.de
Tue Feb 17 09:55:13 EST 2004
> Does Python have comm port support built in or does someone have a tool
> for sending and receiving data in & out of a PC com port?
It has - as extra module called pyserial, you can get it from sf. It
supports *NIX, Windows and via special classes even JAVA/Jython.
If it supports mac I have no idea, but I guess OS X _could_ work, as its
*NIX-flavoured...
--
Regards,
Diez B. Roggisch
More information about the Python-list
mailing list