Virtual Com Stm32f429
Hello All This is my first try of Vcom ; I can trasmit to PC but I cant receive from PC ; /* Init Device Library */ USBD_Init(&USBD_Device, &VCP_Desc, 0); /* Add Supported Class */ USBD_RegisterClass(&USBD_Device, USBD_CDC_CLASS); /* Ad...