Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1967 > unrolled thread

ANN: pySerial 3.0

Started byChris Liechti <cliechti@gmx.net>
First post2015-12-30 14:30 +0100
Last post2015-12-30 14:30 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  ANN: pySerial 3.0 Chris Liechti <cliechti@gmx.net> - 2015-12-30 14:30 +0100

#1967 — ANN: pySerial 3.0

FromChris Liechti <cliechti@gmx.net>
Date2015-12-30 14:30 +0100
SubjectANN: pySerial 3.0
Message-ID<mailman.73.1451485438.11925.python-announce-list@python.org>
A new release of pySerial is available. There have been a lot
of changes so that the major version was bumped up to 3.0.

Changes include (since V2.7):
- Python 2.7 and Python 3.2+ from the same sources (lib2to3 is
   no longer used)
- new API, more properties, the set functions are deprecated.
   (old API still supported for backward compatibility)
- Updated miniterm (uses Unicode for console output, supports
   encodings on serial port, nicer port selection and more).
- IPv6 support for rfc2217:// and socket://
- New spy:// handler to log traffic and control calls.
- New alt:// handler to select implementations
- URL parameters have changed
- Experimental classes for easy threading support
- Experimental asyncio support (posix)
- A number of bugfixes.

See https://github.com/pyserial/pyserial/blob/master/CHANGES.rst
for more details.

Changes in development:
- SVN -> GIT
- moved (from SF) to github: https://github.com/pyserial/pyserial

Currently unsupported is the Jython platform (lack of testing).

Download at: https://github.com/pyserial/pyserial/releases
or via PyPI: https://pypi.python.org/pypi/pyserial

Docs: http://pythonhosted.org/pyserial/ (stable)
       https://pyserial.readthedocs.org/en/latest/ (follows git)

chris

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web