Info
Version: | 1.0.15 |
Author(s): | Euronet |
Last Update: | Thursday, February 28, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/JTrotta/MonoSerialPort |
NuGet Url: | https://www.nuget.org/packages/MonoSerialPort |
Install
Install-Package MonoSerialPort
dotnet add package MonoSerialPort
paket add MonoSerialPort
MonoSerialPort Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Windows.Compatibility(>= 2.0.1)
- Mono.Posix.NETStandard(>= 1.0.0)
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.