问题 I've tried to emulate two virtual COM ports with only one USB connector (CN5 in the STM32F4 Discovery Board), but in vain. I know that I have to configure the composite CDC class to have multiple interfaces using an ACM functional descriptor (abstract control model) for virtual COM ports communications, but how do I make them two VCPs? I've done one CCI (communications class interface) and one DCI (data class interface), and that allowed me to have only one VCP in Device Manager. I've tried