Skip to content

Releases: Warlib1975/ModbusConfig

Release 1.2

17 Feb 11:24

Choose a tag to compare

  • 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

15 Feb 10:03

Choose a tag to compare

Changes in modbus.cfg JSON to support ESP32 HardwareSerial
Added additional example of using ModbusConfig.

First release of ModbusConfig Library

28 Jan 13:49
baf4d3d

Choose a tag to compare

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.