Library for Manipulating S-Record and Intel HEX 16 Files

▼魔方 西西 提交于 2019-12-10 15:48:11

问题


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.


回答1:


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




回答2:


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



来源:https://stackoverflow.com/questions/7895046/library-for-manipulating-s-record-and-intel-hex-16-files

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!