Microcontroller › AVR › gps › Hi meri,The UBRR value is
June 14, 2012 at 12:25 pm
#8044
Amrith
Participant
Hi meri,
The UBRR value is correct for 9600 baud rate with 7.3728MHz crystal, As midhun said try reducing delay and try polling method to debug your problem.
Are you directly dispalying data as you receive it, if yes don’t do so. Store your data in the buffer first and then process it.