blob: 5ed0ba1ee833541315589740d52ebc1ff03be268 [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
Chris Liechti2fb34042015-10-02 22:16:51 +02006
cliechti5134aab2009-07-21 19:47:59 +00007This module encapsulates the access for the serial port. It provides backends
Chris Liechti2fb34042015-10-02 22:16:51 +02008for Python_ running on Windows, OSX, Linux, BSD (possibly any POSIX compliant
9system) and IronPython. The module named "serial" automatically selects the
10appropriate backend.
cliechtic1c37602009-07-21 01:34:57 +000011
cliechti8e814dc2009-07-30 22:19:08 +000012Other pages (online)
13
Chris Liechti90570b92015-08-04 03:32:02 +020014- `project page on GitHub`_
cliechti8e814dc2009-07-30 22:19:08 +000015- `Download Page`_ with releases
Chris Liechti2fb34042015-10-02 22:16:51 +020016- This page, when viewed online is at https://pyserial.readthedocs.org/en/latest/ or
17 http://pythonhosted.org/pyserial/ .
cliechti8e814dc2009-07-30 22:19:08 +000018
Chris Liechti90570b92015-08-04 03:32:02 +020019.. _`project page on GitHub`: https://github.com/pyserial/
cliechti25375b52010-07-21 23:27:13 +000020.. _`Download Page`: http://pypi.python.org/pypi/pyserial
cliechti8e814dc2009-07-30 22:19:08 +000021
22
cliechtic1c37602009-07-21 01:34:57 +000023Contents:
24
25.. toctree::
26 :maxdepth: 2
27
28 pyserial
cliechtic1c37602009-07-21 01:34:57 +000029 shortintro
cliechtic1c37602009-07-21 01:34:57 +000030 pyserial_api
Chris Liechti589c92a2015-09-04 23:04:34 +020031 tools
32 url_handlers
33 examples
cliechtic1c37602009-07-21 01:34:57 +000034 appendix
35
36Indices and tables
37==================
38
39* :ref:`genindex`
40* :ref:`modindex`
41* :ref:`search`
42