Skip to content

SerialPortStream Library - 2.0.1.0

Compare
Choose a tag to compare
@jcurl jcurl released this 07 Sep 19:14
· 238 commits to master since this release
release/2.0.1.0

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 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.