Im trying to upload blink sketch to attiny 85 using IDE 1.6.5 and my arduino Leonardo. I installed cores for attiny x5 series, i upload Arduino as ISP to my leo(whit reset pin on 10), then i switch to attiny 85 board,1mhz, and select Arduino as ISP programmer. I also used ICSP header on lea so the switching and evrything else is o.k. I also tried 4 diferent core files and i get same error on all of them.
This is the error message i get after few seconds of waiting:
Arduino:1.6.5 (Windows 8.1), Board:"ATtiny x5 series, ATtiny85, 1 mhz (internal), B.O.D. Disabled"
Build options changed, rebuilding all
Skica uporablja 796 bajtov, kar je (9%) prostora namenjenega programu. Maksimum je 8.192 bajtov.
Globalna spremenljivka uporablja 9 bajtov, kar je (1%) dinamičnega spomina in pušča 503 bajtov za lokalne spremenljivke. Maksimum je 512 bajtov.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x03
Now i tried a fix from Peters post: ArduinoISP on the Leonardo | PeterVH
and i added a programmer for Leonardo and changed stk500 protocol to arduino protocol.
Now i get this error:
avrdude: ser_open(): can't open device "\.\com1": The system cannot find the file specified.
So tell me if its worth keep trying whit leo, or just get a UNO for 20€ since whit that one, there are no problems as i seen on forums???