Starting to move at the same time

Hello,

I have Odrive V3.6. Afer send the new position for each motor, I want to start to move the motors at the same time using ASCII protocol. How I can do it?

Thanks!

Hmm. There isn’t a provision for motor movement synchronization in that way. If you use a high baudrate though, sending the commands sequentially should result in extremely small delays between each motor. How precisely do you want to synchronize the start of each movement? You should be able to hit sub-millisecond latency with ASCII alone, if that works.