Serial Communication Library v1.2.0 Release Notes

Release Date: 2014-07-02 // almost 10 years ago
    • Removed vestigial read_cache_ private member variable from Serial::Serial
    • 🛠 Fixed usage of scoped locks Previously they were getting destroyed immediately because they were not stored in a temporary scope variable
    • ➕ Added check of return value from close in Serial::SerialImpl::close () in unix.cc and win.cc
    • ➕ Added ability to enumerate ports on linux and windows. Updated serial_example.cc to show example of port enumeration.
    • 🛠 Fixed compile on VS2013
    • ➕ Added functions waitReadable and waitByteTimes with implemenations for Unix to support high performance reading
    • Contributors: Christopher Baker, Craig Lilley, Konstantina Kastanara, Mike Purvis, William Woodall