Resolved! USB Virtual Port Com as USB->Serial Converter
I am using a STM32F373 with the USB Middleware set to 'Communication Device Class (Virtual Port Com)'.Is it possible to have it 'act' as a UART or SPI type port, or do I need to hook into the USB library to TX/RX data over USB? I currently use USART...