Skip to content Skip to sidebar Skip to footer

Library For Manipulating S-Record And Intel HEX 16 Files

Is there an available open source library, developed in python or java, for manipulating Motorola S-Record files and Intel HEX 16 files (e.g. converting from one format to the othe

Solution 1:

http://www.bialix.com/intelhex/ for intel hex, I'm not aware of srec python implementations


Solution 2:

For Python you can use bincopy. It isn't nearly as feature rich as SRecord, but it is better than nothing!


Post a Comment for "Library For Manipulating S-Record And Intel HEX 16 Files"