SparkFun Forums 

Where electronics enthusiasts find answers.

Have questions about a SparkFun product or board? This is the place to be.
User avatar
By roach
#11703
While communicating between two ATmegas over USART, I want to be able to have uC1 automatically detect the baud rate that uC0 is using to transmit. Is there some generally accepted method of doing this?
By upand_at_them
#11707
Transmit a sync byte, something like 10101010. Then just run the timer between two high bits and do the math.

Mike