by siempre.aprendiendo » Fri Oct 26, 2007 9:38 pm
by siempre.aprendiendo
Fri Oct 26, 2007 9:38 pm
TheGoody wrote:Can anyone tell me what my baud rate should be set as?
First of all, CHECK if YOUR current baud rate have the correct value
From the AX-12 manual, page 13.
Address 0x04 Baud Rate. Determines the communication speed. The computation is done by the following formula.
Speed (BPS) = 2000000 / (Address4 + 1)
...
Note A maximum Baud Rate error of 3% is within the tolerance of UART communication.
Caution The initial value of Baudrate is set to 1(1000000bps)
And IF this is YOUR problem... from the same manual, page 24, Example 8:
Changing the Baud Rate of a Dynamixel actuator to 1M bps
...
TheGoody wrote:Can anyone tell me what my baud rate should be set as?
First of all, CHECK if YOUR current baud rate have the correct value
From the AX-12 manual, page 13.
Address 0x04 Baud Rate. Determines the communication speed. The computation is done by the following formula.
Speed (BPS) = 2000000 / (Address4 + 1)
...
Note A maximum Baud Rate error of 3% is within the tolerance of UART communication.
Caution The initial value of Baudrate is set to 1(1000000bps)
And IF this is YOUR problem... from the same manual, page 24, Example 8:
Changing the Baud Rate of a Dynamixel actuator to 1M bps
...