Command line interface for modbus communication.
- Run
make
.
- Use
gengetopt
to generategetopt
code. - Implement all instruction types.
- Register and bit read/write first.
- More flexibility for specifying sequential reads and writes.
- Proper handling of register and coil operations.