I bought the ATtiny 13 and a development board thinking that the Tutorial Lecture 2 - How to Get Code Onto a Microcontroller would work for it. I thought I would start small and it would be easier and less complicated. But I get something that looks like this.
avrdude -p attiny13 -P COM1 -c ponyser -U flash:w:blink_1Mhz.hex
avrdude: AVR device not responding
avrdude:initialization failed, rc=-1 double check connections and try again.
Well just for kicks I just tried it again with my new 9Volt power supply and it was able to communicate. For some reason a 9v battery must not be strong enough.
Steve