User Activity

Posted on May 30, 2016 at 13:23 I have emulated two VCPs with only one USB Device. I can send data in one VCP that has the following Endpoint Address. #define CDC_IN_EP 0x81 /* EP1 for data IN */#define CDC_OUT_EP 0x01 /* EP1 for data OUT */#d...
Posted on May 30, 2016 at 13:21 Hi, I have emulated two VCPs with only one USB Device. I can send data in one VCP that has the following Endpoint Address. #define CDC_IN_EP 0x81 /* EP1 for data IN */#define CDC_OUT_EP 0x01 /* EP1 for data OUT ...
Posted on May 30, 2016 at 08:30 I have emulated two VCPs with only one USB Device. I can send data in one VCP that has the following Endpoint Address. #define CDC_IN_EP 0x81 /* EP1 for data IN */#define CDC_OUT_EP 0x01 /* EP1 for data OUT */#d...
Posted on May 17, 2016 at 14:29I'm a beginner in USB Stack on STM32F4. I have a question about creating a project using CubeMX (STM32F4 Discovery) for USB CDC to have 2 Virtual Com Ports in the ''Device Manager'' ? Thanks
Posted on May 11, 2016 at 13:01Hello. I made a code to send and receive data via USB bus based on the CubeMX CDC (Virtual COM Port).Now I can emulate one virtual COM Port with STM32F407VGTx Discovery Board, but actually I'm thinking if I can emulate...