"Pinitnun Shanasabang" <[EMAIL PROTECTED]> wrote: > I have a problem burning program under linux. This is the message > avrdude shows up, avrdude: ser_send(): write error: Invalid > argument.
As the AVR-Doper code does not have this string, but only the standard serial routines do, I suspect you are using the wrong port connection to the AVR-Doper. You are *not* supposed to specify your /dev/whatever name, but the magic string "avrdoper" instead (-P avrdoper). -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) _______________________________________________ AVR-chat mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-chat
