save response of AT command for esp8266 from serial monitor
Posted: Sat Dec 05, 2015 8:54 am
Hi all, I need to save the response after the AT command being typed so that I can record the MAC address and SSID as strings for further processing. However, I could not find a way to capture it, could anyone help? In the picture I attached, the red box is the AT command that I typed into the serial monitor by coding at Arduino IDE, the green box shows the response after AT+CWLAP being typed. I need to save everything in green box as string. Please help me Thanks in advance