Hi guys I,m having trouble getting bootloader on an attiny85 with my USBASP ..worked fine for a long time
I havent messed with these ATtinys in a while I tried to use arduino IDE to bootload an ATtiny85
now it is saying it cant find my usbasp ? here is the error
Arduino: 1.6.9 (Windows 10), Board: "ATtiny25/45/85, ATtiny85, Internal 8 MHz"
C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude -CC:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf -v -v -v -v -pattiny85 -cusbasp -Pusb -e -Uefuse:w:0xff:m -Uhfuse:w:0xdf:m -Ulfuse:w:0xe2:m
avrdude: Version 6.0.1, compiled on Apr 15 2015 at 19:59:58
Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
Copyright (c) 2007-2009 Joerg Wunsch
System wide configuration file is "C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf"
Using Port : usb
Using Programmer : usbasp
avrdude: usbasp_open("usb")
avrdude: error: could not find USB device with vid=0x16c0 pid=0x5dc vendor='www.fischl.de' product='USBasp'
avrdude: usbasp_close()
avrdude done. Thank you.
Error while burning bootloader.