Library for Manipulating S-Record and Intel HEX 16

2019-06-27 20:49发布

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 other)?

I am looking for a 'pure' java or python library, not simply a set of java or python bindings to a library like SRecord.

2条回答
干净又极端
2楼-- · 2019-06-27 20:56

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

查看更多
看我几分像从前
3楼-- · 2019-06-27 21:13

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

查看更多
登录 后发表回答