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.
Code: Select all
* \defgroup CDC_Serial_Device Device
* @{ */
//--------------------------------------------------------------------+
// Application API (Multiple Ports)
// CFG_TUD_CDC > 1
//--------------------
Thanks in advance