pyserial-3.5

serial interface class for Python

Index | devel

Description

This python module provides access to the serial port, with backends for
standard Python running on Windows, Linux, BSD (possibly any POSIX-
compliant system), Jython and IronPython. The module named "serial"
automatically selects the appropriate backend. 

For usage instructions see ${PREFIX}/share/doc/py-serial/README.txt

Homepage: https://github.com/pyserial/pyserial

Maintainer: Daniel Winters <daniel@tydirium.org>