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


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

ANN: pySerial 3.0

From Chris Liechti <cliechti@gmx.net>
Newsgroups comp.lang.python.announce
Subject ANN: pySerial 3.0
Date 2015-12-30 14:30 +0100
Message-ID <mailman.73.1451485438.11925.python-announce-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web