Releases: Warlib1975/ModbusConfig
Releases · Warlib1975/ModbusConfig
Release 1.2
- Change JSON config to have the possibility to use 1Wire and I2C configuration in one JSON file.
- Small fixes and optimizations in the code
Release 1.1
Changes in modbus.cfg JSON to support ESP32 HardwareSerial
Added additional example of using ModbusConfig.
First release of ModbusConfig Library
ModbusConfig library has tested and worked properly.
Features:
- Parse JSON configuration file describing any number of Modbus slaves (RTU or TCP).
- Each Modbus slave can have a number of operations to read data from Modbus devices.
- A callback function can assign to process operations described in the configuration file.