• USB CDC-ACM function class
    Hi, I use a modified version of Keil's USB CDC-ACM function class implementation. It works really well but I am having a problem in the way I am using it. I use the virtual COM-port to connect as...
  • USB CDC-ACM function class
    Hi, I use a modified version of Keil's USB CDC-ACM function class implementation. It works really well but I am having a problem in the way I am using it. I use the virtual COM-port to connect as...
  • USBH CDC ACM Virtual Com Port Question
    In Keil's Run Time Environment I will only use USB Port I use it as virtual com. When I coding USB Host Virtual com as usbh cdc acm, usart port included, why?? ////////////////////////...
  • USBH CDC ACM Virtual Com Port Question
    In Keil's Run Time Environment I will only use USB Port I use it as virtual com. When I coding USB Host Virtual com as usbh cdc acm, usart port included, why?? ////////////////////////...
  • How to create Multiple CDC ACMs Applications with RL-USB?
    I want to create three Virtual COM Ports:COM1,COM2,COM3 on MCBSTM32 board,but the example is only Virtual Uart1,How can i do it?