EmbeddedRelated.com
Forums

bin2hex and hex2bin for intel hex32 format?

Started by Dennis Clark September 22, 2005
Hi all,

I've been googling for a set of utils to create a bin file from the
hex files <do some serial number stuff> then take the new bin and go
back to hex.

I've found lots of hex2bin/bin2hex for old intel hex files but none
for the hex32 format. Am I missing something? What do you use to
deal with this?

thanks,
DLC



Hi D,

Why not just concatenate a new HEX record onto the end of file (before the
end of file record)? Generate a record to go at the end, or replace an
existing record in which you've made room.

SED can be used to concatenate files.

Alan KM6VV > -----Original Message-----
> From: piclist@picl... [mailto:piclist@picl...] On Behalf
> Of Dennis Clark
> Sent: Thursday, September 22, 2005 12:12 PM
> To: piclist@picl...
> Subject: [piclist] bin2hex and hex2bin for intel hex32 format?
>
> Hi all,
>
> I've been googling for a set of utils to create a bin file from the
> hex files <do some serial number stuff> then take the new bin and go
> back to hex.
>
> I've found lots of hex2bin/bin2hex for old intel hex files but none
> for the hex32 format. Am I missing something? What do you use to
> deal with this?
>
> thanks,
> DLC
>