jeelabs / esp-link

esp8266 wifi-serial bridge, outbound TCP, and arduino/AVR/LPC/NXP programmer
Other
2.82k stars 720 forks source link

Esp-link serial bridge to USB #558

Open andremalenfant opened 1 year ago

andremalenfant commented 1 year ago

Is there a way to use ESP-link to output to the usb bridge on the board? Sort of like a Serial->wifi->USB bridge?

JDP-Maker commented 1 year ago

So is this what you want to do. PC TCP -> esp8266 (esp-link) serial ttl out on GPIO pins -> ttl to usb module -> MCU usb port? Ttl to usb modules are cheap (about $10) so I think it might work, but I have no idea why you would want to add that complexity. Esp-link TTL Serial port going directly to MCU TTL port is much less complicated.