Here my sendInfo function is such that it displays the core on LCD. I encounter a strange behaviour here. If I press 'x' with sufficient time gap, the score is perfectly incremented and displayed on the LCD. But if I keep 'x' pressed such that say 10 'x' are transmitted to atmega almost simultaneously, the score increments only by 4. Then if I transmit one more 'x' , score suddenly increments by the missing amount, ie the correct value(11 in this case) is displayed. SO it seems that atmega is buffering the incoming characters yet the RXC flag is not being set if a bunch of characters are received simultaneously. I have tried it on hardware as well as simulation(Proteus with virtual terminal), and get the same result on both.
I dont know what I am missing here.