Recent Releases of pyserial
pyserial - Bugfix release 3.1.1
Changes since V3.1: - avoid Python 3 syntax in aio module - plus a few minor fixes
See changes for more details.
- Python
Published by zsquareplusc over 9 years ago
pyserial - v3.0.1
Changes since V3.0:
- Serial keyword arguments, more on backward compatibility, fix #55
- listports: return name if product is None, fix for #54
- portpublisher: restore some sorting of ports
- special case for FDTIBUS in list_ports on win32
See changes for more details.
- Python
Published by zsquareplusc about 10 years ago
pyserial - v3.0
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.
- Python
Published by zsquareplusc about 10 years ago