/rymcu-ihex

nodejs typescript Intel HEX parser and writer @rymcu

Primary LanguageTypeScript

Intel HEX parser and writer

install

npm install rymcu-ihex@latest

code

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