Open
Description
Got it to work on a Portenta H7 - only testing Holding Register reading (all required in my application).
I have a question about the software.
Is it possible to issue 2 configures as below
modbusTCPServer.configureHoldingRegisters(0, nSensors);
modbusTCPServer.configureHoldingRegisters(1000, nSensors*2);
I would like to have the first group be scaled integers, and the second group will be transmitted as floats. The user will decide which to access depending on their PLC etc
Thanks