A new prerelease of pySerial is available. There have been a lot
of changes so that the major version was bumped up to 3.

Changes include:
- Python 2.7 and Python 3.2+ from the same sources (lib2to3 is
  no longer used)
- More properties, the set functions are deprecated.
- 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.
- URL parameters have changed.
- Experimental asyncio support (posix)
- A number of other bugfixes.
- And more...

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
Docs: https://pyserial.readthedocs.org/en/latest/

chris
--
https://mail.python.org/mailman/listinfo/python-announce-list

       Support the Python Software Foundation:
       http://www.python.org/psf/donations/

Reply via email to