8000 GitHub - matt-floyd-captiveaire/NModbus: NModbus is a C# implementation of the Modbus protocol.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

matt-floyd-captiveaire/NModbus

 
 

Repository files navigation

NModbus

Build Status
MS .NET Build status

NModbus is a C# implementation of the Modbus protocol. Provides connectivity to Modbus server compatible devices and applications. Supports serial ASCII, serial RTU, TCP, and UDP protocols.

History

The NModbus4 project appears to have gone quiet. This is a fork of that project.

NModbus differs from NModbus4 in following:

  • Modbus server devices are now added to a network which is represented by IModbusServerInstance.
  • Heavier use of interfaces.
  • Custom function code handlers can be added to server devices.

Goals

  • Improve Modbus Server support (e.g. support multiple server devices on the same physical transport).

Install

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

PM> Install-Package NModbus

Documentation

Documentation is available here.

License

NModbus is licensed under the MIT license.

About

NModbus is a C# implementation of the Modbus protocol.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%
0