Welcome![Sign In][Sign Up]
Location:
Search - AVR code UART

Search list

[Other resourceavruart

Description: avr gcc uart source code examples-avr gcc UART source code examples
Platform: | Size: 2840 | Author: kenchguo | Hits:

[Other resourceavr_uart

Description: AVR系列单片机串口通信的源代码,是学习AVR单片机UART很好资料。-AVR MCU serial communication source code is studying AVR UART good information.
Platform: | Size: 6785 | Author: jacky | Hits:

[Embeded-SCM DevelopUARTTest

Description: AVR GCC下的 UART C源代码--UART C source code under AVR GCC.
Platform: | Size: 3072 | Author: 张丽明 | Hits:

[SCM128源码

Description: 本人用avr 单片机atmega128开发控制产品的源码。-the source code about the exploituring control product with atmegal128
Platform: | Size: 52224 | Author: 李其茹 | Hits:

[DSP programuart1

Description: 使用DSP软件实现UART功能.一般教科书上提供的UART收发的程序往往是一段采用轮循(Polling)方式完成收发的简单代码。但对于高速的AVR来讲,采用这种方式大大降低了 MUC的效率。在使用AVR时,应根据芯片本身的特点(片内大容量数据存储器RAM,更适合采用高级语言编写系统程序),编写高效可靠的UART收发接口(低层)程序。下面是一个典型的USART的接口程序。-use DSP software UART functions. General textbooks UART transceivers provide the procedure is often used for Round Robin (Polling) transceiver accomplished a simple code. But for the AVR-speaking, the adoption of this approach greatly reduces the efficiency of MUC. The use of AVR, according to the characteristics of the chip itself (large-capacity on-chip data RAM memory, more suitable for the preparation of high-level language system procedures), the preparation of highly efficient and reliable UART interface transceiver (lower) process. Below is a typical USARTs interface procedures.
Platform: | Size: 5120 | Author: 张倩 | Hits:

[SCMavruart

Description: avr gcc uart source code examples-avr gcc UART source code examples
Platform: | Size: 2048 | Author: kenchguo | Hits:

[SCMonewiretemp

Description: AVR单片机温度采集系统代码,采用一线连接的温度检测芯片DS18B20。程序包括两个温度芯片的驱动代码,温度计算程序,串口输出显示程序。编译环境为GUN C。-AVR temperature acquisition system code using line connecting the chip temperature detection DS18B20. The procedures include two temperature of the chip-driven code, temperature calculation procedures, serial output display program. GUN compiler for C environment.
Platform: | Size: 23552 | Author: 刘伟 | Hits:

[SCMAVRUART0GCC

Description: 用avr 单片机atmega128的UART0,AVR-GCC编译的源码对AVR学习有用-avr microcontroller with the UART0 atmega128. AVR-GCC compiler source code to learn useful AVR
Platform: | Size: 9216 | Author: 雷志广 | Hits:

[SCMavr_uart

Description: AVR系列单片机串口通信的源代码,是学习AVR单片机UART很好资料。-AVR MCU serial communication source code is studying AVR UART good information.
Platform: | Size: 6144 | Author: jacky | Hits:

[SCMMEGA128-UART

Description: AVR单片机MEGA128-UART的程序原代码-AVR Singlechip MEGA128-UART procedure for the original code
Platform: | Size: 38912 | Author: 徐松亮 | Hits:

[SCMuart0

Description: Atmel公司Atmega128单片机串口测试代码-Atmel, Atmega128 Singlechip serial test code
Platform: | Size: 1024 | Author: | Hits:

[SCMAVR_UART

Description: [AVR源代码]UART通用方式多机通信-[AVR source code] UART Universal multi-way communication
Platform: | Size: 2048 | Author: zgw | Hits:

[Other Embeded programAVR-H128CAN-UART

Description: UART sample code for AT90CAN128
Platform: | Size: 16384 | Author: DieCore | Hits:

[SCMavr-nRF24L01-code

Description: AVR atmega168V单片机 开发nordic nrf24L01调试成功-AVR atmega168V and nordic nrf24L01 run successful, very good
Platform: | Size: 149504 | Author: york | Hits:

[SCMAVR..Uart..Cyuanma..pretous

Description: AVR单片机的串口通信,C语言代码,KEIL编译文件,pretous仿真文件,资料全面详细-AVR microcontroller serial communication, C language code, KEIL compiler file, pretous simulation documents, data, full details
Platform: | Size: 39936 | Author: 深圳 | Hits:

[SCMavr-11

Description: 双龙电子的ICC AVR例程源码,写的比较简单容易懂,对初学者比较好。也可以参考。里面附带IIC,1602,UART等例子-Ssangyong Electronics ICC AVR routine source code, written in relatively simple and easy to understand for beginners better. Also can refer to. Inside with IIC, 1602, UART, etc. Examples of
Platform: | Size: 64512 | Author: bo | Hits:

[SCMavr128usart

Description: 一般教科书上提供的UART收发的程序往往是一段采用轮循(Polling)方式完成收发的简单代码。但对于高速的AVR来讲,采用这种方式大大降低了MUC的效率。在使用AVR时,应根据芯片本身的特点(片内大容量数据器RAM,更适合采用高级语言编写系统程序),编写高效可靠的UART收发接口(低层)程序。下面是一个典型的USART的接口程序。-General textbook on the procedures provided by the UART transceivers often use a round robin (Polling) a simple manner to send and receive code. But for high-speed AVR speaking, this approach greatly reduces the efficiency of MUC. When using the AVR should be based on the characteristics of the chip itself (on-chip high-capacity data device RAM, more suitable for high-level language for writing system programs), the preparation of highly efficient and reliable UART transceiver interface (lower) program. The following is a typical USART interface program.
Platform: | Size: 2048 | Author: 男人 | Hits:

[SCMuart

Description: Also the USART automatically senses the start of transmission of RX line and then inputs the whole byte and when it has the byte it informs you(CPU) to read that data from one of its registers. The USART of AVR is very versatile and can be setup for various different mode as required by your application. In this tutorial I will show you how to configure the USART in a most common configuration and simply send and receive data. Later on I will give you my library of USART that can further ease you work. It will be little complicated (but more useful) as it will have a FIFO buffer and will use interrupt to buffer incoming data so that you are free to anything in your main() code and read the data only when you need. All data is stored into a nice FIFO(first in first out queue) in the RAM by the ISR.
Platform: | Size: 1024 | Author: sstefan | Hits:

[Other Embeded programAVR-code

Description: AVR单片机开发经典例程 包含UART等-AVR develop code
Platform: | Size: 837632 | Author: 陈夏冰 | Hits:

[Embeded-SCM DevelopUART

Description: uart communication code for avr in c++
Platform: | Size: 65536 | Author: Parvizi | Hits:
« 12 3 »

CodeBus www.codebus.net