I am working on a CX3 chip from cypress which has a USB 3.0 connectivity. I need to enumerate the USB to work as a UVC class(video class) and as a serial port simultaneously.
I have seen the USB documents related to the same but those don't clearly explain about how to write one.
The CX3 SDK provides help to generate the USB descriptors for a UVC class but that doesn't give info about how to add the COM port features into it.
So my query is how do you write the descriptor for the same.
Thanks in advance.