diff options
Diffstat (limited to 'python/python3-pyserial/README')
-rw-r--r-- | python/python3-pyserial/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-pyserial/README b/python/python3-pyserial/README new file mode 100644 index 0000000000000..09add54e81c1f --- /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. |