I want to develop code to run in an Xiao ESP32-S3 that is a USB host with a WiFi connection.
As I need the USB connector on the board to download and debug the software, but I also need to use the USB connector to connect to the USB device.
What is the best way to achieve this? (I really don’t want to have to swap USB cables al the time and I also need to see the debug output as the code is running.)
Thanks
Susan