avrdude-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avrdude-dev] 'immediate mode' for file input


From: Joerg Wunsch
Subject: Re: [avrdude-dev] 'immediate mode' for file input
Date: Sat, 19 Apr 2003 21:02:57 +0200
User-agent: Mutt/1.2.5i

As Brian Dean wrote:

> By request, I have implemented an 'immediate mode' for file input.

Fine!

> An example of its use is as follows:
> 
>       avrdude -c stk500 -p m128 -m efuse -f m -i 0xff
> 
> Where:
> 
>       -m efuse - selects the extended fuse byte
> 
>       -f m     - selects immediate mode file type
> 
>       -i 0xff  - specifies the input byte value (where the filename
>                    would normally be)

I think using a separate option would be better (IMO), maybe -I for
direct input.  Otherwise, if you've got a filename starting with a
digit, you are semi-hosed (you can always specify it as ./filename,
but who remembers that when it happens?).

-- 
J"org Wunsch                                           Unix support engineer
address@hidden        http://www.interface-systems.de/~j/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]