I was unable to use the TCP client program to talk to the GE Multinet -- Serial to Ethernet Converter which can be found in: http://www.geindustrial.com/cwc/products?pnlid=6&id=multinet&from=menu
My Modbus device has RS485 Communications setting:
1. Protocol = RTU (8 data bits)
2. Stop bit = 1
3. Parity = None
4. Baudrate = 9600
I modified the TCP client program and use a clone Modbus packet to send to the network. There are parameters I had configured: IP = 3.46.41.17 and Port number = 502. Using the TCP client, it establishes the communication. However, client program receives no response at all. The modbus packets that I created are a valid packets and they read coils or holding registers per user selection.
I wonde
r if I need to modify the ClientTCPCB function in order to receive any response. Attached is the sample code and Kindly advice what to do.