node-modbus-serial
node-modbus-serial copied to clipboard
Ignore unitID on ServerTCP
Is there a way to unspecify the unitID in ServeTCP initialization ? I need to answer to differents clients connected on same Server and for each of them manage the unitID and answer with different data.
id 255 means listening to all adresses:
https://github.com/yaacov/node-modbus-serial/blob/master/servers/servertcp.js#L23