添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
八块腹肌的葡萄酒  ·  职业专栏 - JX3BOX·  3 月前    · 
星星上的泡面  ·  Xcode updates | Apple ...·  5 月前    · 
玩足球的烤土司  ·  MySQL ...·  7 月前    · 

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement . We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sorry for the misuse of issues here, however I've looked all over the internet for a driver that works for these. Do you have any idea where I can find one? I see you have a couple in the bin folder but those don't seem to work. It just says that I currently have a better one installed.

Feel free to close if you don't want to deal with this :)

Normally using Zadig to install the libusb driver works just fine (using admin access). avrdude does not access the USB device without a libusb driver despite the device being attached:

c:\compiler\avrdude>avrdude -v -cusbasp -pm88

avrdude: Version 6.3, compiled on Feb 17 2016 at 09:25:53

     System wide configuration file is "c:\compiler\avrdude\avrdude.conf"
     Using Port                    : usb
     Using Programmer              : usbasp

avrdude: error: could not find USB device with vid=0x16c0 pid=0x5dc vendor='www.fischl.de' product='USBasp'

avrdude done. Thank you.

c:\compiler\avrdude>wmic path CIM_LogicalDevice where "Description like 'USBasp'" get /value

Availability=
Caption=USBasp
ClassGuid=
CompatibleID={"USB\Class_00&SubClass_00&Prot_00","USB\Class_00&SubClass_00","USB\Class_00"}
ConfigManagerErrorCode=28
ConfigManagerUserConfig=FALSE
CreationClassName=Win32_PnPEntity
Description=USBasp
DeviceID=USB\VID_16C0&PID_05DC\7&6F3892C&0&1
ErrorCleared=
ErrorDescription=
HardwareID={"USB\VID_16C0&PID_05DC&REV_0106","USB\VID_16C0&PID_05DC"}
InstallDate=
LastErrorCode=
Manufacturer=
Name=USBasp
PNPClass=
PNPDeviceID=USB\VID_16C0&PID_05DC\7&6F3892C&0&1
PowerManagementCapabilities=
PowerManagementSupported=
Present=TRUE
Service=
Status=Error
StatusInfo=
SystemCreationClassName=Win32_ComputerSystem
SystemName=EW6651NB

Thanks for the info guys! I wasn't able to get this to work at all, however I found a somewhat silly workaround. I just installed a fresh copy of widows as a VM and did the flash through that.

Thanks again