Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rymcu/rymcu-ihex

nodejs typescript Intel HEX parser and writer @rymcu
https://github.com/rymcu/rymcu-ihex

Last synced: 8 days ago
JSON representation

nodejs typescript Intel HEX parser and writer @rymcu

Awesome Lists containing this project

README

        

# Intel HEX parser and writer

## install

```bash
npm install rymcu-ihex@latest
```

## code

```js
const ryhex = require("rymcu-ihex")
const ihex = new ryhex.IHex(false)
// hex buffer
let hex_buffer = ihex.extract_data()
```