Skip to content

ModBus_Client_v2.38

Choose a tag to compare

@fedeturco fedeturco released this 07 Feb 22:28
· 24 commits to master since this release
64da69a

Client ModBus TCP/RTU written in C# useful for Modbus read and write operations on RTU-485 or TCP slaves.
v2.38

  • Added Modbus Secure support
  • Added Latex documentation
  • Consecutive registers inside a group now are read with a single request of multiple registers instead of n request of one register
  • Fixed bug on TCP socket opening