7 lines
290 B
Markdown
7 lines
290 B
Markdown
# python-serial
|
|
|
|
PySerial encapsulates the access for the serial port.
|
|
It provides backends for Python running on Windows, Linux, BSD (possibly any POSIX compliant system), Jython and IronPython (.NET and Mono).
|
|
The module named “serial” automatically selects the appropriate backend.
|
|
|