CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - atmega8 uart
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - atmega8 uart - List
[
Other resource
]
ATMega8-UART
DL : 0
ATMega8 中断方式UART测试程序 ,其硬件:CA-M8 时钟:外部4MHz-socket UART interrupt testing procedures, hardware : CA-M8 Clock : 4 MHz external
Update
: 2008-10-13
Size
: 1.19kb
Publisher
:
wuxixi
[
Other resource
]
ATmega8-Protues-6-UART
DL : 0
ATmega8-Protues仿真之六 串口通信
Update
: 2008-10-13
Size
: 274.47kb
Publisher
:
一清
[
SCM
]
ATMega8-UART
DL : 0
ATMega8 中断方式UART测试程序 ,其硬件:CA-M8 时钟:外部4MHz-socket UART interrupt testing procedures, hardware : CA-M8 Clock : 4 MHz external
Update
: 2025-02-17
Size
: 1kb
Publisher
:
wuxixi
[
SCM
]
ATMEGA8
DL : 0
AVR系列被广泛应用的单片机MEGA8开发(原理图)及例程-AVR Series are widely used in the development of SCM MEGA8 (diagram) and routines, and
Update
: 2025-02-17
Size
: 2.11mb
Publisher
:
zyy017
[
SCM
]
PS2_KEYBOARD
DL : 0
Atmega8实例程序之-PS2键盘的应用(SL-MEGA8开发板)-Atmega8 examples of process-PS2 keyboard application (SL-MEGA8 development board)
Update
: 2025-02-17
Size
: 35kb
Publisher
:
jeff
[
SCM
]
ATmega8-Protues-6-UART
DL : 0
ATmega8-Protues仿真之六 串口通信-ATmega8-Protues simulation of the six serial communication
Update
: 2025-02-17
Size
: 274kb
Publisher
:
一清
[
SCM
]
M16AsynchronousUART
DL : 0
ATmega8/ATmega16异步串口UART通信实例,希望对大家学习AVR单片机有帮助-UART asynchronous serial communication ATmega8/ATmega16 example, in the hope that we help to learn AVR Single Chip
Update
: 2025-02-17
Size
: 13kb
Publisher
:
jongshun
[
SCM
]
timer
DL : 0
ATMEGA8-timer-学习AVR的朋友们挺多的,但对于一初学者来说不知从何入手,不妨参考下我的教学代码。这是第一次接触时用的。-ATMEGA8-timer-learning挺多friends AVR, but for a beginner I do not know how to run, may wish to refer to the following code to my teaching. This is the first time used in contact.
Update
: 2025-02-17
Size
: 6kb
Publisher
:
kenychen
[
Embeded-SCM Develop
]
aa
DL : 0
ATmega8功能外设置初始化程序,UART,T0,T1。-ATmega8 features set initialization, UART, T0, T1.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
wenhailang
[
SCM
]
AVR-CDC
DL : 0
AVR atmega8做的USB转串口模拟源码。-avr atmega8 use to a USB to UART.
Update
: 2025-02-17
Size
: 109kb
Publisher
:
shait
[
SCM
]
uart
DL : 0
移动通信基站机房环境监控系统。本系统分为发射终端和接收终端两部分。发射终端由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.
Update
: 2025-02-17
Size
: 33kb
Publisher
:
醉清风
[
SCM
]
UART_LCD
DL : 0
ATmega 8单片机的串口通信+1602LCD显示程序-The code is designed for communication solutions through UART of Atmega8,and the results could be displayed on the LCD.
Update
: 2025-02-17
Size
: 32kb
Publisher
:
Eric Wong
[
Other Embeded program
]
atmega8_uart_interrupt
DL : 0
Uart library Interruption approach Atmega8
Update
: 2025-02-17
Size
: 3kb
Publisher
:
pablo
[
Com Port
]
ATmega_uart
DL : 0
学习基于Atmega8的串口通信,内有原理介绍,Proteus仿真,C程序
Update
: 2025-02-17
Size
: 274kb
Publisher
:
li qianqian
[
Other Embeded program
]
Atmega8
DL : 0
机器人程序,Atmega8是前后传感器小板上的芯片的程序(前后都有,但用的是同一个程序),它将数据处理后通过异步串口(uart)传给主芯片。*_project是完整的工程文件,很多文件是编译器自动生成的,只有.c和.h的文件是自己写的,我把它们单独放在*_useful里了。提示一下:1. config.h中定义了所有的引用(include),其他xxx.h中引用config.h,相当于引用了所有的需要的xxx.h。 2. 每一个xxx.c文件都和一个同名的xxx.h文件对应(main.c和config.h除外),xxx.h引用config.h并定义所有xxx.c中的函数,以便yyy.c能调用xxx.c中的函数。-Robot program, Atmega8 is a small plate of chips before and after the sensor program (after all, but use the same program), it will post data processing asynchronous serial (uart) to the primary chip.* _project Is a complete project file, many files are automatically generated compiler only. C and. H files are write, I put them in a single place* _useful. Reminder: 1. Config.h defines all of the references (include), the other xxx.h reference config.h, the equivalent of all the necessary references xxx.h. Two. Xxx.c each file and a file corresponding to the same name xxx.h (main.c and config.h exception), xxx.h reference to config.h and define the function of all xxx.c to yyy.c can call xxx.c the function.
Update
: 2025-02-17
Size
: 69kb
Publisher
:
Jake
[
SCM
]
uart
DL : 0
atmega8、16 uart的标准模板,写程序时直接包含即可,很方便的-uart to atmega8、16
Update
: 2025-02-17
Size
: 16kb
Publisher
:
xtaens
[
SCM
]
atmega-8-UART
DL : 0
atmega8的串口编程示例程序,初学者必须。详细讲解的串口使用方法。-atmega8 serial programming sample programs, beginners must. Detailed explanation of the serial port to use.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
hanhui
[
SCM
]
2.ZIP
DL : 0
Using the AVR UART in C on Atmega8
Update
: 2025-02-17
Size
: 38kb
Publisher
:
Alexey
[
SCM
]
uart-atmega8
DL : 0
基于avr单片机atmega8的串口源代码,波特率9600,晶振7.3728.-this is the source of avr atmega8 s uart and the Crystal is 7.3728 MHz.
Update
: 2025-02-17
Size
: 17kb
Publisher
:
赖江
[
Embeded-SCM Develop
]
UART
DL : 0
Creat communication between microcontroller ATmega8 and PC (UART)
Update
: 2025-02-17
Size
: 4kb
Publisher
:
khanhth95
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.