搜索资源列表
test17_uartPrintf
- ADUC845通过串口每隔1s向主机超级终端打印一个递增的十六进制数
usb-uart
- usb转UART,基于C8051F310.使用串口调试工具发给单片机一个十六进制数,单片机收到后再将这个数发送给上位机.
ASM
- 通过串口测温度的下位机(单片机2051)程序和编译好的十六进制文件,温度测量元件为DS1621.
avr_com
- //实验板的AVR程序,uart应用,和计算机通讯,回送PC发送的数据 //接线定义:PD0-RXD PD1-TXD 开关位置:SW6-7/8打开。 //使用串口调试器,使用十六进制方式,首先让PC发送一个字符给MCU,然后将接收到MCU返回的值。 //记事:本程序旨在对uart的理解与演示,程序适合初学者使用. //使用片外8MHz晶体,9600bps波特率
ds18b20
- 3、《ds1302a》实验 说明:本程序通过串口通信(借助串口调试等程序),让单片机读写DS1302,结果返回到PC的串口调试接收区。 1)下载程序 2)打开串口调试助手 3)通过串口调试助手向ELITE-III发送\"5501aa\"(注:十六进制,55为设定的字串头,01为设定的1302命令,aa为设定的结束字串尾。)启动DS1302工作,成功则返回55,失败则返回00 4)通过串口调试助手向ELITE-III发送\"5502aa\"(注:十六进制,55为设定的字串头,02为读取1302命令
2052_UART
- //本函数实现在STC12C2051上自发自收的功能 //例如在串口调试助手打上十六进制发送,十六进制接收 //在发送窗口上写上12,在接收窗口上就会显示12
armok0126582
- 通过PC端的串口调试工具,从PC端发出一个十六进制的数, 通过串口传输到单片机,并有单片机通过 LED数码管显示其ASII码,而且单片机又将 这个数发回PC端,并在PC端显示出来,从而 实现单片机与PC机的通讯
ComMax
- 超好用的串口,以太网调试工具,有时间计算,命令存储,十六进制显示等功能。
COM_TEST
- 自己写的测试串口的小工具,巨好用!他可以完成十六进制和字符同时显示-himself wrote the serial testing of small tools, giant handy! He can be completed hexadecimal characters and shows
SeriaPort0.rar
- 功能:开机检验数码管好坏,用串口通讯发送一个十六进制数,两位数码管显示,并有八个发光二极管 以二进制的形式点亮,其十六进值与数码管显示一致。,Function: boot test digital tube mixed with serial communication by sending a hexadecimal number, the two digital tube display, and eight light-emitting diodes in binary form of
F41x_UART_STDIO
- C8051F410串口通信程序。。上位机发送一个字符,下位机把这个字符再发回,并再以十六进制再发一次。-Program Descr iption: This program demonstrates how to configure the C8051F410 to use routines in STDIO.h to write to and read from the UART interface. The program reads a character using
UART-USB
- 使用串口调试工具发给单片机一个十六进制数,单片机收到后再将这个数发送给上位机-Microcontroller using a serial debugger issue a hexadecimal number, the microcontroller will receive this number and then sent to the host computer
stc232
- 1.通过PC端的串口调试工具,从PC端发出一个十六进制的数, 通过串口传输到单片机,并有单片机通过LED数码管显示其ASII码,而且单片机又将这个数发回PC端,并在PC端显示出来,从而实现单片机与PC机的通讯 2.可以实现对下位机数据实时采集(如温度,程序中设定的是37摄氏度) 3.可以控制流水灯或继电器开关等-1. Through the PC-side debugging tools for serial port, from the PC client sends a hexa
first_up
- 鹦鹉学舌:单片机与上位机PC的通信程序设计方法: ⑴串口初始化:波特率定为4800 ⑵串口接收数据:串口初始化后处于数据接收状态,当有数据到达串口时,串口将数据接收保存在寄存器中暂存 ⑶串口发送数据:等数据接收完成后,将寄存器中暂存的数据通过串口发送给该数据的来源地。 ⑷实验测试方法:在上位机上通过串口调试助手软件发送一个十六进制数据给单片机,单片机收到数据后立即把这个数据又发回给PC,并在串口调试助手显示。 -Parrot: SCM and PC-PC communicat
5af0ae8c-cd6e-450e-bfff-a66b7d298062
- 通过PC端的串口调试工具,从PC端发出一个十六进制的数, 通过串口传输到单片机,并有单片机通过 LED数码管显示其ASII码,而且单片机又将 这个数发回PC端,并在PC端显示出来,从而 实现单片机与PC机的通讯-PC serial port through the end of debugging tools, from the PC client sends a hexadecimal number, through the serial transmission
msp430RS232
- 使用LED显示接收到的数据,使用LCD显示发送的字符 * 程序使用波特率为9600,程序运行时需要在pc机上使用一个串口 * 接收发送程序,发送字符应为asc码,接收的字符为十六进制-The use of LED display received data sent using the LCD display uses characters* for 9600 baud rate, the program needs to run-time machine pc using a ser
RS232communication
- 通过PC端的串口调试工具,从PC端发出一个十六进制的数,通过串口传输到单片机,单片机通过LED数码管显示出来,而且单片机又将这个数发回PC端,并在PC端显示出来,从而实现单片机与PC机的通讯.-Through the debugging tools of PC serial port,the client PC sends a hexadecimal number by serial port to the MCU,then the MCU displays the number on LED
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
DS1302
- DS1302时钟:综合应用定时器中断溢出,串口通信 实验现象: 每隔4SPC机得一时间,十六进制格式-DS1302 Clock: integrated application timer overflow interrupts, serial communication experimental phenomenon: every 4SPC machine was a time, in hexadecimal format
利用VC++实现PC机与单片机串口通信任务
- 用 visual c++ 实现pc与51单片机的十六进制数据往返,并提示通信正常与否。-Visual c++ PC and 51 microcontroller hex data to and from, and prompt communication is normal or not.