w4tsn / node-red-contrib-modbus-api

An API like node-red implementation of the modbus-serial package.
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Catch errors in the underlying modbus server #18

Closed pmacostapdi closed 2 years ago

pmacostapdi commented 2 years ago

There are errors/exceptions that are not caught by the modbusServerTCP socketError or error listener, for example, if the IP address:port combination is not available.