Finding baud rate for servo

Hi Forum

I just bought a Graupner DES 707 BB MG servo and connected it to an Arduino Motor Shield. The software that comes with the motor shield works, but it seems like the servo struggles to stay on a specific position. I guess that I got the baud rate wrong. But I can't find the baud rate for this servo anywhere. This is the way I attach the serve: servo_1.attach(SERVO1_PWM,0,20000);

Have I missed something?

Thank you!

Kasper

Well, for starters, Baudrate is not what you call what you are looking for. You are looking for the correct pulse width min/max that would best suit your device.

If not defined in your documents... trial and error seems your only approach.

Thanks for the reply pwillard, I was able to get it to work by trial and error. But does that mean that it functions correct?