| 
      
      
      From: Dan E. <Dan...@ne...> - 2006-05-05 16:45:11
      
     | 
| Andrew Xiang wrote: > Here is what I have, I try to if(usb_set_configuration(dev, 1) < 0) > but I don't see it on the device.=20 What's the printout from the program? Has it definitely found your device? Does the set_configuration call return an error? >=20 > Also, who will set the address? The device needs an address to work. Of course it needs an address. Windows will do that very soon after the device is plugged in, and before you run your bulk write program. Dan. |