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 | |
cliechti | 8e814dc | 2009-07-30 22:19:08 +0000 | [diff] [blame] | 11 | Other pages (online) |
| 12 | |
Chris Liechti | 90570b9 | 2015-08-04 03:32:02 +0200 | [diff] [blame] | 13 | - `project page on GitHub`_ |
cliechti | 8e814dc | 2009-07-30 22:19:08 +0000 | [diff] [blame] | 14 | - `Download Page`_ with releases |
Chris Liechti | 90570b9 | 2015-08-04 03:32:02 +0200 | [diff] [blame] | 15 | - This page, when viewed online, is at http://pythonhosted.org/pyserial/ . |
cliechti | 8e814dc | 2009-07-30 22:19:08 +0000 | [diff] [blame] | 16 | |
Chris Liechti | 90570b9 | 2015-08-04 03:32:02 +0200 | [diff] [blame] | 17 | .. _`project page on GitHub`: https://github.com/pyserial/ |
cliechti | 25375b5 | 2010-07-21 23:27:13 +0000 | [diff] [blame] | 18 | .. _`Download Page`: http://pypi.python.org/pypi/pyserial |
cliechti | 8e814dc | 2009-07-30 22:19:08 +0000 | [diff] [blame] | 19 | |
| 20 | |
cliechti | c1c3760 | 2009-07-21 01:34:57 +0000 | [diff] [blame] | 21 | Contents: |
| 22 | |
| 23 | .. toctree:: |
| 24 | :maxdepth: 2 |
| 25 | |
| 26 | pyserial |
cliechti | c1c3760 | 2009-07-21 01:34:57 +0000 | [diff] [blame] | 27 | shortintro |
cliechti | c1c3760 | 2009-07-21 01:34:57 +0000 | [diff] [blame] | 28 | pyserial_api |
Chris Liechti | 589c92a | 2015-09-04 23:04:34 +0200 | [diff] [blame^] | 29 | tools |
| 30 | url_handlers |
| 31 | examples |
cliechti | c1c3760 | 2009-07-21 01:34:57 +0000 | [diff] [blame] | 32 | appendix |
| 33 | |
| 34 | Indices and tables |
| 35 | ================== |
| 36 | |
| 37 | * :ref:`genindex` |
| 38 | * :ref:`modindex` |
| 39 | * :ref:`search` |
| 40 | |