SerialPortLib 1.0.10

There is a newer version of this package available.
See the version list below for details.
dotnet add package SerialPortLib --version 1.0.10
                    
NuGet\Install-Package SerialPortLib -Version 1.0.10
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SerialPortLib" Version="1.0.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SerialPortLib" Version="1.0.10" />
                    
Directory.Packages.props
<PackageReference Include="SerialPortLib" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SerialPortLib --version 1.0.10
                    
#r "nuget: SerialPortLib, 1.0.10"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=SerialPortLib&version=1.0.10
                    
Install SerialPortLib as a Cake Addin
#tool nuget:?package=SerialPortLib&version=1.0.10
                    
Install SerialPortLib as a Cake Tool

Serial Port libray for .Net / Mono
Features
- Easy to use
- Event driven
- Hot plug
- Automatically restabilish connection on error/disconnect
- It overcomes the lack of *DataReceived* event in Mono

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on SerialPortLib:

Package Downloads
ZWaveLib

Z-Wave Home Automation library for .NET Features - Works with most Z-Wave serial controllers - 100% managed code implementation - Event driven - Hot plug - Automatically restabilish connection on error/disconnect - Compatible with Mono [Source Code and Home Page] https://github.com/genielabs/zwave-lib-dotnet

W800Rf32Lib

W800RF32 RF Receiver library for X10 Home Automation (.NET / Mono) Features - Decoding of both standard and security X10 messages - Event driven - Hot plug - Automatically restabilish connection on error/disconnect - Compatible with Mono

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.2 822 3/9/2025
1.2.1 206 3/9/2025
1.2.0 135 3/9/2025
1.1.2 12,732 10/4/2023
1.1.1 6,380 12/26/2022
1.1.0 1,102 12/18/2022
1.0.23 9,920 6/23/2020
1.0.22 1,078 6/23/2020
1.0.21 1,152 6/14/2020
1.0.20 1,212 6/14/2020
1.0.19 1,823 4/2/2020
1.0.18 16,527 2/12/2019
1.0.16 3,044 9/23/2018
1.0.15 6,492 9/23/2018
1.0.12 11,016 5/30/2016
1.0.11 2,336 10/30/2015
1.0.10 3,018 10/29/2015
1.0.9 1,854 10/29/2015
1.0.8 2,840 9/1/2015

Fixed threading issues.