搜索资源列表
danpianjikanfagongju
- 片机开发过程中用到的多功能工具,包括热敏电阻RT值--HEX数据转换;3种LED编码;色环电阻计算器;HEX/BIN 文件互相转换;eeprom数据到C/ASM源码转换;CRC校验生成;串口调试,带简单而实用的数据分析功能;串口/并口通讯监视等功能. 用C++ Builder开发,无须安装,直接运行,不对注册表进行操作。纯绿色软件。-machine used in the process of developing the multi-purpose tools, including therm
Hex2Bin
- HEX 转 BIN 程序,弄过单片机的人可能都知道,很多编译器都会编译出一种叫HEX 的文件,这好像是Intel定的一个格式,就是把二进制的机器代码文件以16进制的字符形式(文本)保存,写进cpu或rom前都需要进行转化,此小程序便可完成该任务了。(本人上传代码均为Fwr原创)-HEX to BIN procedures, people get too SCM may all know, a lot of the compiler will compile a document called H
hexTObin
- 本代码是一个编译器编译出的HEX文件转换为BIN文件。会记录每次转换的动作,以便以后查找记录。-The code is a compiler to compile a file conversion of the HEX file for the BIN. Will record each action in order to find records of the future.
hex2bin
- convert hex code to bin file
Hex2Bin
- A project with source code, to convert Intel-16 Hex file (*.hex) into Binary file (*.bin). Project is written in Visual Basic 2008. Probably much useful in In Application Programming (IAP) of embedded systems projects, where binary file will be input
Cpprrojecto
- 计算机端的下载程序源码已经能用了,速度比超级终端略快一点,在19200的波特率下大约是1.55KB每秒。能够打开HEX文件或Bin格式的文件,还能在两种格式之间进行格式转换。 -Download the source code of the computer end can be used, the speed is slightly faster than the HyperTerminal is 1.55KB per second, about 19200 baud rate. Be
File-to-Hex-8Bit
- A simple tool to convert binary file to hex bytes with [0x] prefix. This is for easy importing a bin file to C/C++ code.
File-to-Hex-16Bit
- A simple tool to convert binary file to 16bit hex bytes with [0x] prefix. This is for easy importing a bin file to C/C++ code.