Skip to content

diegolee7/pyserial

This branch is 222 commits behind pyserial/pyserial:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9e20574 · Oct 31, 2016
Oct 31, 2016
Jun 25, 2016
Oct 28, 2016
Oct 8, 2016
Dec 29, 2015
Oct 5, 2016
Oct 14, 2016
May 2, 2016
Apr 23, 2016
May 2, 2016
Apr 23, 2016
Sep 14, 2015
Apr 23, 2016
Jun 13, 2016

Repository files navigation

pySerial Build status Documentation

Overview

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

BSD license, (C) 2001-2016 Chris Liechti <[email protected]>

Documentation

For API documentation, usage and examples see files in the "documentation" directory. The ".rst" files can be read in any text editor or being converted to HTML or PDF using Sphinx. A HTML version is online at https://pythonhosted.org/pyserial/

Examples

Examples and unit tests are in the directory examples.

Installation

pip install pyserial should work for most users.

Detailed information can be found in documentation/pyserial.rst.

The usual setup.py for Python libraries is used for the source distribution. Windows installers are also available (see download link above).

About

Python serial port access library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%