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: Select all
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!