Microcontroller › PIC › RECEIVER PROBLEM IN UART › Dear Sir, I have
February 22, 2014 at 1:59 pm
#11083
Participant
Dear Sir,
I have sending SMS through this i.e GSM SIM300 with PIC16F877A microcontroller I have tested the code for GSM SIM response like OK it will display on LCD i have written code like this
unsigned char i;
char buffer[25];
i=0;
while(!RCIF)
bufer[i++]=RCREG;
buffer=’