AlphaLima / ESP32-Serial-Bridge

Wifi to 3x Serial bridge based on a ESP32
http://www.postfrontal.com/forum/topic.asp?TOPIC_ID=8467
MIT License
409 stars 138 forks source link

does it works as a transparent wireless serial-to-serial interface #16

Open StefanL38 opened 2 years ago

StefanL38 commented 2 years ago

Hi,

what is not clear to me is: can this code be used to have a full hardware-transparent serial--to---serial-interface.

Imagine an Arduino Uno which is connected to an extra-USB-to-TTL-converter on Arduino-no-Pins 0 and 1

Arduino-Uno-0-Rx--------Tx-of-USB-to-TTL---------------USB-port of computer Arduino-Uno-1-Tx--------Rx-of-USB-to-TTL---------------USB-port of computer

Now instead of using a wire a pair of wireless serial shall be used Arduino-Uno-0-Rx-------wireless-serial.............over.....the.........air.....wireless-serial-Tx--------computer Arduino-Uno-0-Tx-------wireless-serial.............over.....the.........air.....wireless-serial-Rx--------computer

Can this code be used in this hardware-configuration as a pure hardware-replacement of a cable?

best regards Stefan

AlphaLima commented 2 years ago

No, that is not the idea of this code. Sorry