Search found 2 matches

by renataa_l
Thu Jun 30, 2022 8:13 am
Forum: ESP32 boards
Topic: ESP32 communication via USB UART
Replies: 3
Views: 1676

Re: ESP32 communication via USB UART

Thank you! By the way, how can I do it the other way around: send a string from PC to ESP32?
by renataa_l
Wed Jun 15, 2022 11:51 am
Forum: ESP32 boards
Topic: ESP32 communication via USB UART
Replies: 3
Views: 1676

ESP32 communication via USB UART

Hello! As one of my first projects, I'm trying to establish UART communication between my ESP32 and my PC via USB, specifically having ESP send a string to PC. However, the only thing I'm viewing is strings that are printed, not written in UART's functions. I'm using pyserial to check the COM port, ...