Chat freely about anything...

User avatar
By Kobi
#36272 Hi all,

The esp8266-01 gives us the opportunity to communicate in a "Transparancy" called way.
Does someone know what is a Transparancy Transsmision means ? what it differs from a simple TCP communication ?

You can see it here ("4b esp8266 at command example en_v1.3.pdf" on page 10) :
http://www.f2h.co.il/h53hiovw4ppj

thanks!
User avatar
By Kobi
#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!