AVR GCC forum - Problem in AVRdude <-> USBasp in WinAVR-20080512 boseji - May 18, 2008 - 02:20 PM Post subject: Problem in AVRdude <-> USBasp in WinAVR-20080512
Hello,
It was working great till the WinAVR-20071221.
I recently installed the WinAVR-20080512 version and it has stoped detecting the USBasp device.
It says :
Code:
avrdude: error: could not find USB device "USBasp" with vid=0x16c0 pid=0x5dc
I am not sure what is the problem here. When I revert back to the older WinAVR version every thing works fine.
Kindly help me to resolve this issue.nooknikz - May 22, 2008 - 08:56 PM Post subject: RE: Problem in AVRdude <-> USBasp in WinAVR-20080512
i have problem same you looking solve this problemboseji - May 23, 2008 - 02:08 AM Post subject: RE: Problem in AVRdude <-> USBasp in WinAVR-20080512
Hello,
Did you check by rolling back to the older version. Since mine started working as I did it. I am managing with the older version of WinAVR for now.
Lets hope that some one would answer this query.nooknikz - May 23, 2008 - 09:37 AM Post subject: RE: Problem in AVRdude <-> USBasp in WinAVR-20080512
Yes, It work with WinAVR-20071221 , But not work with WinAVR-2008xxxxboseji - May 23, 2008 - 05:28 PM Post subject: RE: Problem in AVRdude <-> USBasp in WinAVR-20080512
Hello,
I completely agree with you.
I have written to USBasp creator let see when he responds. I would post the same here.thomasATulrichradigDE - Jun 06, 2008 - 03:34 PM Post subject:
Hello!
This is caused by libusb (libusb0.dll since version 0.1.12.0). Use Version 0.1.10.1 instead.
greez
thomascondemned - Jun 06, 2008 - 03:57 PM Post subject:
I too suffered the avrdude failure with my usbasp after upgrading from WinAVR-20071221 to WinAVR-20080512.
My 'work-round' is simply to rename 'avrdude.exe' in WinAVR-20080512 to 'avrdude_doesntwork.exe'.
This just means that the path environment variable is traversed a little further before avrdude.exe is found (in the previous installation directory).thomasATulrichradigDE - Jun 07, 2008 - 10:27 AM Post subject:
Or just update the windows driver for USBasp. Download here:
http://www.ulrichradig.de/site/forum/vi ... 3792#p3792
The problem was, that the dirver version 0.1.10.1 is not compatible to the libusb DLL version 0.1.12.1 in WinAVR 20080512.
greezboseji - Jun 07, 2008 - 07:40 PM Post subject:
Hello,
The new driver given in the Link by thomasATulrichradigDE did work.
I am now able to make connection to my USBasp.
Additional feature is that a Safe unmount is available for the USBasp like some Pro' devices.
Thanks for the generous help.nooknikz - Jun 24, 2008 - 08:12 PM Post subject:
Hi
This problem have fix in WinAVR 20080610 new version ?boseji - Jun 25, 2008 - 04:46 PM Post subject:
Hello,