pySerial v2.4 Release Notes

Release Date: 2008-07-06 // almost 16 years ago
  • ๐Ÿ†• New Features:

    • โฑ [Patch 1616790] pyserial: Add inter-character timeout feature
    • [Patch 1924805] add a setBreak function
    • โž• Add mark/space parity
    • โž• Add .NET/Mono backend (IronPython)

    ๐Ÿ›  Bugfixes (posix):

    • ๐Ÿง [Bug 1783159] Arbitrary baud rates (Linux/Posix)

    ๐Ÿ›  Bugfixes (win32):

    • [Patch 1561423] Add mark/space parity, Win32
    • ๐Ÿ [Bug 2000771] serial port CANNOT be specified by number on windows
    • examples/scanwin32.py does no longer return \.\ names
    • ๐Ÿ›  fix \.\ handling for some cases

    ๐Ÿ›  Bugfixes (jython):

    • The Jython backend tries javax.comm and gnu.io (Seo Sanghyeon)