Examples Using SensorModbusMaster

These example programs demonstrate how to use the SensorModbusMaster library.


Reading and Writing Registers

This example writes a setting value to a holding register, reads it to confirm the value has changed, and then reads several data values from holding registers.

Scanning Registers

This is a testing program to scan through all possible holding registers. This was written to try to guess the structure of the modbus registers when a map isn't available.