FunWithElectronics.com
          - Collection of Information for those with Electronics as a Hobby
Up one level (Programming)

AVR





avrdude -c stk500 -p m8 -P /dev/ttyS0 -U hfuse:r:high.txt -U lfuse:r:low.txt

od -d high.txt  | head -1 | sed -e 's/0000000 *//' | \
  xargs -i perl -e '$str= unpack("B32", pack("N",{})); $str =~ s/.*([01]{4})([01]{4})$/$1 $2/; \
  print "$str\n";'




Add a comment:

Fill in number
Name:
Title:
Text:
 


Privacy | Contact