https://github.com/tschiemer/srecord
Motorola SRecord file helper
https://github.com/tschiemer/srecord
motorola-srecord srecord
Last synced: 2 months ago
JSON representation
Motorola SRecord file helper
- Host: GitHub
- URL: https://github.com/tschiemer/srecord
- Owner: tschiemer
- License: mit
- Created: 2016-02-08T10:23:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-08-18T09:09:12.000Z (almost 7 years ago)
- Last Synced: 2026-01-02T15:47:20.718Z (6 months ago)
- Topics: motorola-srecord, srecord
- Language: PHP
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Motorola SRecord file helper
Usage
----------
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
Installation
---------
No special installation process needed.
Available through composer/packagist package
composer require tschiemer/srecord
https://packagist.org/packages/tschiemer/srecord
License: MIT
-----------