cliechti | 5134aab | 2009-07-21 19:47:59 +0000 | [diff] [blame] | 1 | .. pySerial documentation master file |
cliechti | c1c3760 | 2009-07-21 01:34:57 +0000 | [diff] [blame] | 2 | |
cliechti | 5134aab | 2009-07-21 19:47:59 +0000 | [diff] [blame] | 3 | Welcome to pySerial's documentation |
| 4 | =================================== |
| 5 | |
| 6 | This module encapsulates the access for the serial port. It provides backends |
| 7 | for Python running on Windows, Linux, BSD (possibly any POSIX compliant |
| 8 | system), Jython and IronPython (.NET and Mono). The module named "serial" |
| 9 | automatically selects the appropriate backend. |
cliechti | c1c3760 | 2009-07-21 01:34:57 +0000 | [diff] [blame] | 10 | |
| 11 | Contents: |
| 12 | |
| 13 | .. toctree:: |
| 14 | :maxdepth: 2 |
| 15 | |
| 16 | pyserial |
cliechti | c1c3760 | 2009-07-21 01:34:57 +0000 | [diff] [blame] | 17 | shortintro |
cliechti | 86e8787 | 2009-07-21 13:32:45 +0000 | [diff] [blame] | 18 | examples |
cliechti | c1c3760 | 2009-07-21 01:34:57 +0000 | [diff] [blame] | 19 | pyserial_api |
| 20 | pyparallel |
| 21 | appendix |
| 22 | |
| 23 | Indices and tables |
| 24 | ================== |
| 25 | |
| 26 | * :ref:`genindex` |
| 27 | * :ref:`modindex` |
| 28 | * :ref:`search` |
| 29 | |