Serial Communication Library v1.1.5 Release Notes

Release Date: 2013-09-23 // over 10 years ago
    • ๐Ÿ›  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