blob: a5eb155faa45064000f01bdf27cf9f5c24c525d3 [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 Liechti2a1befc2015-10-21 17:37:08 +020019.. _Python: http://python.org/
Chris Liechti90570b92015-08-04 03:32:02 +020020.. _`project page on GitHub`: https://github.com/pyserial/
cliechti25375b52010-07-21 23:27:13 +000021.. _`Download Page`: http://pypi.python.org/pypi/pyserial
cliechti8e814dc2009-07-30 22:19:08 +000022
23
cliechtic1c37602009-07-21 01:34:57 +000024Contents:
25
26.. toctree::
27 :maxdepth: 2
28
29 pyserial
cliechtic1c37602009-07-21 01:34:57 +000030 shortintro
cliechtic1c37602009-07-21 01:34:57 +000031 pyserial_api
Chris Liechti589c92a2015-09-04 23:04:34 +020032 tools
33 url_handlers
34 examples
cliechtic1c37602009-07-21 01:34:57 +000035 appendix
36
37Indices and tables
38==================
39
40* :ref:`genindex`
41* :ref:`modindex`
42* :ref:`search`
43