Shop OBEX P1 Docs P2 Docs Learn Events
Stupid Question — Parallax Forums

Stupid Question

logan996logan996 Posts: 281
edited 2010-07-16 15:20 in Propeller 1
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!"

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2010-07-16 15:14
    It depends ...

    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).
  • logan996logan996 Posts: 281
    edited 2010-07-16 15:20
    ok, thanks mike

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    "WOAH! that wasn't supposed to happen!"
Sign In or Register to comment.