该工具将intel hex文件转换成binary二进制文件,你可以在大多数eprom编程器中使用bin文件,也可以容易的用他们来crc或者校验计算(checksum calculations)。设置参数如下:
语法: hex2bin [/option] hexfile [binfile]
hexfile 为输入的intel hex文件
binfile 为要创建的二进制bin文件
option可为以下值:
/ln binary file length
/pn pad data for binary file
/on address offset (to add to hex records)
/m merge data into existing bin file
/q quiet mode (no statistics are displayed)
/x don't process ext. segment/linear address records
/? this help text
注意:该工具为dos命令程序。它需要为文件名称和路径8.3命名约定,并且不能在windows 7 64位系统上运行。当然,可以在windows 7上实用xp模式(虚拟机)执行它。