Microcontroller › PIC › reading sms from gsm modem and comparing with predefind one › thank you here your program
July 25, 2012 at 2:02 pm
#8329
Participant
thank you
here your program is for getting hello only..but the modem response is
+CMGR: “REC READ”,”+918108111649″,,”12/07/22,14:24:11+22″
Hello
OK
so 1st we have to read these whole string.how can i read this whole sting?
i used some inbuilt functions for reading charecter wise.but some strange characters are coming.here is my code.
for(i=0;i<70;i++)
a=getcUSART();
}
putsUSART(a);
how can i input that whole sting to pic?