SerialPortStream Library - 2.0.1.1
This is the most stable version with various bugfixes and updates with real world usage.
Supported Platforms:
- Windows XP SP3 x86, .NET 4.0 or later
- Windows Vista or later, architecture x86 or x64, with .NET 4.0 or .NET 4.5 or compatible
Tested On:
- Windows 10 "1607" x64 with .NET 4.6.1
Installation Notes:
The DLL is compiled with strong signing. You can install the DLL alongside your application or in the GAC. It is not specific to a particular architecture.
See https://github.com/jcurl/SerialPortStream/releases/tag/release%2F2.0.0.0 for the "libnserial_1.0.0-0ubuntu1.*.zip" packages for Ubuntu (these have not changed).
Changes
Changes since version 2.0.0.0
This is a bugfix release. There are no external API changes, so only the minor version is updated.
- In rare cases reading may stop due to race conditions in drivers. We now wait on OverlappedResult() on Windows only.
Changes since version 2.0.1.0
There is no code changes, but a recompile with the TRACE option to allow debugging in your own projects.
- Reenable the "TRACE" flag in the nuget packages