/srecord-js

A JavaScript based library to read Motorola S-Records (S19 files) and create them from an input buffer. The codebase is still under development and is provided without any guarantee, so feel free to contribute to help make it better.

Primary LanguageTypeScriptOtherNOASSERTION

SRecord.js

A JavaScript based library to read full S19 files and create them from an input buffer. The codebase is still under development and is provided without any guarantee, so feel free to contribute to help make it better.

Table of contents

Support

Looking for help? Create an issue and i'll get to you as soon as I can.

Release types

  • latest: Under active development. Code for the latest release is in the branch for its major version number.
  • alpha: Releases that are used solely to test upcoming features and changes. These cannot be guaranteed to be compatible with current releases

Current and LTS releases follow Semantic Versioning.

Download

See Releases section

Installation

Using in your project

Run npm install --save https://github.com/rsispal/srecord-js

From Source

  • Clone the project
  • Run npm install
  • Run npm run build (production)
  • Run npm run build:dev (non-production)

Contributing to SRecord.js

Create a PR if there's any changes and features you can contribute.

License

LICENSE for the full license text.