diff options
Diffstat (limited to 'comms/py-serial/DESCR')
-rw-r--r-- | comms/py-serial/DESCR | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/py-serial/DESCR b/comms/py-serial/DESCR new file mode 100644 index 00000000000..66d07767810 --- /dev/null +++ b/comms/py-serial/DESCR @@ -0,0 +1,4 @@ +This module encapsulates access to the serial port. It provides +backends for Python running on Windows, Linux, BSD (possibly any POSIX +compliant system), Jython and IronPython (.NET and Mono). The module +named "serial" automatically selects the appropriate backend. |