Mark C
Rank: Youngling
Posts: 1
Join Date: 7/29/10
Recent Posts
|
USB interface to PC
9/1/10 7:48 PM
I bought a PIC 32 USB Starter Kit II and tried to link it to my PC via its USB port(J5). Using MS C++ function: SetupDiEnumDeviceInterfaces () to retrieve DEVICE_INTERFACE_DATA, it requires me to pass as input parameter the “Device Interface GUID” of PIC 32 USB Starter Kit II. As far as I know, this GUID is product specific (defined by Microchip ?). Does anyone have info about that? Am I out of line trying to do that?
- Mark
PS: the GUID in mchpcdc.inf doesn’t work for me. I think it is “Device Setup Class GUID”.
|