Hello,
I am using an LX4FS1A. I have an application that uses UARTstdio.c that I am trying to convert to work through the USB port using the CDC driver. I am able to get my hardware to show up as a virtual COM port and I can send strings back and forth using USBBufferWrite().
Is there a way to still use the UARTstdio.c functions when the device is configured as a CDC device? I want to use UARTgets() for command line processing and I want to use UARTprintf() and have it sent out the USB port.
Thanks,
Casey