文件名称:uartdemo
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 6kb
- 下载次数:
- 0次
- 提 供 者:
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这个项目文件只是用来示范怎样使用Keil的软件仿真功能来调试串口的,请不要用于其它用途。如需转载,请获得作者得许可。
这个程序是从我以前一个项目中提取出来的,为了容易理解和方便调试,做了大幅度的简化。
为了保证文件代码的整齐,文件中使用空格代替Tab制表符,这样可以保证在不同的编辑器和编辑环境中代码的版面不会错乱。
这里采用了串口缓冲区收发合一的方式,适合于半双工通信。
-The project document is only used to demonstrate how to use the Keil software simulation to debug serial, please do not used for other purposes. For reprint, please obtain a permission the author. This procedure is a project I ve extracted out, in order to facilitate easy understanding and debugging, has done a substantial simplification. In order to ensure the document code tidy, documents the use of spaces to replace Tab tabs, so that can guarantee that in a different editor and editorial environment will not be disturbed layout code. Here used to send and receive serial buffer One way, suitable for half-duplex communication.
这个程序是从我以前一个项目中提取出来的,为了容易理解和方便调试,做了大幅度的简化。
为了保证文件代码的整齐,文件中使用空格代替Tab制表符,这样可以保证在不同的编辑器和编辑环境中代码的版面不会错乱。
这里采用了串口缓冲区收发合一的方式,适合于半双工通信。
-The project document is only used to demonstrate how to use the Keil software simulation to debug serial, please do not used for other purposes. For reprint, please obtain a permission the author. This procedure is a project I ve extracted out, in order to facilitate easy understanding and debugging, has done a substantial simplification. In order to ensure the document code tidy, documents the use of spaces to replace Tab tabs, so that can guarantee that in a different editor and editorial environment will not be disturbed layout code. Here used to send and receive serial buffer One way, suitable for half-duplex communication.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
clear.bat
common.h
comport.c
debug.ini
define.h
hardware.c
interrupt.c
io.h
main.c
readme.txt
uart.Uv2
common.h
comport.c
debug.ini
define.h
hardware.c
interrupt.c
io.h
main.c
readme.txt
uart.Uv2