As [email protected] wrote:

> The read counterpart should print hexvalues to stdout for example,
> this would avoid using single byte files for reading the fuses

Something like this one?

$ avrdude -p atmega2561 -c jtag2 -P usb -qq \
  -U lfuse:r:-:h \
  -U hfuse:r:-:h \
  -U efuse:r:-:h
0xef
0x11
0xfc

(It's returned in opposite command-line order, alas.)

-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)

_______________________________________________
avrdude-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avrdude-dev

Reply via email to