pySerial v2.1 Release Notes
Release Date: 2004-07-28 // almost 18 years ago-
๐ Bugfixes:
- ๐ Fix XON/XOFF values [Bug 975250]
๐ Bugfixes (posix):
fd == 0
fix from Vsevolod Lobko- ๐ netbsd fixes from Erik Lindgren
- Dynamically lookup baudrates and some cleanups
๐ Bugfixes (examples):
- CRLF handling of
miniterm.py
should be more consistent on Win32 and others. Added LF only command line option - ๐ Multithreading fixes to
wxTerminal.py
(helps with wxGTK) - Small change for wxPython 2.5 in
wxSerialConfigDialog.py
[Bug 994856]
๐ New Features:
- Implement write timeouts (
writeTimeout
parameter)