How to get data from Terminal?
Posted: Fri Mar 27, 2020 5:05 pm
Hi All,
I'm new to ESP32 programming.
I'm learn every day new things about this module, today i'm trying to send data over usb to my esp32.
I'm using a DevKit V1 and VSC with ESP-IDF.
I know that using printf(...) i can send data from ESP32 to my terminal, but what about the opposite direction?
I have found
If i want to send a character or some stuff from My PC to ESP how can I perform this operation?
I'm new to ESP32 programming.
I'm learn every day new things about this module, today i'm trying to send data over usb to my esp32.
I'm using a DevKit V1 and VSC with ESP-IDF.
I know that using printf(...) i can send data from ESP32 to my terminal, but what about the opposite direction?
I have found
If i want to send a character or some stuff from My PC to ESP how can I perform this operation?