Pyserial Versions Save

Python serial port access library

v3.4

3 years ago

v3.5b0

3 years ago

Beta release of pySerial 3.5

v3.2.1

7 years ago

Changes since V3.1.1:

  • a number of smaller bugfixes
  • remove serial.aio in favor of separate package, pyserial-asyncio

See changes for more details.

v3.1.1

7 years ago

Changes since V3.1:

  • avoid Python 3 syntax in aio module
  • plus a few minor fixes

See changes for more details.

v3.1.0

7 years ago

Changes since V3.0.1:

  • new cancel_read() / cancel_write() functions
  • improved support for pty's, aio (posix)
  • several bug fixes
  • release as wheel (also replaces .exe for windows)

See changes for more details.

v3.0.1

8 years ago

Changes since V3.0:

  • Serial keyword arguments, more on backward compatibility, fix #55
  • list_ports: return name if product is None, fix for #54
  • port_publisher: restore some sorting of ports
  • special case for FDTIBUS in list_ports on win32

See changes for more details.

v3.0

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.

v3.0b1

8 years ago

First beta release of V3.x series.

Refactoring for proper Python 3 support, API changes, fixes and some new features.

see changes for more details.

v3.0a0

8 years ago

First alpha release of V3.x series.

Refactoring for proper Python 3 support, API changes, fixes and some new features.

see changes for more details.