From: Chengda G. <che...@ca...> - 2018-06-22 08:52:13
|
Hi libusb-win32-devel, I had used the libusbk and winUsb driver which created by the libusbk-inf-wizard.exe for installing my device, both of them are OK. And I can access the device by LibUsbk.dll in my application. Now I would like to automatically install winusb driver by Windows OS when the device plug into the system, and then use LibUsbk.dll to access the device in my application. The first step automatically install winusb driver was successful like below screen shot shows. But in my application, the device can't be accessed by LibUsbk.dll(Din't find the device, LstK_Init() succeed, but LstK_Count() return 0 device count). Whether this way is feasible or not? What do I need to pay attention to? Look forward to your kind advice. Thank you very much! Thanks! Chengda Guo |