I have interfaced an ESP8266 via UART which is used to connect to the internet with the help of wifi.
Each time I send a command to the ESP, it executes and some response is there. My question is how can I use the UART passthrough to print the response on the terminal of my laptop using the same UART which i have interfaced with the ESP module?
Thank You
Solved! Go to Solution.
I think you need some AT commands to do this. Check this example for more information. http://fab.cba.mit.edu/classes/863.14/tutorials/Programming/serialwifi.html
I think you need some AT commands to do this. Check this example for more information. http://fab.cba.mit.edu/classes/863.14/tutorials/Programming/serialwifi.html