IntelHexFormatReader 2.0.0
See the version list below for details.
dotnet add package IntelHexFormatReader --version 2.0.0
NuGet\Install-Package IntelHexFormatReader -Version 2.0.0
<PackageReference Include="IntelHexFormatReader" Version="2.0.0" />
paket add IntelHexFormatReader --version 2.0.0
#r "nuget: IntelHexFormatReader, 2.0.0"
// Install IntelHexFormatReader as a Cake Addin #addin nuget:?package=IntelHexFormatReader&version=2.0.0 // Install IntelHexFormatReader as a Cake Tool #tool nuget:?package=IntelHexFormatReader&version=2.0.0
Simple reader for the HEX (Intel HEX) format (https://en.wikipedia.org/wiki/Intel_HEX).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (5)
Showing the top 5 NuGet packages that depend on IntelHexFormatReader:
Package | Downloads |
---|---|
ArduinoUploader
A library to upload an Intel HEX file (e.g. compiled sketches) directly to an Arduino over a (USB) serial port without having to use the Arduino IDE (or avrdude). |
|
ArduinoDriver
Library to connect, drive and debug an Arduino (UNO) directly from within Visual Studio (through the USB serial connection). |
|
AVRDisassembler
A cross-platform (.NET Core) Atmel AVR / Arduino disassembler, written in C#. |
|
ArduinoUploader.NET
A library to upload an Intel HEX file (e.g. compiled sketches) directly to an Arduino over a (USB) serial port without having to use the Arduino IDE (or avrdude). This project is forked by Anders Dyhrberg from ArduinoUploader by Christophe Diericx. This is updated to support .NET7.0 |
|
ArduinoUploaderCore
A library to upload an Intel HEX file (e.g. compiled sketches) directly to an Arduino over a (USB) serial port without having to use the Arduino IDE (or avrdude). |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on IntelHexFormatReader:
Repository | Stars |
---|---|
AcK77/AmiiBomb-uino
Amiibo Cloning with Arduino
|
|
twinearthsoftware/ArduinoSketchUploader
A .NET library and a command line utility to upload a compiled sketch (. HEX file) directly to an Arduino board.
|
|
christophediericx/ArduinoDriver
A .NET library for controlling an Arduino board directly through a USB (serial) connection.
|