当前位置:
首页
资源下载

搜索资源 - avr atmega128 UART
搜索资源列表
-
1下载:
AVR单片机ATMEGA128实习之—串口通信(附带Proteus仿真例子)
-
-
0下载:
ATmega128串口通信,在ICC AVR下编译成功-ATmega128 uart communication
-
-
0下载:
AVR atmega128 串口收发 测试有效-AVR atmega128 UART
-
-
0下载:
一个注释非常详细的AVR单片机UART程序-Notes a very detailed procedures AVR single-chip UART
-
-
0下载:
移动通信基站机房环境监控系统。本系统分为发射终端和接收终端两部分。发射终端由AVR高性能8位单片机ATmega8作为控制核心,实现对环境温度、湿度、人体、烟雾和门磁开关等环境因素进行检测,通过蓝牙模块把收集到的数据无线传输到接收终端。接收终端用AVR单片机ATmega128作核心,对接收到的数据进行分析处理并显示,同时在必要的时候把数据储存到片内的EEPROM中。-Mobile communication base station computer room environment monito
-
-
0下载:
UART header file for using AVR ATMega128
-
-
0下载:
Implement UART mode 9 bit on AVR microcontroller Atmega128
-
-
0下载:
testing uart with the atmega128 microcontroller and icc avr compiler
-
-
0下载:
一般教科书上提供的UART收发的程序往往是一段采用轮循(Polling)方式完成收发的简单代码。但对于高速的AVR来讲,采用这种方式大大降低了MUC的效率。在使用AVR时,应根据芯片本身的特点(片内大容量数据器RAM,更适合采用高级语言编写系统程序),编写高效可靠的UART收发接口(低层)程序。下面是一个典型的USART的接口程序。-General textbook on the procedures provided by the UART transceivers often use a r
-