Serial Communication Library v1.1.4 Release Notes

Release Date: 2013-06-12 // almost 11 years ago
    • Timing calculation fix for read and write. Fixes #27 <https://github.com/wjwwood/serial/issues/27>_
    • ⚡️ Update list of exceptions thrown from constructor.
    • 🛠 fix, by Thomas Hoppe [email protected] For SerialException's:
      • The name was misspelled...
      • Use std::string's for error messages to prevent corruption of messages on some platforms
    • alloca.h does not exist on OpenBSD either.