How to send data for ssc 32

hi all,
i want sent data for ssc 32 and ssc control motor quiet operation
but when i send for ssc 1500,1501,1502,…1650,1500,1501,…(by microcontroller) then the motor is shock,and motor is’t comfortable.
i see software LYNXTERM (lynxmotion.com/p-567-free-do … xterm.aspx) send for ssc 1500,1501,1502,… then the motor is comfortable
Help me control for motor operation comfortable with microcontroller

Ensure you have the protocol well established. Start with one servo.
Send a serial command like:
Serialprintln("#1P1500");
Ensure you have the right baud rate set up in the microcontroller, which matches that on the SSC-32U.
Note that you don’t need to update the position every 20-30ms; this is the purpose of the SSC-32U.
Refer to the manual for details:
lynxmotion.com/images/data/l … _guide.pdf

thanks CBenSon

I’ve done a bunch of playing around with the SSC-32 board (the older one), but you’re welcome to some sample code here if that helps:

rov-er.com/rover-robot-hs-785hb- … eshooting/

Cheers,

Nick.