Hi,
I,m doing project on ESP8266 using TM4C123G. I,m sending AT command (AT+CWLAP) for the ESP so i got the output on UART (Putty). But that output i like to store into buffer and then process it further. But the output value is not store in buffer.
This is a code which i store value in Charbuffer[i] that was get into UART5 which i get all the values. But when i see to the Charbuffer only OK comes.
so what is the problem?
Charbuffer[i]=UARTCharGet(UART1_BASE);
UARTCharPut(UART5_BASE,Charbuffer[i]);
Regards,
Vikas