Hi all, I need to get version id and product id of usb connected.
i found that for USB Component version 6.10.0 , the library itself is providing following functions to read usb details
1. uint16_t USBH_Device_GetVID (uint8_t device); 2. uint16_t USBH_Device_GetPID (uint8_t device);
but for component version 6.6 and below, there is no library functions to get version id and product id of usb.
Is there any way to get those details. i am using USB Component version 6.5 and keil mdk version 516a. I dont want to move to latest version.