SerialPortStream Library - 2.0.2
This is the most stable version with various bugfixes and updates with real world usage.
Supported Platforms:
- Windows XP SP3 x86, .NET 4.0
- Windows Vista or later, architecture x86 or x64, with .NET 4.0 or .NET 4.5 or compatible
Tested On:
- Windows 7 SP1 x86 with .NET 4.6.1
- Windows 7 SP1 x64 with .NET 4.6.1
- Windows 10 1607 14393.223 x64
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 since version 2.0.1.1
This is a bugfix release.
- Fix issue where ToString() would raise an exception if there was a device error after connecting (affects Windows only).