Multiple USB virtual com port
Hi, I would like to make a serial to usb converter. The problem is that I need to make a usb-to-32 serial port converter.
I've seen that there is nothing like this on the market and not even chips that do this.
What I came up with, is to use STM32s to create UART-to-USB converters (maybe using 3 or 4 chips to get to 32 uarts). I tried to search on the internet, and I saw that you can create a USB virtual com port with a STM32, but I have some questions:
1 - Is it possible to create a "multiple USB virtual com port" with an STM32, then create a USB device that a PC sees as 3 or 4 COM port?
2 - Is it possible to use the DMA to directly connect a UART interface to a USB virtual com port, in order not to use the processor to move data.
3 - If the first two questions have a positive answer, can I connect 3 or 4 MCU STM32 to a USB hub, can I have problems?
