| .. pySerial documentation master file |
| |
| Welcome to pySerial's documentation |
| =================================== |
| |
| This module encapsulates the access for 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. |
| |
| Contents: |
| |
| .. toctree:: |
| :maxdepth: 2 |
| |
| pyserial |
| shortintro |
| examples |
| pyserial_api |
| pyparallel |
| appendix |
| |
| Indices and tables |
| ================== |
| |
| * :ref:`genindex` |
| * :ref:`modindex` |
| * :ref:`search` |
| |