1d1b466e65
serial ports across platforms.
4 lines
266 B
Text
4 lines
266 B
Text
This module encapsulates access to 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.
|