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).
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
03 Start Segment Address
04 Extended Linear Address
05 Start Linear Address
Encoding bytes to multiple text format, e.g. Bin, Hex, Base32, Base64, Base95 (and more). Represent an integer in any base. Supports .NET 4.6.1 and Standard 1.1 (Core)
Full source code (for review on GitHub) is well documented and tested. For inspirations of possible usage please review...
More information
A library to convert between byte arrays and strings using hex (base 16) encoding i.e. each byte is represented by 2 hex characters. The implementation makes use of an efficient table lookup that is approx 16x faster than using System.BitConverter.
Tag Data Translation implemented according to the GS1 EPC Tag Data Translation 1.11 specification (http://www.gs1.org/epc/tag-data-translation-standard) for RAIN RFID. It supports the following translations:
- SGTIN (GTIN, serial)
- SSCC
- SGLN (GLN, extension)
- GRAI with serial
- GIAI
- GSRN
-...
More information