Skip to content

SerialPortStream Library - 2.4.2

Compare
Choose a tag to compare
@jcurl jcurl released this 04 Mar 20:06
· 122 commits to master since this release
release/2.4.2.0

This is the most stable version with various bugfixes.

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
  • Windows 10/11 or later, .NET Standard 1.5

Tested On:

  • Windows 10 + Ubuntu 22.04, .NET 4.8 and Mono (current)
  • Windows 10 + Ubuntu 20.04. .NET Core 8.0

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.

Changes since Version 2.4.1

This is a bugfix release, and one of the final releases for this branch. Bugfixes, as reported and fixed may still be applied to this branch (v2.x).

Bugfixes

  • Don't close the port on ERROR_HANDLE_EOF (DOTNET-975, #142)

Quality Fixes

  • Refactor to remove empty method (DOTNET-974)
  • Add Constrained Execution Regions only for .NET Framework (DOTNET-954)
  • Update InternalApplicationException for .NET Framework with serialisation for .NET Framework (DOTNET-953)