blob: ebd38c8ed8ee6a92c734678f191b85c1af875372 [file] [log] [blame]
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 Serial objects.
- readline, readlines, writelines and flush are now supported
see README.txt for deatils.
Version 1.11 14 Feb 2002
Same as 1.1 but added missing files.
Version 1.12 18 Feb 2002
Removed unneded constants to fix RH7.x problems.
Version 1.13 09 Apr 2002
Added alternate way for enabling rtscts (CNEW_RTSCTS is tried too)
If port opening fails, a SerialException is raised on all platforms
Version 1.14 29 May 2002
added examples to archive
added non-blocking mode for timeout=0 (tnx Mat Martineau)
Bugfixes:
- win32 does now return the remaining characters on timeout
Version 1.15 04 Jun 2002
Bugfixes (win32):
- removed debug messages
- compatibility to win9x improved
Version 1.16 02 Jul 2002
added implementation of RI and corrected RTS/CTS on Win32
Version 1.17 03 Jul 2002
silly mix of two versions in win32 code corrected