Skip to content

SerialPortStream Library - 1.1.4.0

Compare
Choose a tag to compare
@jcurl jcurl released this 13 Feb 15:10
· 306 commits to master since this release
release/1.1.4.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 or compatible

Unsupported Platforms:

The Mono framework, Compact Framework or WinRT (ARM) based systems are not supported.

Tested On:

  • Windows 7 SP1 x64 with .NET 4.0/4.5
  • Windows 8.1 x64 with .NET 4.5

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 1.1.3.0

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

  • Fix issue where a read might leave a single byte in the hardware buffer (user perturbare).
  • Fix memory leak when disposing (user kevingardthausen).
  • Fix a crash when calling Dispose during an event (user dhsmith).