-->
Page 1 of 1

Data error occurs after ESP8266 baud rate is set to 256000

PostPosted: Mon Aug 12, 2019 4:14 am
by malugu
Connect the ESP8266 with the serial port of the miniSTM32 board. When the baud rate is set to 115200, the data in the serial buffer area is correct under DEBUG. The characters sent back by WIFI are displayed. The baud rate is set to 256000 and the data is wrong. What the reason? ? ?

Re: Data error occurs after ESP8266 baud rate is set to 2560

PostPosted: Tue Aug 13, 2019 9:11 am
by martinayotte
malugu wrote:Connect the ESP8266 The baud rate is set to 256000 and the data is wrong. What the reason? ? ?

256000 baud is not a standard baudrate !
Try 230400 instead ...