aboutsummaryrefslogtreecommitdiff
path: root/python/pyserial/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyserial/README')
-rw-r--r--python/pyserial/README5
1 files changed, 4 insertions, 1 deletions
diff --git a/python/pyserial/README b/python/pyserial/README
index bc6ddf9364ad..ac75193d8aaf 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.