Skip to content

SerialPortStream 2.1.1.0

Compare
Choose a tag to compare
@jcurl jcurl released this 08 Apr 13:46
· 116 commits to v2.x since this release
release/2.1.1.0

This is the most stable version with various bugfixes and updates with real world usage.

Supported Platforms:

  • .NET 4.0
    • Windows XP SP3, Vista, 7, 8, 8.1, 10
    • Mono 4.6.x or later on Ubuntu (with libnserial library version 1.1.0)
  • .NET 4.5
    • Windows Vista, 7, 8, 8.1, 10,
    • Mono 4.6.x or later on Ubuntu (with libnserial library version 1.1.0)
  • .NET Standard 1.5
    • Windows 8.1, 10
    • Ubuntu 16.04.2 (with libnserial 1.1.0 library)

Tested On:

  • Windows 7 SP1 x64 with .NET 4.0/4.5
  • Windows 10 with .NET 4.6.x
  • Ubuntu 16.04.2 with Mono 4.8.0

Installation Notes:

The DLL is compiled with strong signing for .NET FX (but not for .NET Standard). You can install the DLL alongside your application or in the GAC. It is not specific to a particular architecture.

Changes since version 2.1.0.0

  • Really compile for .NET Standard 1.5
  • Allow the serial port to be reopened on Linux (needs libnserial 1.1.1 or later)

It is recommended to also update the library libnserial to version 1.1.1 for this release to get all features.

libnserial

Use the prepared debian packages for Ubuntu, or compile and install it yourself for other linux distributions.