Dynamic Modbus Master is a more dynamic, more object Oriented Way to handle Modbus Devices under the esp-idf.
Dynamic Modbus Master is based on esp-modbus.
To learn how to use this library see the Getting Started section.
Feature | Status | Earliest Version |
---|---|---|
Handling Modbus Serial Setup/Start/Stop | Done | v0.0.1 |
Modbus RTU | ||
Modbus Ascii | Done | v0.2.0 |
Modbus TCP | Planned | |
Handling Read/Write Holding Registers | Done | v0.0.1 |
Handling Read/Write Coil Registers | Done | v0.2.0 |
Handling Reading Input Registers | ||
Exception Support | Done | v0.3.0 |