Continuous rotation command

what command do I send t SSC-32 to start a continuous motor? t o stop?

Thanks,
Bob

I’ve never used cr servos but from what I understand they work in a similar way to normal servos that sending a value below 1500 will rotate in one direction and above 1500 will turn the other way. 1500 is center.

Servo1 is centered:
"#1 P1500 "

Servo 1 will rotate slowly cw
"#1 P1600 "
Servo 1 will rotate fast cw
"#1 P2000 "

Servo 1 will rotate slowly ccw
"#1 P1400 "
Servo 1 will rotate fast ccw
"#1 P1000 "

If the motor still rotates but slowly then try 1505, 1510, 1515, if it goes faster then try 1495, 1490, 1395. You must find the exact stop value for each CR servo. Around 1500 should stop them, above that should proportionally increase the speed in the CW direction, and below that should proportionally increase the speed in the CCW direction.