Skip to content

Modbus TCP Write Data Structure rm_modbus_tcp_write_params_t

Parameter description

ParameterTypeDescription
addressintStarting address of the data.
master_namecharName of the Modbus TCP master station.
ipcharIP address of the host.
portintPort number of the host.
numintNumber of data points to write, with the data length not exceeding 100.
dataintData to be written, with the data length not exceeding 100.