ESP32-Serial-Bridge icon indicating copy to clipboard operation
ESP32-Serial-Bridge copied to clipboard

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

Open StefanL38 opened this issue 2 years ago • 1 comments

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

StefanL38 avatar May 16 '22 11:05 StefanL38

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

AlphaLima avatar May 17 '22 20:05 AlphaLima