diff options
Diffstat (limited to 'comms/py-serial/pkg-descr')
-rw-r--r-- | comms/py-serial/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/comms/py-serial/pkg-descr b/comms/py-serial/pkg-descr new file mode 100644 index 000000000000..e98c04ac4ac7 --- /dev/null +++ b/comms/py-serial/pkg-descr @@ -0,0 +1,7 @@ +This module capsulates the access for the serial port. +It provides backends for stadard Python running on Windows, +Linux, BSD (possibly any POSIX compilant system) and Jython. +The module named "serial" automaticaly selects the appropriate +backed. + +WWW: http://pyserial.sourceforge.net/ |