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 USART2 with a USB->SERIAL converter connected between my PC and STM32, but would like to eliminate the need to have it if I can find a way to get the built-in USB Middleware to act as a converter.
I'm also looking at using a FTDI FT231XS-U IC as an on-board USB->Serial converter so only a plain USB cable is needed to connect the board.
Thanks,
