- removed debug messages - compatibility to win9x improved
1.14
--------------------------- Added examples to archive Added non-blocking mode for ``timeout=0`` (tnx Mat Martineau)
Bugfixes:
- win32 does now return the remaining characters on timeout
1.13
--------------------------- Added alternate way for enabling rtscts (CNEW_RTSCTS is tried too) If port opening fails, a ``SerialException`` is raised on all platforms
1.12
--------------------------- Removed unneded constants to fix RH7.x problems.
1.11
--------------------------- Same as 1.1 but added missing files.
1.1
--------------------------- 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.