NModbus4 1.12.0

.NET Framework 4.0
There is a newer version of this package available.
See the version list below for details.
dotnet add package NModbus4 --version 1.12.0
NuGet\Install-Package NModbus4 -Version 1.12.0
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="1.12.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NModbus4 --version 1.12.0
#r "nuget: NModbus4, 1.12.0"
#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=1.12.0

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

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. Differs from this one (https://code.google.com/p/nmodbus) in following: removed FtdAdapter.dll, log4net, Unme.Common.dll dependencies, assembly renamed to NModbus.dll, target framework changed to .NET 4

Product Versions
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (5)

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

SmartModbusMaster

It converts Modbus polling function to event. It uses NModbus4

Infrastructure.Plc.Modbus

Description

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 30,956 6/28/2016
3.0.0-alpha1 2,036 2/1/2016
2.1.0 182,192 8/9/2015
2.0.5548.32383 5,129 3/11/2015
2.0.5522.34406 2,771 2/13/2015
2.0.5516.31020 1,828 2/7/2015
1.12.0 9,455 8/5/2014
1.11.0 2,079 6/14/2014

- issue #1 fixed (https://github.com/Maxwe11/NModbus4/issues/1);
- Modbus ASCII Read() issue fixed;
- utility to convert an ushort array into a double;
- changed SLAVE_DEVICE_BUSY to use retry count instead of retrying indefinitely