Chat freely about anything...

User avatar
By Kobi
#30281 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 ?