ESP8266 Developer Zone The Official ESP8266 Forum 2017-08-19T10:24:56+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=5942 2017-08-19T10:24:56+08:00 2017-08-19T10:24:56+08:00 https://bbs.espressif.com:443/viewtopic.php?t=5942&p=15228#p15228 <![CDATA[Re: RTS ouput never asserted but it should be]]> The CIPSTART issue is very interesting, can you provide your test steps and AT logs?

Statistics: Posted by Her Mary — Sat Aug 19, 2017 10:24 am


]]>
2017-08-12T23:40:56+08:00 2017-08-12T23:40:56+08:00 https://bbs.espressif.com:443/viewtopic.php?t=5942&p=15115#p15115 <![CDATA[RTS ouput never asserted but it should be]]>
I'm having some troubles with RTS line in a ESP8266 (AT version:1.4.0.0, SDK version:2.1.0), basically it nevers become active.
Handhsake is correctly enabled for both CTS and RTS, and CTS works perfectly.
As far as I understand RTS will be asserted when ESP buffer has room for more data, but in this case it is never asserted.

I tried to saturate the buffer sending big packets with CTS disabled so the ESP only can receive remote data and store in the buffer, but RTS never changes. Buffer full or empty, RTS never changes.

Any idea about this? I'd appreciate any.

BTW, I found a couple of inconsistencies in the returned messages from CIPSTART command, but the most surprising was this,

AT+CIPSTART=x,"TCP","xxxxx",xxxxx (i removed the data)
246,CONNECT

Yes, connected to channel 246 and most surprising, working... a couple of minutes later it reseted but not before sending or receiving some data. Magic...

Statistics: Posted by exerion — Sat Aug 12, 2017 11:40 pm


]]>