Skip to content

Modbus TCP, Modbus UDP and Modbus RTU client/server library for .NET implementations

License

Notifications You must be signed in to change notification settings

MarkDGithub/EasyModbusTCP.NET

 
 

Repository files navigation

EasyModbusTCP.NET

Modbus TCP, Modbus UDP and Modbus RTU client/server library for .NET
Industry approved!!
Fast and secure access from PC or Embedded Systems to many PLC-Systems and other components for industry automation.
Only a few lines of codes are needed to read or write data from or to a PLC.

Additional Software tools e.g. Modbus Server Simulator, makes software development fast and easy.

Supported Function Codes:

  • Read Coils (FC1)
  • Read Discrete Inputs (FC2)
  • Read Holding Registers (FC3)
  • Read Input Registers (FC4)
  • Write Single Coil (FC5)
  • Write Single Register (FC6)
  • Write Multiple Coils (FC15)
  • Write Multiple Registers (FC16)
  • Read/Write Multiple Registers (FC23)

Modbus TCP, Modbus UDP and Modbus RTU client/server library

About

Modbus TCP, Modbus UDP and Modbus RTU client/server library for .NET implementations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%