diff options
author | Cristiano Urban <cristiano.urban.slack@gmail.com> | 2017-07-22 23:25:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-26 18:29:09 +0700 |
commit | 40186f2b5c4b6ba3737c77d51064e8f81ac1b547 (patch) | |
tree | 16d3deedb82dc465abf00d5b0077ff66535418fe /python/pyserial/README | |
parent | e7b92135e39f63d652a14aa225234ff0999cd7c7 (diff) |
python/pyserial: Updated for version 3.3 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyserial/README')
-rw-r--r-- | python/pyserial/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/python/pyserial/README b/python/pyserial/README index bc6ddf9364ad0..ac75193d8aafe 100644 --- a/python/pyserial/README +++ b/python/pyserial/README @@ -1 +1,4 @@ -pyserial is a python module that encapsulates access to a serial port. +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. |