I have a couple of questions,
I have 2 couples of master/slave nodes. Each slave opens a channel with DeviceNumber = 0 and Proximity low in order to detect only the closest device, no matter of the DeviceNumber.
Of course each master has his unique DeviceNumber.
MasterA–SlaveA MasterB-SlaveB
Once each Slave has connected to the relative Master (SlaveA to MasterA e SlaveB to MasterB), can each master receive messages from the other slave node?
i.e. can MasterA receive message from SlaveB?
And what in case of SlaveB bursting to MasterB? Can the MasterA receive any messages from SlaveB?
thanks