MordFIdel / SOCORAD32

ESP32 SOftware COntrolled RADio (SOCORAD32)
161 stars 21 forks source link

USB Serial interface for sending and receiving "text messages" #19

Closed brettpatram closed 1 year ago

brettpatram commented 1 year ago

Is it possible to the use the USB serial interface to achieve the same thing as the Bluetooth Serial example?

I notice that the baud rate for the USB Serial interface is actually 115200 I do see some sort of logging/debug output on this console, so I know its alive. It just doesn't seem to handle any input

Please confirm

KillerTurtleSoftware commented 1 year ago

I tried with phone Bluetooth on 1 radio and serial usb on another and couldn't see to find a baud rate to decode the data right.

MordFIdel commented 1 year ago

Yes it is possible. I think it is not working for you because the USB serial is connected to the ESP32, then the ESP32 is connected to the radio module. There is a program that sends message from USB->ESP32->Radio and vice versa Radio->ESP32->USB. Check this out https://github.com/MordFIdel/SOCORAD32/blob/main/BTserialcomm.ino

brettpatram commented 1 year ago

Ok understood, thank you I can upload that simple sketch (which will remove the existing firmware functionality) Or I can modify the ESP-IDF project to work in the same functionality