用于操作 S-Record 和 Intel HEX 16 文件的库
是否有可用的开源库,用 python 或 java 开发,用于操作 Motorola S-Record 文件和 Intel HEX 16 文件(例如从一种格式转换为另一种格式)?
我正在寻找一个“纯”java或python库,而不仅仅是一组java或python绑定到像SRecord<这样的库/a>.
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://www.bialix.com/intelhex/
对于英特尔十六进制,我不知道 srec python 实现
http://www.bialix.com/intelhex/
for intel hex, I'm not aware of srec python implementations
对于 Python,您可以使用 bincopy。它的功能不如 SRecord 丰富,但总比没有好!
For Python you can use bincopy. It isn't nearly as feature rich as SRecord, but it is better than nothing!