NModbus4 1.11.0
See the version list below for details.
dotnet add package NModbus4 --version 1.11.0
NuGet\Install-Package NModbus4 -Version 1.11.0
<PackageReference Include="NModbus4" Version="1.11.0" />
paket add NModbus4 --version 1.11.0
#r "nuget: NModbus4, 1.11.0"
// Install NModbus4 as a Cake Addin #addin nuget:?package=NModbus4&version=1.11.0 // Install NModbus4 as a Cake Tool #tool nuget:?package=NModbus4&version=1.11.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:
1) removed USB support(FtdAdapter.dll)
2) removed log4net dependency
3) removed Unme.Common.dll dependency
4) assembly renamed to NModbus4.dll
5) target framework changed to .NET 4
Product | Versions 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. |
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 | 48,173 | 6/28/2016 |
3.0.0-alpha1 | 3,263 | 2/1/2016 |
2.1.0 | 280,544 | 8/9/2015 |
2.0.5548.32383 | 6,915 | 3/11/2015 |
2.0.5522.34406 | 5,201 | 2/13/2015 |
2.0.5516.31020 | 3,328 | 2/7/2015 |
1.12.0 | 11,051 | 8/5/2014 |
1.11.0 | 3,326 | 6/14/2014 |
1. removed log4net dependency
2. removed Unme.Common.dll dependency
3. removed USB support (FtdAdapter.dll dependency)
4. target framework: .NET Framework 4
5. assembly renamed to NModbus4.dll