ESP8266 Developer Zone The Official ESP8266 Forum 2017-02-27T20:11:01+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=3379 2017-02-27T20:11:01+08:00 2017-02-27T20:11:01+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3379&p=11381#p11381 <![CDATA[Re: AT+UART Command Does not Work]]> Your AT Command format is wrong, and the commond should not leave the space between numbers. The right version is as follow:

AT+UART=115200,8,1,0,0

Statistics: Posted by ESP_Xutao — Mon Feb 27, 2017 8:11 pm


]]>
2017-02-25T04:36:12+08:00 2017-02-25T04:36:12+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3379&p=11370#p11370 <![CDATA[AT+UART Command Does not Work]]>
This is my AT version. I cant configure my uart settings using v2.0 AT instructions.

Code:


AT+GMR

AT version:1.1.0.0(May 11 2016 18:09:56)
SDK version:1.5.4(baaeaebb)
compile time:May 20 2016 15:06:44
OK



When I use these instructions the output is:

Code:


AT+UART=115200, 8, 1, 0, 0


ERROR

Statistics: Posted by biomed12 — Sat Feb 25, 2017 4:36 am


]]>