-->
Page 1 of 1

AT command firmware at 1200 baud?

PostPosted: Wed Jun 17, 2015 12:56 pm
by k3ys
Hello all,

I'm thinking about a project that could use the ESP8266, but it would need to run at 1200 baud. I noticed that the AT firmware (is that what it's called) needs a minimum of 9600 baud.

Do you think it could be modified to run at 1200 baud?

At this point I'm just wondering if it's possible and roughly what it would take. Pretty much evaluating whether it's worth putting effort into learning the ESP8266 at this point.

Thanks!

Sam

Re: AT command firmware at 1200 baud?

PostPosted: Thu Jul 09, 2015 6:47 am
by eriksl
It's quite simple to make it run a 1200 baud, if you prepare to flash a new version.

The UART actually can support any value from about 300 to 1000000 baud, but the AT firmware only allows the "standard" rates.