Mac-Compatible AVR ISP programmer?

I’m new to AVR programming, and trying to track down an AVR ISP programmer that will work on a Mac (over USB). I know Digikey sells the AVRISP2 ([here), but the datasheet doesn’t mention Mac, only Windows. Everywhere I look, the available programmers either give no guarantees, or explicitly exclude using a Mac.

Does anyone have a lead on an AVR programmer that is guaranteed to work with Mac?](http://search.digikey.com/scripts/DkSearch/dksus.dll?Cat=2621880&k=ATAVRISP)

The ISPmkII is a nice programmer, just picked one up myself. Works well. Fully compatible with avrdude, and should be 100% MAC compatible. Check out http://www.obdev.at/products/crosspack/index-de.html for all your Mac OSX related toolchain needs. It’s like WinAVR but for Mac.

(You may have to do some configuration to get the programmer up and running, as the official driver is Win based. YMMV. I’m a PC user. The dock pisses me off. Oh, and how can you stand only having the one mouse button? :wink: )

roach:
Does anyone have a lead on an AVR programmer that is guaranteed to work with Mac?

I’m not going to guarantee it :slight_smile: but I’ve had success with the USBtinyISP.

–Philip;

Search the forum/ask at avrfreaks.net, forum

I use the AVRISPmkII on my MacBook Pro with avrdude from CrossPack. Works great, no problems at all.

I use a USBtinyISP on my Mac Mini with no problems. Just make sure to use avrdude 5.5 or later (or the avrdude that comes with Arduino 0022).