i have a problems to communicate to my SSC32 board.
If i want to send a string(as example:"#5 P1500 ") the servocontrollerboard doesnt do anything.
i have build a µC-Board on my own. i use a atmega 8-16PU. i have programmed it in C.
how should i communicate with the SSC32 board? Asynchron or Synchron???
i can communicate with my µC board to my PC. only from my µC Board to the SSC32 board it didnt work!
you can concatentate multiple commands in the same string of course but other than that I don’t think you need a delay… not sure if you can over-run the input buffer on the ssc-32 or not though. there is a practical limit of course where you may need to consider the speed of the servo. usually the manufacturers specify so many degrees in so many seconds but in practice the amount of torque on the servo will cause that number to vary. Unfortunately the only suggestion I have is to test it out… maybe make provisions in your code to allow for a delay, create some sequences as test patterns, and then run them with different delays to see if you get the same results.