Question:
On a Modbus network, can there be more than one master accessing a slave driver?
Solution:
No, the Slave Driver does not accept more than one master by accessing the same driver.
However, you can share the listening port between two or more drivers. So the solution would be to create multiple slave drivers (one for each master) sharing the same listening port.