pySerial v1.18 Release Notes

Release Date: 2002-12-06 // over 21 years ago
  • ๐Ÿ›  Bugfixes (general):

    • โœ‚ remove the mapping of flush to the destructive flushOutput as this is not the expected behaviour.
    • readline: EOL character for lines can be chosen idea by John Florian.

    ๐Ÿ›  Bugfixes (posix):

    • ๐Ÿ›  cygwin port numbering fixed
    • โœ… test each and every constant for it's existence in termios module, use default if not existent (fix for Bug item #640214)
    • ๐Ÿ‘ป wrong exception on nonexistent ports with /dev file. bug report by Louis Cordier

    ๐Ÿ›  Bugfixes (win32):

    • RTS/CTS handling as suggested in Bug #635072
    • ๐Ÿ›  bugfix of timeouts brought up by Markus Hoffrogge