Skip to content

SerialPortStream v2.2.1

Compare
Choose a tag to compare
@jcurl jcurl released this 06 May 11:46
· 60 commits to v2.x since this release
release/2.2.1.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.

Changes since version 2.2.0

This is a bugfix release.

  • Fix compilation on Ubuntu 16.04.05
  • Don't let IsOpen throw a NullReferenceException (#90)
  • Documentation and release notes (#82)
  • Update for VS2019 and automate more build scripts
  • Update to NUnit 2.7.1
  • Fix buffer handling (#104)