Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - ASCII
Search - ASCII - List
DL : 0
液晶屏显示程序,主要对各按键处理做了很好的处理,可随意改动各按键,通讯采用MODBUS ASCII 可以控制台达变频器的起停及速度控制-LCD display program, the main keys to deal with a very good, may be arbitrarily changed the keys, communications using MODBUS ASCII converter can console cease and the speed control
Date : 2025-12-22 Size : 245kb User : 邬剑锋

增加ASCII.C的一个ASCI码(7F),用于虚拟按键用 修改UART串口的命令解析程序,修改RTC的pcf8563中断部分。 精简IIC和smart_timer代码,添加define.h的宏定义。 修改system.c里的消息堆栈的宏定义 增加ii.c函数,支持对eeprom的打包 增加由PLD或者GPIO输出的模拟UART,在6个CLOCK下速度为57.6K 增加消息的优先级功能,消息类型的前4位为消息的优先级,后4位为消息的类型 试用于初学单片机并且想更上一层楼的,或者有些基础,想减少工作量的。-an increase ASCII.C the ASCI code (7F) for the virtual keys with serial UART to amend the order analytic procedures, the revised RTC pcf8563 interruption part. IIC and smart_timer streamline code, add the definition of Acer define.h. The revised system.c news stack macros increase II.c function, support for EEPROM packaged increase from the PLD or GPIO output analog UART, in the next six CLOCK speed of 57.6K news of the priority function of the type of information before news of the four priority levels after four types of information on the trial beginner to a higher level and SCM, or some foundation, we want to reduce the workload.
Date : 2025-12-22 Size : 2.13mb User : 初学者

DL : 0
convert.asm: 1.From ASCII resp. BCD to binary 2.From binary to ASCII resp. BCD 3.From binary to Hex-ASCII Bin_Bcd.c: uchar BcdToBin(uchar val) uchar BinToBcd(uchar val) -convert.asm : 1.From ASCII resp. BCD 2.From binary to binary t o ASCII resp. BCD 3.From binary to Hex-ASCII Bin _Bcd.c : uchar BcdToBin (uchar val) uchar BinToBcd (uch ar val)
Date : 2025-12-22 Size : 5kb User : jack

DL : 0
4根串行信号线通过74HC595驱动并行点阵LCD,内置ASCII和汉字库。-four serial signal line drive through Bit parallel matrix LCD, built-in ASCII and Store.
Date : 2025-12-22 Size : 211kb User : 李建良

开发环境为ICC。通过串口显示PC键盘的ASCII码的一个小程序。-development environment for the ICC. Through Serial PC keyboard display the ASCII of a small program.
Date : 2025-12-22 Size : 1kb User : Backy

DL : 0

Date : 2025-12-22 Size : 3kb User : 李敏

DL : 0
为ascii码转换程序,自己编写的,可以使用masm工具编译。-Ascii code for the conversion process, I have written, you can use the MASM compiler tools.
Date : 2025-12-22 Size : 1kb User : zhanglf

DL : 0
MSP430F149与ADT7301组成的高精度测温程序,并将温度值转换为ASCII码通过RS232定时上传到计算机。
Date : 2025-12-22 Size : 2kb User : Irene

用C编写的MODBUS协议程序,通讯方式为ASCII模式.-C prepared with MODBUS protocol procedures, means of communication for the ASCII mode.
Date : 2025-12-22 Size : 3kb User : nihao

DL : 0
TLS35协议转换成MODBUS ASCII协议,基于ATMEGA64开发-TLS35 agreement to convert MODBUS ASCII protocol, based on the development of ATMEGA64
Date : 2025-12-22 Size : 7kb User : 吴畏

DL : 0
51单片机开发工具有:51定时器计算工具,ASCII码速查工具,CRC计算器,波特率计算工具,led,串口调试助手-51 MCU development tools include: 51 timer calculation tools, ASCII Code Info Tools, CRC calculators, baud rate calculation tools, led, serial debugging assistant
Date : 2025-12-22 Size : 782kb User : LDP

DL : 0
Mega8单片机操作SO12864液晶屏例程,可显示汉字、图片、ASCII码-Mega8 single-chip LCD SO12864 routine operation, to display Chinese characters, images, ASCII code
Date : 2025-12-22 Size : 2kb User : 南明

c8051f340 串口 程序This program demonstrates how to configure the C8051F340 to use routines in STDIO.h to write to and read from the UART interface. The program reads a character using the STDIO routine getkey(), outputs that character to the screen, and then outputs the ASCII hex value of that character.-c8051f340 serial procedures This program demonstrates how to configure the C8051F340 to use routinesin STDIO.h to write to and read from the UART interface. The programreads a character using the STDIO routine getkey (), outputs that character to the screen, and then outputs the ASCII hex value of that character.
Date : 2025-12-22 Size : 51kb User : 李明

DL : 0
MCS-51单片机实用子程序库 双字节二进制有符号数除法(补码) 双字节二进制无符号数开平方(快速) 四字节二进制无符号数开平方(快速) 单字节十六进制数转换成双字节ASCII码 ASCII码转换成十六进制数 单字节十六进制整数转换成单字节BCD码整数 双字节十六进制整数转换成双字节BCD码整数 单字节十六进制小数转换成单字节BCD码小数 双字节十六进制小数转换成双字节BCD码小数 单字节BCD码整数转换成单字节十六进制整数 双字节BCD码整数转换成双字节十六进制整数 单字节BCD码小数转换成单字节十六进制小数 -err
Date : 2025-12-22 Size : 6kb User : yyaaa

DL : 0
单片机显示LED的ASCII码表,可以方便移植,使用很方便-Single-chip LED display the ASCII code table, to facilitate transplantation, the use of easily
Date : 2025-12-22 Size : 2kb User : yinjianjun

DL : 0
lcd显示函数,包括初始化、参数设置、汉字代码。ascii字符代码、头文件等-lcd display functions, including initialization, parameter settings, characters code. ascii characters code, header files, etc.
Date : 2025-12-22 Size : 70kb User : yangmin

ansi-c code for 8051 type microcontrollers, enables string conversions like: ascii to int hex, ascii to long hex, swap long, swap int, etc. code compiles with Keil and is very efficient.
Date : 2025-12-22 Size : 1kb User : oferf

[SCM] 2
DL : 0
本文包括了Modbus两种协议的校验编程,包括LRC校验和CRC校验。 LRC校验是使用在ASCII协议中的,CRC校验是使用在RTU协议中的-This article includes two kinds of protocols Modbus validation program, including the LRC checksum CRC checksum. LRC check is to use the ASCII agreements, CRC checksum is used in the RTU agreements
Date : 2025-12-22 Size : 74kb User : hong

free modbus Source Code! ascii ftu free modbus Source Code-modbus Source Code ascii ftu
Date : 2025-12-22 Size : 2.83mb User : zzz

DL : 0
各类4bit数转换为ASCII码,包括32位直接转换为8个ASCII码,float转换为ASCII码(All types of 4bit numbers are converted into ASCII codes, including 32 bits, directly converted to 8 ASCII codes, and float to ASCII codes)
Date : 2025-12-22 Size : 1kb User : qwerty1123
« 12 3 4 5 6 7 8 9 10 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.