Skip to content

Modbus RTU Write Data Structure rm_modbus_rtu_write_params_t

Parameter description

ParameterTypeDescription
addressintStarting address of the data.
deviceintAddress of the peripheral device.
typeint0 - Modbus master on the controller side; 1 - Modbus master on the tool side.
numintNumber of data points to write, with the data length not exceeding 100.
dataintData to be written, with the data length not exceeding 100.