| .. pySerial documentation master file |
| .. _welcome: |
| |
| Welcome to pySerial's documentation |
| =================================== |
| |
| |
| This module encapsulates the access for the serial port. It provides backends |
| for Python_ running on Windows, macOS, Linux, and BSD (possibly any POSIX compliant |
| system). The module named "serial" automatically selects the |
| appropriate backend. |
| |
| Other pages (online) |
| |
| - `project page on GitHub`_ |
| - `Download Page`_ with releases |
| - This page, when viewed online, is at `<https://pyserial.readthedocs.io/en/latest/>`_. |
| |
| .. _Python: https://www.python.org/ |
| .. _`project page on GitHub`: https://github.com/pyserial/ |
| .. _`Download Page`: https://pypi.org/project/pyserial/ |
| |
| |
| Contents: |
| |
| .. toctree:: |
| :maxdepth: 2 |
| |
| pyserial |
| shortintro |
| pyserial_api |
| tools |
| url_handlers |
| examples |
| appendix |
| |
| .. toctree:: |
| :maxdepth: 1 |
| |
| Changelog <changelog> |
| |
| |
| Indices and tables |
| ================== |
| |
| * :ref:`genindex` |
| * :ref:`modindex` |
| * :ref:`search` |
| |