A Python module to help you manage your bits

In this example, a HEX file is converted to SREC. >>> import hexrec.records as hr >>>hr.convert_file('data.hex','data.srec') This can also be done by running the hexrec package as a command line tool: $ python -m hexrec convert data.hex data.srec 1.4.2Merge files ................
................