PDA

View Full Version : Hex Viewer


vt92
28-Jun-2005, 11:15 AM
Hello,

Is there any way to view/edit Intel Hex format files?

Regards,
Mark :confused:

Chris
28-Jun-2005, 11:55 AM
A good way to compare Intel Hex Records is on our wish list.

In the current version of BC, you can compare them in the File Viewer and select Column-based Character Alignment in the Alignment tab of Tools|Edit Current Rules.

Another option is to use the Data Viewer plug-in. You'll need to preprocess the files if you want to use the Data Viewer.

There are two preprocessing options:

1. Pad the file with 0's so each line is of fixed length and compare it as a fixed length file.

2. Preprocess it to create a csv file for comparison.