npm --version
8.15.0
I am using "node-red-contrib-modbus-tcp-ip" node package for a modbus communication to IO box.
Its being connected but it keeps getting disconnected with an error as shown below and reconnecting automatically.
"ECONNRESET" means the other side of the TCP conversation abruptly closed its end of the connection. This is most probably due to one or more application protocol errors.
Maybe you are trying to read or write invalid registers.