2009-06-05 00:29:22 -04:00
|
|
|
This python module provides access to the serial port, with backends for
|
2011-03-14 05:15:33 -04:00
|
|
|
standard Python running on Windows, Linux, BSD (possibly any POSIX-
|
|
|
|
compliant system), Jython and IronPython. The module named "serial"
|
2009-06-05 00:29:22 -04:00
|
|
|
automatically selects the appropriate backend.
|
|
|
|
|
|
|
|
For usage instructions see ${PREFIX}/share/doc/py-serial/README.txt
|