Skip to content

SerialPortStream Library - 2.4.1

Compare
Choose a tag to compare
@jcurl jcurl released this 01 Feb 21:34
· 122 commits to master since this release
release/2.4.1.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 or later, .NET Standard 1.5

Tested On:

  • Windows 10 + Ubuntu 20.04, .NET 4.8 and Mono (current)
  • Windows 10 + Ubuntu 20.04. .NET Core 3.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.

Changes since Version 2.4.0

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

Features

  • Iterate using CfgMgr32 API for serial ports, so it also works on .NET Standard, and removes usage of the (slow) WMI interfaces (DOTNET-698)

Bugfixes

  • Minor compatibility update for Com0Com in test cases (DOTNET-714)