forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
6 lines
311 B
Text
6 lines
311 B
Text
This module encapsulates the 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.
|
|
|
|
WWW: http://pyserial.sourceforge.net
|