ESP8266 Developer Zone The Official ESP8266 Forum 2015-04-28T17:45:14+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=209 2015-04-28T17:45:14+08:00 2015-04-28T17:45:14+08:00 https://bbs.espressif.com:443/viewtopic.php?t=209&p=1568#p1568 <![CDATA[Re: please clarify CTS / RTS lines]]>
You said that making pin 13 high (3.3v) pauses the serial output on TX pin.
Is this true for standard versions of the ESP?

Also, how do I enable the handshake please??

I shall look at the RTS problem for you as I also require this function.

Many thanks,
George

Statistics: Posted by georeb — Tue Apr 28, 2015 5:45 pm


]]>
2015-02-17T01:26:31+08:00 2015-02-17T01:26:31+08:00 https://bbs.espressif.com:443/viewtopic.php?t=209&p=758#p758 <![CDATA[please clarify CTS / RTS lines]]>
i use an ESP8266-02 type module.
on this module, the pin 13 ( MTDO ) is DIRECTLY wired to the GND.
the hardwire handshake is enable : i use only the CTS line (input to the ESP8266), to prevent that the ESP8266 send me something when i'm not ready.
when i set CTS = 1 : the ESP stop to send me something : perfect
when i set CTS = 0 : the ESP send me next thing : perfect


now i try to use the RTS line : if the RTS line is active, i don't send anything to the ESP and wait until RTS is not active.
so i cut the line RTS (which is wired to the GND) and wired it to my host CPU.
now, nothing work anymore !!
i expect that the RTS line is an output from the ESP .. so why it is required to link the pin 13 to GND, to work ??

thanks
Phil

Statistics: Posted by phil31 — Tue Feb 17, 2015 1:26 am


]]>