USB with atmega 32
Does it report the device name for the unknown device? If it knows the device name and vendor name, then the USB driver works. In this case you need to associate libusb with the device. This is usually done with a .inf file.
If the device is completely unknown, there's probably a more fundamental error (such as wrong clock speed, wiring problem, logic level problem, I/O pins not configured correctly or something similar).
If the device is completely unknown, there's probably a more fundamental error (such as wrong clock speed, wiring problem, logic level problem, I/O pins not configured correctly or something similar).
completely unknown
Code: Select all
Device Descriptor:
bcdUSB: 0x0000
bDeviceClass: 0x00
bDeviceSubClass: 0x00
bDeviceProtocol: 0x00
bMaxPacketSize0: 0x00 (0)
idVendor: 0x0000
idProduct: 0x0000
bcdDevice: 0x0000
iManufacturer: 0x00
iProduct: 0x00
iSerialNumber: 0x00
bNumConfigurations: 0x00
ConnectionStatus: DeviceFailedEnumeration
Current Config Value: 0x00
Device Bus Speed: Low
Device Address: 0x00
Open Pipes: 0