Multiple targets with script

Hi,
I have the mini maestro 12 and have read the users guide. Using the arduino mega, I understand setting a block of servos with the multiple target command 0x9f and via TTL it works great . Is it possible to do the same thing with scripting so I don’t have to use the arduino? I tried to find a reference to this with no luck. (I probably missed it somewhere).
Thanks,
Scott

Hello, Scott.

There is no Maestro script command for setting multiple targets at once, but you can just set one target at a time until you are done. If you do that without any delays then it should be pretty fast.

–David

Thanks David. A simple solution I never thought of. I will try it and put the delay at the end.
Thank
Scott