Hi Forum,
Is it possible to use the AVR Mac Pack on a Mac Book wih AVRISP?
I have installed Mac Pack and I having trouble figuring out how to talk to the AVRISP from avrdude.
With USB Logger on OSX I can see the AVR when plug in. It uses the Prolific USB serial driver. I have installed the driver.
In avrdude how do I talk to the AVRISP?
Eventually I want to talk and debug on my STK500 Board.
Thanks
David
AVR MacPack and AVRISP and STK500 v2
You need to set the programmer type for avrdude with the "-c" option. Try
for a list of programmers. It's probably avrisp2 or avrisp.
Code: Select all
avrdude -c help
for a list of programmers. It's probably avrisp2 or avrisp.