Skip to content

SerialPortStream Library - 2.0.2

Compare
Choose a tag to compare
@jcurl jcurl released this 13 Oct 21:03
· 150 commits to v2.x since this release
release/2.0.2.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
  • 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).