Skip to content

SerialPortStream Library - 2.3.0

Compare
Choose a tag to compare
@jcurl jcurl released this 13 Apr 19:44
· 49 commits to v2.x since this release
release/2.3.0.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, .NET Core or compatible

Tested On:

  • Windows 10 v2004

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

This is a bugfix release and adds support for ReadAsync and WriteAsync.

  • Correct P/Invoke signature on Windows when reading (#110)
  • Enable ReadAsync and WriteAsync for .NET Core / .NET 4.5. Fixes race conditions present in Framework locks by providing a native implementation (user meinsiedl)

For Linux, see previous releases for the prebuilt Ubuntu installation packages for the native library.