Microcontroller › AVR › RECEIVE ARRAY OF DATA THROUGH UART › Hi,One important thing that
December 20, 2014 at 6:26 am
#12434
AJISH ALFRED
Participant
Hi,
One important thing that you need to take care when you try to store the data coming from uart to an array is that, the time taken to read a byte and store in in the array location should be less than the time period with which the uart send consecutive bytes.
Remove all unnecessary delays and it will work fine. Suggest you to post the code snippest here for better help.