-->
Page 1 of 1

AT+RST: using default baud-rate?

PostPosted: Tue Dec 23, 2014 1:19 pm
by brutzler
Hi,

I changed the baud-rate on my ESP8266 to 9600 with the +IPR-Command.
Now I can communicate with the ESP using 9600 baud. Good so.

But using the AT+RST-comand, i get an OK. And after this some unreadable signs. Normally there should be some infos about "rst cause" and "boot mode".

Can it be, that the controller sends this infoblock with the default baudrate of 115200 and then changes to the 9600?

regards/brutzler

Oh, info about my firmware:
AT+GMR shows me: 0020000903

Re: AT+RST: using default baud-rate?

PostPosted: Tue Dec 23, 2014 2:46 pm
by Tomer
Yes, the bootloader baudrate is at 115200, when it loads the user program it switches to the baudrate that was configured using the AT+IPR command.

Re: AT+RST: using default baud-rate?

PostPosted: Tue Dec 23, 2014 2:56 pm
by brutzler
Ah...

that means, if I "forget" the manual changed baudrate, I can flash an image serial with 115200 baud!?