aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pyserial/README
diff options
context:
space:
mode:
authorTim Dickson <dickson.tim@gmail.com>2018-11-02 22:26:34 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-11-03 07:46:44 +0700
commit46456e7effc2564a241cd4b89c93893cca4c2b8d (patch)
tree3a6dacfedcd90f8bf30e82b6f564c46013c386f9 /python/python3-pyserial/README
parentf7f7472dbbec5372bc540e938071faba304f40f4 (diff)
python/python3-pyserial: Added (python3 module for the serial port).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python3-pyserial/README')
-rw-r--r--python/python3-pyserial/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-pyserial/README b/python/python3-pyserial/README
new file mode 100644
index 0000000000..09add54e81
--- /dev/null
+++ b/python/python3-pyserial/README
@@ -0,0 +1,5 @@
+This module encapsulates the access for the serial port. It provides
+backends for Python3 running on Windows, OSX, Linux, BSD (possibly any
+POSIX compliant system) and IronPython.
+
+The module named "serial" automatically selects the appropriate backend.