ZakKemble / AVRDUDESS

A GUI for AVRDUDE
https://blog.zakkemble.net/avrdudess-a-gui-for-avrdude/
GNU General Public License v3.0
551 stars 126 forks source link

USBasp wrong vendor id #83

Closed ffw2 closed 5 months ago

ffw2 commented 5 months ago

Hello,

first, thank you for this great tool.

I have two USBasp programmers from https://protostack.com.au/shop/accessories/usbasp-avr-programmer/ They use the firmware from fischl.de but the vendor id of the programmers is "Protostack Pty Ltd" instead of "fischl.de". So there is a error message of avrdude.

I reflashed the firmware of the programmers from website of fischl.de, but the vendor id doesn't change.

Change you please add the programmer to AVRDUDESS or add a second vendor id for this programmer type? Thanks.

USBasp

ZakKemble commented 5 months ago

Hi thank you! There is an entry called "Any usbasp clone with correct VID/PID" with ID "usbasp-clone" which should work.

You'll have to talk to the avrdude guys at https://github.com/avrdudes/avrdude if you want a new entry just for Protostack. However I don't think they'll add it since you've already got the clone option above. And they'll just end up with an infinite list of clones to maintain since anyone can change the vendor/product names.

As for the vendor name not changing, that might be fixed by reinstalling the driver, try using Zadig for that https://zadig.akeo.ie/

ffw2 commented 5 months ago

I'm sorry, I overlooked that. Thank you for the information. Now it works!