-->
Page 1 of 1

"busy p..." problem

PostPosted: Thu Oct 01, 2015 1:57 pm
by Kobi
Hi,

My board has a 8MHz cristal and I'm sending AT commands through UART to the ESP8266 with baud rate of 9600 bps.
Sometimes, While debugging with terminal, I see "busy p..." message ( Probably the ESP can't handle too fast the commands sent to it). How can I deal with it ? I thought maybe to put a delay after each command but I prefer not too...

Does someone has an idea how to solve it ?

Re: "busy p..." problem

PostPosted: Fri Oct 02, 2015 7:56 am
by Kobi
Help please :?