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

User avatar
By AJ123
#75540 hello
I'm interfacing esp8266 with PC via TTL to usb cable
i'm able to receive some data at power ON, but it seems to be garbage ones.
I also tried various baud rate but somehow the data received is garbage.
here is my attached snapshot.

Can somebody tell me what is default baud of esp8266 ? or else how to set esp8266 to its default configuration
You do not have the required permissions to view the files attached to this post.
User avatar
By QuickFix
#76040 No, the default rate of the ESP8266 is 74880 Baud (this is not a typo) at boot and when the actual program runs the Baud rate set in firmware (there's no default on that one, but usually 9600 or 115200 Baud). :idea: