Popularity
6.7
Stable
Activity
0.0
Stable
730
99
368

Description

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). NModbus4 differs from original NModbus in following:

Programming language: C#
License: MIT License
Tags: WinForms     Library     Protocols     Winform    

NModbus4 alternatives and similar packages

Based on the "Protocols" category.
Alternatively, view NModbus4 alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of NModbus4 or a related project?

Add another 'Protocols' Package

README

NModbus4

Build Status Code Coverage
Mono Build Status
MS .NET Build status codecov.io

Join the chat at https://gitter.im/NModbus4/NModbus4

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). NModbus4 differs from original 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

Install

To install NModbus4, run the following command in the Package Manager Console

PM> Install-Package NModbus4

Documentation

Documentation is available in chm format (NModbus.chm)

License

NModbus4 is licensed under the [MIT license](LICENSE.txt).


*Note that all licence references and agreements mentioned in the NModbus4 README section above are relevant to that project's source code only.