ArduinoModbus : Modbus TCP Client class
Start the Modbus TCP client with the specified parameters.
modbusTCPClient.begin(ip, port);
ip - the IP Address the client will connect to
port - port to the client will connect to
1 on success, 0 on failure
ModbusTCPClient Class