Forums:
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