This program sets modbus registers of a device according to a CSV file
Latest Python3 needs to be present on the system, then run:
git clone https://github.com/zahlex/modbus-configurator
cd modbus-configurator
pip install -r requirements.txt
Type, Address, Value
HOLDING, 120, 123
COIL, 210, 1
python3 write_config.py <csv_file> <host> [<port>] [<unit>]
All resources of this project are licensed under the BSD 3-Clause License