summaryrefslogtreecommitdiff
path: root/pyserial/CHANGES.txt
blob: eba45b614ca80cc9fa63b54aa5c6fe54fdf93f7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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