Microcontroller › 8051 › Cannot Receive 4digit Integer value from serial port › in your compare()
December 21, 2014 at 6:29 pm
#12442
Ashutosh Bhatt
Participant
in your compare() function
after first condition if(….)
next condition must be else if (….)
not just if