pyserial 2.5_rc2
Python Serial Port Extension
http://pyserial.wiki.sourceforge.net/pySerial
Packager: Serdar Dalgıç
License: PSF-2.2
Actions
Binary packages
Release history
Release | Release date | Version | Updater | Comment |
---|---|---|---|---|
4 | 2010-04-05 | 2.5_rc2 | Serdar Dalgıç | Version bump: New Features: - Documentation update, now written with Sphinx/ReST - Updated miniterm.py example - experimental RFC-2217 client support (serial.rfc2217.Serial, see docs) - add ``loop://`` device for testing. - add ``serial.serial_for_url`` factory function (support for native ports and ``rfc2217``, ``socket`` and ``loop`` URLs) - add new example: ``rfc2217_server.py`` - tests live in their own directory now (no longer in examples) Bugfixes: - [Bug 2915810] Fix for suboption parsing in rfc2217 - Packaging bug (missed some files) Bugfixes (posix): - improve write timeout behavior - [Bug 2836297] move Linux specific constants to not break other platforms - ``poll`` based implementation for ``read`` is in a separate class ``PosixPollSerial``, as it is not supported well on all platforms (the default ``Serial`` class uses select). - changed error handling in ``read`` so that disconnected devices are detected. |
3 | 2009-06-26 | 2.4 | Serdar Dalgıç | Make the package ready for Pardus 2009 and move it from Contrib to Pardus repository. |
2 | 2008-09-19 | 2.4 | Serdar Dalgıç | Version bump, remove system.base dependency, add examples, fix licence and package takeover. |
1 | 2006-10-15 | 2.2 | Murat Şenel | First release |