搜索资源列表
fasong1
- 串口调试程序,采用中断方式,若从调试助手发送一个字符或数字给单片机,则单片机转发回来。-serial debugging procedures, interrupt, from the Help Send a debugger characters or figures for the microprocessor, SCM is transmitted back.
c8051fuart
- c8051f串口通信 程序 用于测试单片机8051F单片机的串口 开串口调试助手,向单片机发送数据 单片机将数据返回给电脑进行检测
shiyan72
- 本程序用于把串口助手所写内容通过pc发送给单片机,并且由单片机把所写内容发送到lcd上面进行显示,所用单片机为日立系列h83664十六位单片机,实验证明可以准确显示pc上面所写的内容。里面包含各个写lcd的子程
ps2
- 这是一个用c编的程序,程序用于52单片机驱动电脑键盘, 是ps/2接口,用串口发送按键值,可用串口调试助手调试,本程序已经调试通过,用的kell编译的。-This is a use of c-series procedures, procedures for the 52 single-chip-driven computer keyboard is ps/2 interface, use the serial send button values, available serial port
C8051F040ADCUART
- 本文件是C8051F040AD采样及串口测试程序;AD输入端子可输入4路AD(AIN0--AIN3),另有1路可测量片内温度,还有1路可测量高压差分放大器的输入(高压差分放大器由J7接入,6路采样值都通过串口发送出去,在串口调试助手上看观察其值。-This document is C8051F040AD serial sampling and testing procedures AD input can enter the 4-AD (AIN0- AIN3), and another 1-c
chuankuo
- 实现51单片机与PC串口通信的测试程序,从PC端用“串口调试助手”发送十六进制数在单片机的数码管上显示-51 single-chip serial communication with the PC of the test procedure, from the PC-side of " serial debugging assistants" to send hexadecimal number in single-chip digital control display
dualportramtest
- 采用两片AT89S51对双口RAM IDT7132测试程序,采用串口助手显示接收内容。-AT89S51 using two dual-port RAM IDT7132 of testing procedures, the use of serial port to receive the contents of aides show.
020_2u_9-17
- 用于conextop(串口转以太网)的程序,已经测试通过了,非常好用。并且可同过网络调试助手,查看结果-For conextop (Serial to Ethernet) process has been tested, and very easy to use. And can be the same over the network debugging aids, view the results
uart
- msp430单片机串口收发数据程序代码 将收到的数据原样返回 通过串口调试助手查看-uart for msp430 singlechip
1985530rs232_51
- 51串口通讯例子,演示程序、串口调试助手、ZlgComPort_DEMO\演示程序源文件等。-51 examples of serial communication, presentation program, serial debugging aids, ZlgComPort_DEMO \ demo program source files.
SHT75
- 温湿度一体数字传感器SHT15/75的应用示例,C51,从串口直接打印出数据。接串口助手或超级终端即可观看-Temperature and humidity digital sensor SHT15/75 one example of the application, C51, print out the data directly from the serial port. Then serial assistant or HyperTerminal can be watched
COM_MCUPC
- 单片机-PC 串口通信(Altium Designer Winter 09工程和原程序) (2010山东大学威海分校电子设计大赛F题)PC 机侧可用现有通信软件(如串口调试助手),单片机接一位数码管,实现 PC 发送数据,单片机接收显示,并回送给 PC 机。 *单片机系统需对 PC 机下发串口数据的波特率能够自侦测 *PC 机下发数据前循环发送 0Xff 作为侦测标识 -SCM-PC serial communication (Altium Designer Winter
rs232
- 单片机串口通信程序,可用PC通过串口调试助手测试!-MCS-51serial program!
uart
- 这是一个51单片机实现串口功能的程序,程序中包含了单字符传送和接受,多字符传送和接受的函数。可结合串口 调试助手使用-This is a 51 port MCU function program, the program includes sending and receiving a single character, multi-character transmit and receive functions. Can be used with serial debugging assist
串口及按键的程序
- c8051f020的12864+18b20+1302和按键的程序,还有串口,可以把温度传到串口助手,已经调试完成-c8051f020 the 12864+18b20+1302 and program keys, serial port, the temperature reached the assistant serial debugging has been completed
12.GPS测试程序
- 1、1、板子上电后运行指示灯RUNING_LED会以一秒的频率闪烁; 2、通过单片机的串口1,可以监视模块的登录情况; 3、手机发送“onled”点亮LED; 4、手机发送“offled”熄灭LED; 5、单片机每隔10秒会向服务器发送心跳帧“OK” 6、通过串口助手监控单片机的串口1可以看到服务器发送的信息;(1, 1, the board power, the operating indicator RUNING_LED will flicker at a frequency of
程序
- 这是一个做串口测试的程序,下来直接用,用串口小助手发送小写返回大写。(This is a serial test procedures, down directly, with a small serial assistant to send lowercase to return capital.)
第五次
- 串口通讯助手进行串口通信 传输和 温度检测 程序(Serial communication)
SHT20温湿度传感器 - 串口调试助手显示
- SHT20使用串口1在串口调试助手显示温湿度实验步骤: 1、按照正确接线方式将SHT20模块插到J7四芯单排母端子上; 2、MINI USB连接线给开发板通电下载程序,下载软件中内部IRC时钟选择11.0592MHZ; 3、下载程序后,打开串口调试助手,选择CH340对应的串口号,设置波特率为9600,可实时读取到温湿度信息。
STM32+RC522用串口显示ID
- STM32+RC522驱动程序。用SPI方式驱动RC522,并读取IC卡的ID,并将其传到PC端用串口调试助手显示。