??? 12/15/07 00:50 Read: times |
#148259 - Why process the Intel-HEX file locally? Responding to: ???'s previous message |
Richard Erlacher said:
Why do you wish to process the Intel-formatted HEX file locally? Good point! The raison d'etre for the Intel Hex format (and Motorola S-Records) is to allow transmission over links that don't support binary data. But the data in this case is going to be carried on a memory card - which is perfectly capable of doing binary data! So, as Richard says, why mess with Intel Hex at all - why not just use the binary file?! |