Hi,
My customer has a question about ISP tool.
Sometimes the refresh button will hang up for a while when click and then recognize the TUSB3410 ISP Interface.
Especially heppen on Windows 32bit system.
And customer give some comments as below.
==customer's comment=================================================
I checked the code. Refresh button click calls PopulateDeviceList().
In the function, the app will try to create device list. I think the search key is HID class GUID.
This code looks not checking VID/PID/UsagePage and other device identifiers. The app has to check these before talk to devices.
I think that this app may talk to wrong device easily (i.e. any other HID device)
===================================================
How to fix this problem?