pySerial 2.5-rc2 announced
[Posted January 4, 2010 by cook]
| From: |
| Chris Liechti <cliechti-AT-gmx.net> |
| To: |
| python-announce-AT-python.org |
| Subject: |
| pySerial 2.5-rc2 (2nd release candidate) |
| Date: |
| Sat, 02 Jan 2010 21:11:56 +0100 |
| Message-ID: |
| <4B3FA88C.6090904@gmx.net> |
| Archive-link: |
| Article, Thread
|
I'm happy to announce a release candidate of pySerial: 2.5-rc2
http://pyserial.sourceforge.net/
Whats new since rc1:
- Several small bugfixes.
- updated RFC2217 implementation, client support.
- changed Posix read implementation (error handling for disconnected
devices)
- See CHANGES.txt in the distribution for full list.
Source archive and Windows installers can be downloaded from here:
http://sourceforge.net/projects/pyserial/files/
The Windows installer for Python 3.x has py3k in its name, the other one
is for Python 2.x. The source archive's setup.py should automatically
convert using 2to3 when run with Python 3.x.
chris
--
What is pySerial? Quoting from the home page:
This module encapsulates the access for the serial port. It provides
backends for Python running on Windows, Linux, BSD (possibly any POSIX
compliant system), Jython and IronPython (.NET and Mono). The module
named "serial" automatically selects the appropriate backend.
--
http://mail.python.org/mailman/listinfo/python-announce-list
Support the Python Software Foundation:
http://www.python.org/psf/donations/
(
Log in to post comments)