Howdy all,
I have the desire to integrate a digirig into a portable, power efficient form factor device that is controlled via microcontroller. The digirig is a fantastic sound card/control device with large support and I would love to integrate it into more of my projects. However, the biggest issue I am dealing with is implementing the entire digirig system via USB. For instance, on a teensy 4.1, it has a USB host port but I cannot find any CP2102 drivers for the USB to UART chipset inside the digirig. I need this driver to utilize CAT functionality.
Does anyone have suggestions on how I can modify the design to bypass the CP2102 chip? I have access to UART and other serial devices on the microcontrollers.
Thanks for the help!