Skip to content

HanWelmer/Bin2Hex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bin2Hex

Java command line utility that transforms a binary file into Intel Hex format.

Download:

Stable versions of the executable jar can be found in de download folder.

Development:

The project was developed using:

  • openjdk 11.0.16.1
  • Apache Maven 3.9.4
  • eclipse 4.26.0

maven

  • open commandline tool
  • nagivate to subfolder Bin2Hex
  • mvn compile
  • mvn test
  • mvn install

Usage:

java -jar Bin2Hex.jar filename.ext

where filename.ext is binary file to be converted to Intel Hex.

Known limitations:

The following limitations are in place, just because in its current state the utility suits my purposes. It requires no rocket science to remove these limitations.

  • File extension of input must be .bin.
  • Output file has same name as input file.
  • Output file has extension .hex.
  • Only record length of 16 bytes is supported (not 32 bytes).
  • Start address is assumed to be 0x0000.

About

Java command line utility to transform binary files into Intel Hex format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages