Module modbus_mapping::core
source · Expand description
Core traits to read from and write to Modbus registers
Traits§
- Define mapping between Modbus holding registers and the Self type to create and update the type instance by reading values directly from holding registers, or write the values back to holding registers.
- Define mapping between Modbus input registers and the Self type to create and update the type instance by reading values directly from input registers