HexIO 1.0.3
A .Net library to read and write Intel HEX files.
Supports the following Intel HEX records:
00 Data
01 End Of File
02 Extended Segment Address
04 Extended Linear Address
05 Start Linear Address
Install-Package HexIO -Version 1.0.3
dotnet add package HexIO --version 1.0.3
<PackageReference Include="HexIO" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HexIO --version 1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
v1.0.1 Initial release of HEXIO
Supports reading Intel Hex files from a System.IO.Stream derived type
v1.0.2 Updated to support .netstandard2.0
v1.0.3
Update to handle non data record read
Added additional read of hex record method
Dependencies
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.6
- No dependencies.
-
.NETStandard 1.6
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.