The general format of AT commands' responses?
Posted: Sat Jun 17, 2017 10:00 am
hi community, I'm writing a Python library for "using esp8266 as a module".
https://github.com/muchrooms/esp8266py
Handling all results through serial port is a big part of it, and I just simply match identifiers like "OK", "ERROR" now. So, is there a elegant method to process all responses?
https://github.com/muchrooms/esp8266py
Handling all results through serial port is a big part of it, and I just simply match identifiers like "OK", "ERROR" now. So, is there a elegant method to process all responses?