- Tue Dec 15, 2015 12:09 am
#36449
Ok , sorry.. You'r right !
I contacted the espressif support and they allready helped me with this issue but I have another related question.
My problem is that I want to send a mesage through the esp8266 to the outside world (another computer for example) and as you all know, I need to use AT+CIPSEND=<length> command befor typing the string. You can see it in the AT instruction set document :
http://bbs.espressif.com/viewtopic.php?f=51&t=1022.
Sending this command forces me to wait for an OK and it cause me a delay in the sending of the string, hence in the program. Does someone know how to bypass that ? Mean, to send the string right after the CIPSEND command without waiting for the OK (if i am doing now it writes me busy s...)
Thanks!