-->
Page 1 of 1

Receive Buffer showing Empty

PostPosted: Sat Nov 26, 2016 2:55 am
by Parth
Hello!

In my code, I'm trying to store the response of the ESP8266 in a variable.
I'm using the AT command set for which I have set a timeout.
Everytime I try to store the response of the ESP in a variable, the Rx Buffer of the ESP always shows that it is empty.
For ex: For AT+CWMODE=1
this command should return "OK" as a response,
but there is no response and hence the program cannot move forward..
Can anyone please help me with this problem.?

Thank You.