mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
6 lines
316 B
Text
6 lines
316 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: https://github.com/pyserial/pyserial
|