Skip to content

SerialPortStream Library - 2.1.4

Compare
Choose a tag to compare
@jcurl jcurl released this 09 Jun 13:12
· 81 commits to v2.x since this release
release/2.1.4.0

This is the most stable version with various bugfixes and updates.

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 x64 with .NET 4.0/4.5
  • Windows 10 x64 with .NET 4.5 or later
  • Mono 5.2

Installation Notes:

The DLL is compiled with strong signing (and now the .NET Core library as well). You can install the DLL alongside your application or in the GAC. It is not specific to a particular architecture.

Changes since version 2.1.3

This is a bugfix release. There are no external API changes, so only the minor version is
updated to 2.1.4 (see Information about Versioning)

  • Reduce memory allocations in IO Thread
  • Reduce CPU load due to tracing if disabled
  • Sign the .NET Standard 1.5 library (thanks to Amarok79)