ESP8266 Developer Zone The Official ESP8266 Forum 2017-10-06T20:01:09+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=6740 2017-10-06T20:01:09+08:00 2017-10-06T20:01:09+08:00 https://bbs.espressif.com:443/viewtopic.php?t=6740&p=16214#p16214 <![CDATA[Re: UART flow controll not working]]>
I am referencing this document https://espressif.com/sites/default/files/documentation/0d-esp8266_pin_list_release_15-11-2014.xlsx

Statistics: Posted by sqrtmo — Fri Oct 06, 2017 8:01 pm


]]>
2017-10-06T19:41:41+08:00 2017-10-06T19:41:41+08:00 https://bbs.espressif.com:443/viewtopic.php?t=6740&p=16211#p16211 <![CDATA[Re: UART flow controll not working]]> Statistics: Posted by Guest — Fri Oct 06, 2017 7:41 pm


]]>
2017-10-06T16:28:21+08:00 2017-10-06T16:28:21+08:00 https://bbs.espressif.com:443/viewtopic.php?t=6740&p=16206#p16206 <![CDATA[UART flow controll not working]]>
I trying to achieve hardware flow control with AT instruction set. I have host controller connected to the ESP8266 12S.
Everything seems to work on pin 13, but pin 15 looks like it is pulled down and never changes it's state, I can not pull it up with AT+SYSIOSETCFG. I can not get any activity on it. Am I missing something, what can I do to enable the flow control.

Code:

AT+UART_CUR?
+UART_CUR:115273,8,1,0,3
OK
AT+UART_DEF?
+UART_DEF:115200,8,1,0,3
OK
AT+SYSIOGETCFG=13
+SYSIOGETCFG:13,4,0

OK
AT+SYSIOGETCFG=15
+SYSIOGETCFG:15,4,1

OK
AT+GMR
AT version:1.4.0.0(May  5 2017 16:10:59)
SDK version:2.1.0(116b762)
compile time:May  5 2017 16:37:51
OK


Can anyone help?
Thanks in advance!

Statistics: Posted by sqrtmo — Fri Oct 06, 2017 4:28 pm


]]>