文件名称:uart-get-string
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-04-28
- 文件大小:
- 26kb
- 下载次数:
- 0次
- 提 供 者:
- qj***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
使用内部中断和串口中断实现串口对字符串的接收。程序测试方式为:使用串口调试助手对单片机发送字符串,单片机将接收到的字符串反发送到串口调试助手上。-Using the internal interrupt and serial port interrupt serial string receiver. Program test: serial debugging assistant to send the string to the microcontroller, the microcontroller will receive the string sent to the anti-serial debugging on.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
串口接收字符串\func.c
..............\func.h
..............\func.LST
..............\func.OBJ
..............\main.c
..............\main.LST
..............\main.OBJ
..............\Project_1
..............\Project_1.hex
..............\Project_1.lnp
..............\Project_1.M51
..............\Project_1.plg
..............\Project_1.uvopt
..............\Project_1.uvproj
..............\Project_1_uvproj.bak
..............\STARTUP.A51
..............\STARTUP.LST
..............\STARTUP.OBJ
串口接收字符串