Home › Forums › Microcontrollers › PIC Microcontroller › Retrieving UART data on LCD using PIC16F877A › Reply To: Retrieving UART data on LCD using PIC16F877A
February 5, 2015 at 12:55 pm
#10704
Ligo George
Keymaster
Just disable the ECHO feature of your GSM module. If it is enabled, the module will send back characters received during command mode.
AND you should send a Carriage Return (eg : “AT\r”) after the command to indicate the end of command.