UART Passthrough

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

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

0 Likes
1 Solution
rola_264706
Level 8
Level 8
50 likes received 25 likes received 10 likes received

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

View solution in original post

0 Likes
3 Replies
rola_264706
Level 8
Level 8
50 likes received 25 likes received 10 likes received
        Post your project so we can determine what it is doing.   
0 Likes
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

I'm attaching my main.c file.

   

The line where I'm storing the response is being bolded and underlined.

   

If you need schematic or cydwr file then  please tell.

   

Thank You

0 Likes
rola_264706
Level 8
Level 8
50 likes received 25 likes received 10 likes received

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

0 Likes