When I open the serial port in my computer to read it, I get the following error:
ets Jan 8 2013,rst cause:2, boot mode:(3,6)
load 0x40100000, len 23200, room 16
tail 0
chksum 0xef
load 0x00000000, len 0, room 8
tail 0
chksum 0xef
load 0x00000000, len 0, room 0
tail 0
chksum 0xef
csum 0xef
csum err
ets_main.c
I am using 74880 baud rate, as it is the only one that receives information.
I believe I should get a ready message instead of that error. What should I do?