summaryrefslogtreecommitdiff
path: root/documentation/index.rst
blob: ed306baa9418ee634e65e60339e6c18ea0a805a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
.. pySerial documentation master file

Welcome to pySerial's documentation
===================================

This module encapsulates the access for the serial port. It provides backends
for Python running on Windows, Linux, BSD (possibly any POSIX compliant
system), Jython and IronPython (.NET and Mono). The module named "serial"
automatically selects the appropriate backend.

Other pages (online)

- `project page on SourceForge`_
- `SVN repository`_
- `Download Page`_ with releases
- This page, when viewed online, is at http://pyserial.sf.net.

.. _`project page on SourceForge`: http://sourceforge.net/projects/pyserial/
.. _`SVN repository`: http://sourceforge.net/svn/?group_id=46487
.. _`Download Page`: http://pypi.python.org/pypi/pyserial


Contents:

.. toctree::
    :maxdepth: 2

    pyserial
    shortintro
    examples
    pyserial_api
    pyparallel
    appendix

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`