"[email protected]" <[email protected]> wrote: > Each time I try to do something = > with my microcontroller, (e.g. avrdude -c stk500v2 -P usb -U flash:v:/Users= > /linusgeiser/Desktop/try.hex:i -p atmega168p) AVRDUDE responses me with =AB= > avrdude: usbdev_open(): did not find any USB device "usb"=BB.
The Diamex programmer uses a Virtual Serial Port, so you don't have to use "-P usb" but rather "-P /dev/cu<whatever_it_is_named>". I guess if you do a "ls -l /dev/cu*", it should be obvious which device name your OSX gave it. There probably aren't so many of them around. Using "-P usb" is only meant for those programmers that don't use a Virtual Serial Port but are talked to directly through libusb (like the original Atmel tools). -- cheers, Joerg .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-) _______________________________________________ AVR-chat mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/avr-chat
