NModbus4 2.0.5548.32383

There is a newer version of this package available.
See the version list below for details.
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.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on NModbus4:

Package Downloads
NModbus4.Serial

NModbus4.Serial Class Library

Infrastructure.Modbus.NModbus4

Description

Arion.Models

Arion library for work with xray controls, manipulators and utilities

NModbus4.Wrapper

NModbus4.Wrapper is driven from NModbus4 for integrated usage. Difference of NModbus4.Wrapper from NModbus4 is: 1. integrate class (RTU, TCP, UDP...) into ModbusService 2. support C# data types (bool, int, float) 3. support threading when using Client - GitHub : https://github.com/peponi-paradise/NModbus4.Wrapper - Blog : https://peponi-paradise.tistory.com

SmartModbusMaster

It converts Modbus polling function to event. It uses NModbus4

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
3.0.0-alpha2 39,171 6/28/2016
3.0.0-alpha1 3,040 2/1/2016
2.1.0 239,499 8/9/2015
2.0.5548.32383 6,344 3/11/2015
2.0.5522.34406 4,363 2/13/2015
2.0.5516.31020 2,915 2/7/2015
1.12.0 10,631 8/5/2014
1.11.0 3,111 6/14/2014

- fixes issue #11
- fixes issue #12