Modbus UDP Client

H

Thread Starter

harikrishnan

Does anyone have an experience with Modbus UDP, any documents on how a Client and Server should be implemented?

My application requires a Modbus UDP client that should write (broadcast) some parameters to several Servers, and also read (broadcast) the actual values back. Any information on implementation of such a client or advice would be of great help.

Thanks and warm regards
 
I have a sample Modbus UDP Client (Host) and Server (Slave) C++ source code in the Winsock2 environment.

Contact [email protected]

Tested to compile OK on Dev-C++ and MS VisualC++ 6.0 compilers.
 
Top