2024-01-05 16:37:07 +01:00
|
|
|
# python-serial
|
|
|
|
|
2024-01-05 16:37:10 +01:00
|
|
|
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.
|
|
|
|
|