Home › Forums › Microcontrollers › PIC Microcontroller › Retrieving UART data on LCD using PIC16F877A › Reply To: Retrieving UART data on LCD using PIC16F877A
March 16, 2015 at 10:09 am
#11040
sandeep
Participant
Hi sir,
I just want to read only the new messages, as i test the gsm module with the hyperterminal, we get the indication for the new message in
the form of +CMTI: “SM”,1, and my doubt is how to use this in c code, so that the loop must wait until this response is received from the gsm module,
where after that, comparing the required bit,mode of motor operation can be decided.