SerialPortStream Library - 1.1.3.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
Unsupported Platforms:
The Mono framework, Compact Framework or WinRT (ARM) based systems are not supported.
Tested On:
- Windows 8.1 x64 with .NET 4.5.2
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.2.0
This is a bugfix release. There are no external API changes, so only the minor version is updated to 1.1.3.0 (see Information about Versioning)
- Memory leak when closing the SerialPortStream. In the default configuration, this meant 1.6GB would be allocated in about 1500 cycles. Thanks to "la3561".