pySerial v3.0 Release Notes

Release Date: 2015-12-28 // over 8 years ago
  • ๐Ÿ”„ Changes since V2.7:

    • ๐Ÿ‘ one code base for Python 2.7 and 3.2+ (support for older Python versions is dropped)
    • ๐Ÿ†• new API (old one is still available for backwards compatibility)
    • ๐Ÿ†• new URL handlers spy:// and alt://, improvements to rfc2217:// and socket:// (bugfixes, IPv6)
    • URL parameter format has been changed
    • experimental convenience APIs for threading and asyncio (the later only under Posix)
    • โšก๏ธ updated miniterm: changed handling of bytes/Unicode/encoding
    • ๐Ÿ›  a number of bugfixes

    ๐Ÿ”„ Changes since V3.0b1:

    • ๐Ÿ›  minor fixes, hwgrep:// now has options
    • ๐Ÿ›  tcsetattr bugfix for Posix

    ๐Ÿ‘€ See changes for more details.