Info
Version: | 1.0.10 |
Author(s): | Euronet |
Last Update: | Monday, February 26, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/JTrotta/SerialPortLib2 |
NuGet Url: | https://www.nuget.org/packages/SerialPortLib2 |
Install
Install-Package SerialPortLib2
dotnet add package SerialPortLib2
paket add SerialPortLib2
SerialPortLib2 Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
This version rewrites the System.IO.Ports, on which all Serial port library are based, to allow using of Linux virtual usb port.
It basically avoids the "System.IO.Ports.SerialPortStream.SetSignal (SerialSignal signal,
Boolean value)" error.