View Full Version : Autostarting ServoPod to use 34800 Baud
I need to start the ServoPod with a baud rate of 34800, as I want to use an easy radio link to my PC which supports not more than this. So I think I must program the baud rate for SCI0 even before IsoMax starts? I have looked into the rest sequence, there seems to be such a possibility but I don't see how to implement it. Do you have some example? Or is it sufficient to put it in an autostart routine?
Thx, Fried
RMDumse
01-24-06, 10:24 AM
Yes, the autostart feature of the ServoPod(TM) can be used to choose BAUD rate.
To enable this, make a word that selects the rate you want, and install it in Flash.
DECIMAL
: X 38400 SCI0 BAUD ; EEWORD
Then autostart that word
AUTOSTART X
and then when you reset you should come up at 38400, until you SCRUB, or bypass the autostart. If you SCRUB this word out, you'll need to reinstall it, or next time you'll reset back to the default baud rate.
vBulletin v3.0.7, Copyright ©2000-2012, Jelsoft Enterprises Ltd.