Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By __mike__
#56787 Hello all, I'm new to the ESP8266 world, was just introduced to them a few weeks ago. I'm having a baud rate problem and was curious if anyone have had similar issues or someone could help me out. I've searched and and have not found an answer, hopefully this isn't a repeat question. If so, please point me in the right direction.

Whenever the ESP8266 receives a request, or resets, or for many other cases, it sends for example the "AT+RST OK" and then a bunch of other info. Well my problem is that if I change the baud rate to 9600, the "AT+RST OK" comes in at 9600 but the other data comes in at 115200. I've verified this with a logic analyzer after a few days of scratching my head over the jumbled garbage coming out. I would like everything to come out at 9600 so I can capture and parse the data. Can anyone help? Thanks!

__mike__