blob: 96a78b5316d0b7e79538261cbdbbda19011a0cc5 [file] [log] [blame]
cliechti5134aab2009-07-21 19:47:59 +00001.. pySerial documentation master file
cliechtic1c37602009-07-21 01:34:57 +00002
cliechti5134aab2009-07-21 19:47:59 +00003Welcome to pySerial's documentation
4===================================
5
6This module encapsulates the access for the serial port. It provides backends
7for Python running on Windows, Linux, BSD (possibly any POSIX compliant
8system), Jython and IronPython (.NET and Mono). The module named "serial"
9automatically selects the appropriate backend.
cliechtic1c37602009-07-21 01:34:57 +000010
11Contents:
12
13.. toctree::
14 :maxdepth: 2
15
16 pyserial
cliechtic1c37602009-07-21 01:34:57 +000017 shortintro
cliechti86e87872009-07-21 13:32:45 +000018 examples
cliechtic1c37602009-07-21 01:34:57 +000019 pyserial_api
20 pyparallel
21 appendix
22
23Indices and tables
24==================
25
26* :ref:`genindex`
27* :ref:`modindex`
28* :ref:`search`
29