Library for Intel HEX Files Manipulations
Python implementation of Intel HEX file format allows you read, modify, write hex files and convert them to binary form.
The Intel HEX file format widely used in microprocessors and microcontrollers area as the de-facto standard for representation of code for programming microelectronic devices.
This work implements an **intelhex** Python library to read, write, create from scratch and manipulate data from HEX (also known as Intel HEX) file format. These operations are provided by “IntelHex” class.
The distribution package also includes several convenience Python scripts to do basic tasks that utilize this library. The “bin2hex.py” script converts binary data to HEX, and the “hex2bin.py” works the other direction. “hex2dump.py” converts data from HEX to a hexdump which is useful for inspecting data, and “hexmerge.py” merges multiple HEX files into one.
- Developed at electronics
- Sources inherited from project openSUSE:Factory
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/intelhex && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
intelhex-1.5.zip | 0000082072 80.1 KB | |
intelhex.changes | 0000000154 154 Bytes | |
intelhex.spec | 0000002324 2.27 KB |
Comments 0