I am wondering what are the available options for sending a start/stop command to multiple servos at the same time?
So far, in what i have seen, you can send a command to only a specific ID at one time, giving the value that a particular address should have.
What if there is a critical application that you want all the servos to perform an action at the same time?
Is there a function that can broadcast the command to many servos at the same time?
Is the option to use threads a good idea? I am guessing not, because even if you use threads, the commands will reach the servos sequentially, either way…
I am looking forward to hearing your opinions. Thank you very much!