文件名称:avr_com
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 16kb
- 下载次数:
- 0次
- 提 供 者:
- 夜*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
//实验板的AVR程序,uart应用,和计算机通讯,回送PC发送的数据
//接线定义:PD0-RXD PD1-TXD 开关位置:SW6-7/8打开。
//使用串口调试器,使用十六进制方式,首先让PC发送一个字符给MCU,然后将接收到MCU返回的值。
//记事:本程序旨在对uart的理解与演示,程序适合初学者使用.
//使用片外8MHz晶体,9600bps波特率-//Experimental board AVR procedures, uart applications, and computer communications, PC loopback send data// connection definition: PD0-RXD PD1-TXD switch location: SW6-7/8 open.// Use the serial port debugger, use the hexadecimal mode, let PC send a character to the MCU, and then will receive the MCU to return value.// Note: This program seeks to UART understanding and demonstration of procedures suitable for beginners to use.// Use the chip 8MHz crystal, 9600bps baud rate
//接线定义:PD0-RXD PD1-TXD 开关位置:SW6-7/8打开。
//使用串口调试器,使用十六进制方式,首先让PC发送一个字符给MCU,然后将接收到MCU返回的值。
//记事:本程序旨在对uart的理解与演示,程序适合初学者使用.
//使用片外8MHz晶体,9600bps波特率-//Experimental board AVR procedures, uart applications, and computer communications, PC loopback send data// connection definition: PD0-RXD PD1-TXD switch location: SW6-7/8 open.// Use the serial port debugger, use the hexadecimal mode, let PC send a character to the MCU, and then will receive the MCU to return value.// Note: This program seeks to UART understanding and demonstration of procedures suitable for beginners to use.// Use the chip 8MHz crystal, 9600bps baud rate
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验15_串口通讯回送数据
.......................\usart.c
.......................\usart.cof
.......................\usart.dbg
.......................\usart.dp2
.......................\usart.hex
.......................\usart.lis
.......................\usart.lk
.......................\usart.lst
.......................\usart.mak
.......................\usart.mp
.......................\usart.o
.......................\usart.prj
.......................\usart.s
.......................\USART.SRC
.......................\usart._c
.......................\usart.c
.......................\usart.cof
.......................\usart.dbg
.......................\usart.dp2
.......................\usart.hex
.......................\usart.lis
.......................\usart.lk
.......................\usart.lst
.......................\usart.mak
.......................\usart.mp
.......................\usart.o
.......................\usart.prj
.......................\usart.s
.......................\USART.SRC
.......................\usart._c