This module capsulates the access for the serial port. It provides
backends for standard Python running on Windows, Linux, BSD (possibly
any POSIX compilant system). The module named "serial" automaticaly
selects the appropriate backend.
pySerial
--------
This module capsulates the access for the serial port. It provides backends
for standard Python running on Windows, Linux, BSD (possibly any POSIX
compilant system) and Jython. The module named "serial" automaticaly selects
the appropriate backend.
It is released under a free software license, see LICENSE.txt for more
details.
Project Homepage: pyserial.sourceforge.ne
more»
pyserial (2.2-4) unstable; urgency=low
* Remove reference to python-wxgtk2.4. Closes: #391989.
-- Matthias Klose <doko@debian.org> Sat, 28 Oct 2006 15:25:59 +0200
pyserial (2.2-3) unstable; urgency=low
* debian/rules: Readd dh_python call.
-- Matthias Klose <doko@debian.org> Tue, 4 Jul 2006 13:54:13 +0000
pyserial (2.2-2) unstable; urgency=low
* User python-central. Closes: #3569
more»
Version 1.0 13 Feb 2002
First public release.
Split from the pybsl application (see mspgcc.sourceforge.net)
New Features:
- Added Jython support
Version 1.1 14 Feb 2002
Bugfixes:
- Win32, when not specifying a timeout
- Typos in the Docs
New Features:
- added serialutil which provides a base class for the S
more»