SlackBuildsOrg/python/pyserial/README
Cristiano Urban 40186f2b5c python/pyserial: Updated for version 3.3 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-07-26 18:29:09 +07:00

4 lines
252 B
Text

This module encapsulates the access for the serial port. It provides
backends for Python running on Windows, OSX, Linux, BSD (possibly any
POSIX compliant system) and IronPython.
The module named "serial" automatically selects the appropriate backend.