Welcome![Sign In][Sign Up]
Location:
Search - uart atmega128

Search list

[Other resourceATmega128&K

Description: 用AVRM128单片机读取汽车通信K总线,用于查错,可以由单片机UART串口来完成-SCM reader with AVRM128 K automotive communications bus, for troubleshooting, by the MCU to complete serial UART
Platform: | Size: 3597 | Author: 赵典 | Hits:

[Other resourceUART

Description: AVR单片机ATMEGA128实习之—串口通信(附带Proteus仿真例子)
Platform: | Size: 61667 | Author: meng | Hits:

[Other Embeded programATmega128通讯口示例程序

Description: 用于ATmega128的一些通讯程序,包含I2C UART,SPI等接口,用ICCAVR编译-for ATmega128 some communications procedures, including UART I2C, SPI interfaces with ICCAVR compiler
Platform: | Size: 6144 | Author: 邓业通 | Hits:

[SCMATmega128&K

Description: 用AVRM128单片机读取汽车通信K总线,用于查错,可以由单片机UART串口来完成-SCM reader with AVRM128 K automotive communications bus, for troubleshooting, by the MCU to complete serial UART
Platform: | Size: 3072 | Author: 赵典 | Hits:

[SCMmega128_uart

Description: atmega128串口通信程序,与PC机通信的驱动-atmega128 serial communication program, and PC communication drivers
Platform: | Size: 1024 | Author: 肖俊生 | Hits:

[ARM-PowerPC-ColdFire-MIPSATmega128UART

Description: 用于ATmega128的软件UART范例程序-for ATmega128 UART software process model
Platform: | Size: 1024 | 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:

[SCMUART

Description: AVR单片机ATMEGA128实习之—串口通信(附带Proteus仿真例子)-ATmega128 single-chip attachment of AVR- Serial Communication (with Proteus simulation example)
Platform: | Size: 61440 | Author: meng | Hits:

[Program docATmega128

Description: ATmega 128 芯片介绍文档,包括它的中断,I/O,UART,TIMER等-ATmega 128 chip, introduced the document, including its interrupt, I/O, UART, TIMER, etc.
Platform: | Size: 2911232 | Author: champ | Hits:

[SCMUSART

Description: ATMEGA128 UART 的IAR应用-ATMEGA128 UART application of IAR
Platform: | Size: 1024 | Author: | Hits:

[Other Embeded programSPI

Description: SPI communications for ATmega128/ATmega2560 (native SPI and UART in SPI-mode).
Platform: | Size: 1024 | Author: Nikson1200 | Hits:

[Other Embeded programnxUART

Description: class to work with UART port on ATmega128/ATmega2560
Platform: | Size: 1024 | Author: Nikson1200 | Hits:

[Com PortATmega128

Description: ATmega128串口通信,在ICC AVR下编译成功-ATmega128 uart communication
Platform: | Size: 9216 | Author: liutao | Hits:

[Other Embeded programUART

Description: ATmega128 UART code by ICCAVR
Platform: | Size: 1024 | Author: viet | Hits:

[SCMavrvi

Description: ATmega128开发的16个控制程序,包括USART、模数转换、LED等程序,对ATmega128的初学人员很有帮助-16 of the ATmega128 development control procedures, including USART, ADC, LED and other procedures, staff very helpful learning the ATmega128
Platform: | Size: 3569664 | Author: zhujian | Hits:

[SCMuart

Description: 移动通信基站机房环境监控系统。本系统分为发射终端和接收终端两部分。发射终端由AVR高性能8位单片机ATmega8作为控制核心,实现对环境温度、湿度、人体、烟雾和门磁开关等环境因素进行检测,通过蓝牙模块把收集到的数据无线传输到接收终端。接收终端用AVR单片机ATmega128作核心,对接收到的数据进行分析处理并显示,同时在必要的时候把数据储存到片内的EEPROM中。-Mobile communication base station computer room environment monitoring system. The system is divided into launch terminal and receiving terminal in two parts. Launch the terminal by the AVR high-performance 8-bit microcontroller ATmega8 as the control core to realize the environmental temperature, humidity, the human body, smoke and environmental factors such as Magnetic switches to detect, through the Bluetooth module to the data collected wirelessly to a receiving terminal. Receiving terminal to the core with the AVR microcontroller ATmega128, docking analysis of the data received, processed and displayed at the same time when necessary, the data stored in the EEPROM in the chip.
Platform: | Size: 33792 | Author: 醉清风 | Hits:

[Embeded-SCM Developuart

Description: UART header file for using AVR ATMega128
Platform: | Size: 1024 | Author: vrishu | Hits:

[Com Portuart

Description: atmega128的串口通信源程序。编程风格很好,容易读懂。-atmega128 serial communication source. Good programming style, easy to read.
Platform: | Size: 50176 | Author: wty | Hits:

[CommunicationAT128_UART

Description: ATMEGA128 UART通用通讯程序 ICCAVR版本-ATMEGA128 UART common communication procedures ICCAVR version
Platform: | Size: 1024 | Author: zhangxiaohui | 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:
« 12 3 »

CodeBus www.codebus.net