pySerial v2.2 Release Notes

Release Date: 2005-07-31 // over 18 years ago
  • ๐Ÿ›  Bugfixes:

    • [Bug 1014227]: property broken
    • [Bug 1105687]: serial_tcp_example.py: --localport option
    • [Bug 1106313]: device (port) strings cannot be unicode

    ๐Ÿ›  Bugfixes (posix):

    • [Patch 1043436] Fix for [Bug 1043420] (OSError: EAGAIN)
    • [Patch 1102700] fileno() added
    • ensure disabled PARMRK

    ๐Ÿ›  Bugfixes (win32):

    • [Patch 983106]: keep RTS/CTS state on port setting changes

    ๐Ÿ†• New Features:

    • dsrdtr setting to enable/disable DSR/DTR flow control independently from the rtscts setting. (Currently Win32 only, ignored on other platforms)