Hey Alexis, do you find that this works well?
I tried this approach a while ago, and didn’t find that it worked very well for me. From memory, I had to keep restarting the ESP when the PC went to sleep.
Did you try starting your PuTTY session, then rebooting your ESP?
I seem to recall that this was one of the issues that I was having.
Personally, I think there’s a much better solution, which is to put a jumper across the Tx and Rx pins of your ESP then a bit of code to redirect the serial output to the Blynk terminal widget.
See this thread for more info:
It’s the Send_Serial() function that does most of the work.
Thanks Pete. I had already tried restarting the esp without success. Unfortunately that isn’t an option with my hardware setup . I’m using a esp-01 and due to the limited pins I’m forced to use RX as a digital out.
I still can’t see anything come thru on Putty. I tried disabling windows firewall. Still no luck. Do I need any special router settings to make the telnet session work?
My code is relatively long so maybe I’ll try a bare bones sketch today to see if I can get that working. I also have a WeMos D1 Mini Pro I can try it on.