Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By k3ys
#20717 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
User avatar
By eriksl
#22836 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.