CzarDestructo
Results
1
comments of
CzarDestructo
I was able to get my Rover 40A controller working on address 16 by adding the following between lines 187 and 188: ``` try { modbusClient.setTimeout(500); modbusClient.setID(16); await modbusClient.connectRTUBuffered(args.serialport, {...