7 lines
325 B
Plaintext
7 lines
325 B
Plaintext
|
This python module provides access to the serial port, with backends for
|
||
|
standard Python running on Windows, Linux, BSD (possibly any POSIX
|
||
|
compilant system), Jython and IronPython. The module named "serial"
|
||
|
automatically selects the appropriate backend.
|
||
|
|
||
|
For usage instructions see ${PREFIX}/share/doc/py-serial/README.txt
|