You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
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