python-pyserial

python-pyserial 2.5

Python Serial Port Extension

http://pyserial.wiki.sourceforge.net/pySerial

Packager: Serdar Dalgıç

License: PSF-2.2

Actions

Build files

Bug reports

Binary packages

python-pyserial

Release history

ReleaseRelease dateVersionUpdaterComment
52010-11-222.5Serdar DalgıçVersion bump to latest stable version and rename the package to python-pyserial.
42010-04-052.5_rc2Serdar 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.
32009-06-262.4Serdar DalgıçMake the package ready for Pardus 2009 and move it from Contrib to Pardus repository.
22008-09-192.4Serdar DalgıçVersion bump, remove system.base dependency, add examples, fix licence and package takeover.
12006-10-152.2Murat ŞenelFirst release

Patches