Info
Version: | 1.0.1 |
Author(s): | Generoso Martello, Alexander Sidorenko |
Last Update: | Sunday, June 21, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Bounz/serialport-lib-dotnet/ |
NuGet Url: | https://www.nuget.org/packages/SerialPortLibNetCore |
Install
Install-Package SerialPortLibNetCore
dotnet add package SerialPortLibNetCore
paket add SerialPortLibNetCore
SerialPortLibNetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Logging.Abstractions(>= 2.0.0)
- SerialPortStream(>= 2.1.2)
Tags
Forked from https://github.com/genielabs/serialport-lib-dotnet by Generoso Martello
Features
- Easy to use
- Event driven
- Hot plug
- Automatically restabilish connection on error/disconnect
- It overcomes the lack of *DataReceived* event in Mono.