Skip to content

SerialPortStream v2.2.2

Compare
Choose a tag to compare
@jcurl jcurl released this 05 Jul 16:09
· 58 commits to v2.x since this release
release/2.2.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 - 4.8 or compatible

Tested On:

  • Windows 7 SP1 x64 with .NET 4.8
  • Windows 10 x64 with .NET 4.8

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.

To get older packages of the native libnserial for Ubuntu, look at release 2.2.0 for the ZIP files. Disco and later are 64-bit releases only.

Changes since version 2.2.1

This is a bugfix release.

  • Fix usage of Decoder from bytes to characters when using ISO-8859-15 or similar on Linux. On Windows there is no problem (Mono/Linux raises an ArgumentException for some decoders if the source length is zero)