NModbus4 2.0.5548.32383

dotnet add package NModbus4 --version 2.0.5548.32383
NuGet\Install-Package NModbus4 -Version 2.0.5548.32383
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="NModbus4" Version="2.0.5548.32383" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NModbus4 --version 2.0.5548.32383
#r "nuget: NModbus4, 2.0.5548.32383"
#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.
// Install NModbus4 as a Cake Addin
#addin nuget:?package=NModbus4&version=2.0.5548.32383

// Install NModbus4 as a Cake Tool
#tool nuget:?package=NModbus4&version=2.0.5548.32383

NModbus is a C# implementation of the Modbus protocol. Provides connectivity to Modbus slave compatible devices and applications. Supports serial ASCII, serial RTU, TCP, and UDP protocols. NModbus4 it's a fork of NModbus(https://code.google.com/p/nmodbus)

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on NModbus4:

Repository Stars
NModbus4/NModbus4
NModbus4 is a C# implementation of the Modbus protocol. This project is archived in favor of https://github.com/NModbus/NModbus
GridProtectionAlliance/gsf
Grid Solutions Framework
Version Downloads Last updated
2.0.5548.32383 1,338 3/11/2015
2.0.5522.34406 179 2/13/2015
2.0.5516.31020 88 2/7/2015
1.12.0 3,164 8/5/2014
1.11.0 156 6/14/2014

- fixes issue #11
- fixes issue #12