Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By Parth
#58696 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.