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 5:04 pm
#11046
Ligo George
Keymaster
You may use interrupt for reading message indications from GSM module.
Use UART_Read() to read data only after receiving data. You can make sure that the data is received, by using UART_Data_Ready().