Free Academic Seminars And Projects Reports

Full Version: read sms from gsm modem using 8051
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi i need to check whether gsm has received received any new message or not i have used the code
while(RI==0);
RI=0;
a=SBUF;
if(a=='1')
p0=0xff;
else{}
the program after enter while loop it does not return to next line