When an NUS Central has several NUS Peripherals connected, is it possible to send the same "message" to all of the connected peripherals at once?
Or do I just have to iterate through each peripheral - sending the message to each one in turn ?
When an NUS Central has several NUS Peripherals connected, is it possible to send the same "message" to all of the connected peripherals at once?
Or do I just have to iterate through each peripheral - sending the message to each one in turn ?
Hi Andrew
Each link is independent of each other, and will have to be handled separately.
In other words you would have to iterate through each of them and send the message to each one in turn.
Best regards
Torbjørn
OK, thanks.