Thanks for the update, that is good news.
Unfortunately my application also uses USB HID so with only 6 hardware endpoints I assume there will not be enough for 2 CDC channels + HID?
Search found 4 matches
- Wed Jan 19, 2022 10:07 pm
- Forum: ESP32 Arduino
- Topic: ESP32-S2 USB CDC Dual USBSerial virtual com ports
- Replies: 2
- Views: 7279
- Mon Dec 27, 2021 6:18 pm
- Forum: Hardware
- Topic: ESP32-S2FH4 - Can unused RF be left unpopulated?
- Replies: 2
- Views: 6085
- Thu Dec 23, 2021 12:39 pm
- Forum: Hardware
- Topic: ESP32-S2FH4 - Can unused RF be left unpopulated?
- Replies: 2
- Views: 6085
ESP32-S2FH4 - Can unused RF be left unpopulated?
Regarding ESP32-S2FH4, for applications not using RF, can LNA_IN be left unpopulated/not connected?
- Fri Dec 03, 2021 4:11 pm
- Forum: ESP32 Arduino
- Topic: ESP32-S2 USB CDC Dual USBSerial virtual com ports
- Replies: 2
- Views: 7279
ESP32-S2 USB CDC Dual USBSerial virtual com ports
Hi all, I'm looking into enable two ore more USBSerial virtual com ports on ESP32-S2 usb interface. This snippet in arduino-esp32/tools/sdk/esp32s2/include/arduino_tinyusb/tinyusb/src/class/cdc/cdc_device.h seem to suggest it would be possible. * \defgroup CDC_Serial_Device Device * @{ */ //--------...