blob: 9a258fe43d420b0996cd19a0628ba1584ae27cef [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
cliechti86e87872009-07-21 13:32:45 +000028 examples
cliechtic1c37602009-07-21 01:34:57 +000029 pyserial_api
cliechtic1c37602009-07-21 01:34:57 +000030 appendix
31
32Indices and tables
33==================
34
35* :ref:`genindex`
36* :ref:`modindex`
37* :ref:`search`
38