-->
Page 1 of 2

Transparent Transmission - What's that ?

PostPosted: Sat Dec 12, 2015 10:51 am
by Kobi
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!

Re: Transparent Transmission - What's that ?

PostPosted: Sun Dec 13, 2015 5:05 am
by Kobi
? please help

Re: Transparent Transmission - What's that ?

PostPosted: Mon Dec 14, 2015 4:53 am
by eduperez
I guess you would get more responses if people could download that file: the page you linked is written in Hebrew, and I could not find any direct download link there.

Re: Transparent Transmission - What's that ?

PostPosted: Tue Dec 15, 2015 12:09 am
by Kobi
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!