- Contain ModBus RTU Master and Slave implementation
- Support the following functions:
- Read Coils (0x01)
- Read Discrete Inputs (0x02)
- Read Holding Registers (0x03)
- Read Input Registers (0x04)
- Write Single Coil (0x05)
- Write Single Register (0x06)
- Write Multiple Coils (0x0F)
- Write Multiple registers (0x10)
- Possible to run master and slave functionality on one hardware platform
- Contain examples of:
- ModBus Master RTU implementation
- ModBus Slave RTU implementation
- ModBus Master & Slave implementation on one harwdware platform
- Library contain unit test and integration tests that can be reused in project if needed
For more information about running the examples, configuration and usage of the library, as well as collaboration in the project please refer to MODBUS wiki