pySerial v3.1.1 Release Notes

Release Date: 2016-06-12 // almost 8 years ago
  • ๐Ÿ‘Œ Improvements:

    • ๐Ÿ—„ deprecate nonblocking() method on posix, the port is already in this mode.
    • ๐Ÿ’… style: use .format() in various places instead of "%" formatting

    ๐Ÿ›  Bugfixes:

    • [#122] fix bug in FramedPacket
    • [#127] The Serial class in the .NET/Mono (IronPython) backend does not implement the _reconfigure_port method
    • [#123, #128] Avoid Python 3 syntax in aio module

    ๐Ÿ›  Bugfixes (posix):

    • [#126] PATCH: Check delay_before_tx/rx for None in serialposix.py
    • posix: retry if interrupted in Serial.read

    ๐Ÿ›  Bugfixes (win32):

    • ๐Ÿ›  win32: handle errors of GetOverlappedResult in read(), fixes #121