diff options
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. |