tschiemer / srecord

摩托罗拉SRecord文件助手

1.0.1 2019-08-18 09:05 UTC

This package is auto-updated.

Last update: 2024-09-18 20:12:33 UTC


README

摩托罗拉SRecord文件助手

使用方法

C:\path\srecord>php bin/srecord.php
Usage: bin/srecord.php filename.s19
Prints header record, if available, and total data size of srecord file.
S19, S28, S37 file format is supported (honestly, it's the same)



C:\path\srecord>php bin/record.php C:\path\demo\Release\demo.s19
SRECORD C:\path\demo\Release\demo.s19
Header : "Demo 1.0.4 @ 2015 Purrworks"
Total data size: 6260

Have a spacevangerous day! purr

安装

不需要特殊的安装过程。

通过composer/packagist包可用

composer require tschiemer/srecord

https://packagist.org.cn/packages/tschiemer/srecord

许可证: MIT