with USB CDC on ESP32-S3 and S2, how can I read and set DTR and RTS lines?
Posted: Mon Mar 10, 2025 9:15 am
I see in esp32-arduino that there's at least some callback providing dtr and rts lines (https://docs.espressif.com/projects/ard ... b_cdc.html ARDUINO_USB_CDC_LINE_STATE_EVENT)
in ESP-IDF, how can I read (in device mode) and write (in host mode) the (virtual) dtr and rts lines?
in ESP-IDF, how can I read (in device mode) and write (in host mode) the (virtual) dtr and rts lines?