DotNet
Modbus-TCP communication in .Net C#
Modbus over TCP is nothing but the Modbus protocol over a TCP/IP interface running on Ethernet. Therefore all device addressing and routing is done through the standard IP addresses while the application protocol remains the same. In case of Modbus protocol, only one device in the network usually acts as Read more…