According to library help , by specifying the ID I expect only Server ID defined will respond to Modbus client.. but it's not! All IDs respond (1..255) !
If for instance I define
modbusTCPserver.begin(55);
I can get Modbus response even with ID 1,2,3...all
Why the ID has no effect?