NAME

bintohex - convert binary file to Intel hex.


SYNOPSIS

bintohex [inputfile] [outputfile]


ARGUMENTS

inputfile
The name of the binary file to be converted; the default is stdin.

outputfile
The name of the hex file to be output; the default is stdout.


DESCRIPTION

Given a binary file, this utility converts it to Intel hex.

Note: The maximum files size that can be converted is 1 MByte.