MarcusHuns
Results
1
comments of
MarcusHuns
I think connection.close() needs to be inside the connection. block. This worked for me: ```javascript modbus.tcp.connect(502, req.ip, { debug: "automaton-2454" }, (err, connection) => { connection.writeSingleRegister({ address: req.register, value: Buffer.from([...