blob: e1699f55aba2980fd03febfe3c7f8161f524ec3a [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
cliechti8e814dc2009-07-30 22:19:08 +000011Other pages (online)
12
Chris Liechti90570b92015-08-04 03:32:02 +020013- `project page on GitHub`_
cliechti8e814dc2009-07-30 22:19:08 +000014- `Download Page`_ with releases
Chris Liechti90570b92015-08-04 03:32:02 +020015- This page, when viewed online, is at http://pythonhosted.org/pyserial/ .
cliechti8e814dc2009-07-30 22:19:08 +000016
Chris Liechti90570b92015-08-04 03:32:02 +020017.. _`project page on GitHub`: https://github.com/pyserial/
cliechti25375b52010-07-21 23:27:13 +000018.. _`Download Page`: http://pypi.python.org/pypi/pyserial
cliechti8e814dc2009-07-30 22:19:08 +000019
20
cliechtic1c37602009-07-21 01:34:57 +000021Contents:
22
23.. toctree::
24 :maxdepth: 2
25
26 pyserial
cliechtic1c37602009-07-21 01:34:57 +000027 shortintro
cliechtic1c37602009-07-21 01:34:57 +000028 pyserial_api
Chris Liechti589c92a2015-09-04 23:04:34 +020029 tools
30 url_handlers
31 examples
cliechtic1c37602009-07-21 01:34:57 +000032 appendix
33
34Indices and tables
35==================
36
37* :ref:`genindex`
38* :ref:`modindex`
39* :ref:`search`
40