- This topic has 1 reply, 2 voices, and was last updated 14 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › want to increase the baud rate
what can the maximum rate(baud rate) in serial transfer b/w PC and avr microcontroller
the maximum baud rate of serial communication can be achieve if 16 MHZ crystal are used and UBRR=0
for asyncrohouns (if U2X=0) Fosc/16=1Mbps
(if U2X=1) Fosc/8= 2Mbps
for syncrohouns master mode Fosc/2= 8Mbps