# rymcu-ihex **Repository Path**: rymcu/rymcu-ihex ## Basic Information - **Project Name**: rymcu-ihex - **Description**: No description available - **Primary Language**: TypeScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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() ```