This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TUSB3410 ISP tool

Other Parts Discussed in Thread: TUSB3410

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?