^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Changelog for package serial ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 1.1.7 (2014-02-20) ------------------ * Improved support for mingw (mxe.cc) * Fix compilation warning See issue `#53 `_ * Improved timer handling in unix implementation * fix broken ifdef _WIN32 * Fix broken ioctl calls, add exception handling. * Code guards for platform-specific implementations. (when not using cmake / catkin) * Contributors: Christopher Baker, Mike Purvis, Nicolas Bigaouette, William Woodall, dawid 1.1.6 (2013-10-17) ------------------ * Move stopbits_one_point_five to the end of the enum, so that it doesn't alias with stopbits_two. 1.1.5 (2013-09-23) ------------------ * Fix license labeling, I put BSD, but the license has always been MIT... * Added Microsoft Visual Studio 2010 project to make compiling on Windows easier. * Implemented Serial::available() for Windows * Update how custom baudrates are handled on OS X This is taken from the example serial program on Apple's developer website, see: http://free-pascal-general.1045716.n5.nabble.com/Non-standard-baud-rates-in-OS-X-IOSSIOSPEED-IOCTL-td4699923.html * Timout settings are now applied by reconfigurePort * Pass LPCWSTR to CreateFile in Windows impl * Use wstring for ``port_`` type in Windows impl 1.1.4 (2013-06-12 00:13:18 -0600) --------------------------------- * Timing calculation fix for read and write. Fixes `#27 `_ * Update list of exceptions thrown from constructor. * fix, by Thomas Hoppe 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. 1.1.3 (2013-01-09 10:54:34 -0800) --------------------------------- * Install headers 1.1.2 (2012-12-14 14:08:55 -0800) --------------------------------- * Fix buildtool depends 1.1.1 (2012-12-03) ------------------ * Removed rt linking on OS X. Fixes `#24 `_. 1.1.0 (2012-10-24) ------------------ * Previous history is unstructured and therefore has been truncated. See the commit messages for more info.