Hi, guys!
Don’t know how about you, but my experience with programming Midiboy through USBasp is quite poor rn. The sketch upload works quite rarely, like 70% of all my attempts it just fails with errors like
avrdude: Warning: cannot open USB device: Function not implemented
avrdude: error: could not find USB device with vid=0x16c0 pid=0x5dc vendor='www.fischl.de' product='USBasp'
Or
avrdude: error: usbasp_transmit: Broken pipe
avrdude: warning: cannot set sck period. please check for usbasp firmware update.
avrdude: error: program enable: target doesn't answer. 0
avrdude: initialization failed, rc=-1
Or
avrdude: Warning: cannot query manufacturer for device: Broken pipe
avrdude: Warning: cannot query product for device: Broken pipe
avrdude: error: could not find USB device with vid=0x16c0 pid=0x5dc vendor='www.fischl.de' product='USBasp'
These are the common errors I get once I try to upload my sketch to Midiboy. The upload might work if I plug it in and out for a bunch of times but it gets really annoying. The USBasp drivers seem to be ok (installed with zadig) so I’m out of ideas of what the problem really is.
Is there something I forgot to configure? Do you also guys deal with such behavior?
Any help or clue would be highly appreciated!