Forum Discussion
Altera_Forum
Honored Contributor
16 years agohello,
i had send request to Altera: for (bus = usb_get_busses(); bus; bus = bus->next) { for (dev = bus->devices; dev; dev = dev->next) { if (dev->descriptor.idVendor == 0x0471) { udev = usb_open(dev); printf ("Success opening!\n"); } } } where 0x0471 is the request for search device ISP1362. however,my program can't even detect ISP1362. (my program is running in windows xp environment.if test the same program in linux,it can detect ISP1362) regards, Summer