是公司的项目,不方便发出来。你可以先试着进行HID通讯,网上有很多的资料,如果单独测试成功,将设备端改为复合模式后需要在计算机端的查找HID设备函数出注销一个函数的参数即可。
SetupDiGetClassDevs(&HidGuid, //A pointer to the GUID for a device setup class or a device interface class.
NULL, //A pointer to a NULL-terminated string that specifies:
NULL, //A handle to the top-level window to be used for a user interface
/*DIGCF_PRESENT |*/ DIGCF_INTERFACEDEVICE);
|