Hi,
I need to connect to the same host and port, but different unitIds
In the code, it looks like the connection is based on unitId as well.
new Modbus.client.TCP(socket, unitId)
Is there a best practice to reuse the same connection for different unitId?
Thanks
Dekel