• stm32 Composite USB Host CDC
    Using Keil uvision 5, I was finally able to get my device ( stm32f429) to emulate two Virtual Com Port in Windows successfully ( USB composite device), I can open two hyper terminal session with one...
  • USB composite device
    Hi, I've implemented code for composite USB device with CDC and Mass Storage interfaces (on ARM AT91SAM7SE512). After driver instalation on windows XP I can see both devices on device manager. I...
  • USB Composite device
    Hi all, I have made an HID composite device with two interface and it works asbolutly fine. Now I have increased the interfaces to 4. My PC detects all the four interfaces but i am not able to...
  • USB Composite Device Demo
    There are more and more USB products that need to support more than one application within one device. Would Keil please update the RL-USB with some USB composite device demos? Just like the type of...
  • USB Composite Device for LPC134x
    Hi, I've created a firmware application for USB composite device in LPC1343, I found an example for this Micro controller which is the composite device is composed of CDC and MSC in AN11018 from...