Open kamilsss655 opened 8 months ago
It would be great to have wireless UART functionality for:
Create UART over WiFi functionality.
The code should be well structured, so in he future other UART inputs are possible (i.e Bluetooth).
The ESP will serve a website that has serial monitor for text output and input.
Mirroring UART port 0 to port 1 could also allow to use ESP USB connection as a programming cable for the radio (would work with Chirp). Not a high priority though.
Is your feature request related to a problem? Please describe.
It would be great to have wireless UART functionality for:
Describe the solution you'd like
Create UART over WiFi functionality.
The code should be well structured, so in he future other UART inputs are possible (i.e Bluetooth).
The ESP will serve a website that has serial monitor for text output and input.