Stupid Question
logan996
Posts: 281
Hey guys i have a stupid question that i couldn't find because it is so simple!!! What baud rate does the prop communicate on again? (through the serial terminal)
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"WOAH! that wasn't supposed to happen!"
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"WOAH! that wasn't supposed to happen!"
Comments
There's really no fixed communications rate. The ROM bootstrap uses 115KB for downloading, but uses a self-calibrating technique because the bootstrap routine runs using the internal FAST system clock which isn't very accurate. Once the program is downloaded, the Baud used can be anything the program defines when the serial I/O driver is initialized. Some programs use 9600 Baud. Others use 19200 Baud or 56700 Baud. A few use 115KB. Are you using the "Propeller Serial Terminal"? If so, look at the documentation or the initialization code in the first method of the main program (I don't have a copy handy to check).
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"WOAH! that wasn't supposed to happen!"