Resolved! Communication between UART DMA and ESP8266 hangs after first response
Posted on May 26, 2018 at 16:04I'm going crazy with this. I want to send some commands to an ESP8266, and search the response for 'OK'. Since the response is of arbitrary length, I'm receiving 400 bytes, and see if there's an 'OK' in there. If there...