搜索资源列表
avr_EEPROM
- //实验板的AVR程序,片内eeprom操作练习,和计算机通讯,上电后首先发送保存在片内的数据 //然后接收PC发送的数据并保存起来,然后读取数据返回给pc,断电后数据不丢失。 //接线定义:将串口经rs232连接pc机 即PW6-7/8. //记事:本程序旨在对片内eeprom使用的理解与演示,程序适合初学者使用. //使用8MHz晶体。
ch376
- CH376通讯的上位机程序,通过操作RS232串口实现读写CH376-CH376 PC communications programs, through the operation of RS232 serial interface to read and write CH376
PC_SofterForBootLoad
- 这个程序的主要目的是为了提供一个具有通用性的 AVR Bootloader,不同型号的AVR单片机只需要修改一下几个简单的配置参数就可以直接使用了,不需要再修改主程序。因为现在网上流传的很多 Bootloader程序都是针对某个或几个特定型号的,在换用其它型号后,需要对程序进行较多的修改;而且很多Bootloader程序虽然实现了基本功能,但是存在着一些缺陷或隐患,或者使用起来不够方便,所以我写了这个程序。它是在网上流传的马潮老师的ATmega128 Bootloader程序的基础上,结合了我以
RS232
- PC机和单片机之间通过RS232传输数据的同步协议,以包形式收发数据,可以发送任何数据。-PC machine and MCU via RS232 to transfer data between the synchronization protocol to send and receive data packet format, you can send any data.
OP07
- AVR单片机性能优越,有着广阔的市场前景,本设计主要研究AVR单片机的各部分功能,了解AVR单片机及其外围芯片连接,做出接口软件。 本设计将AVR单片机各部分功能融合起来,采用Atmega16L作为系统的核心,以12864为液晶显示,以RS232转换PC到单片机的电平,采用Atmega16L本身的A/D等等,出于价格和研究实用性方面的考虑本系统采用万用板制作。 经实践证明,该系统可以对AVR单片机的各部分功能进行实验研究,达到了对AVR单片机系统设计的要求,性能稳定,结构合理,适合在教学
2011IgorPlugUSB
- 用AVR做电脑遥控器的免费调试程序,下载即可使用,先做好固件,插在PC上-Purpose of this article is to inform readers about implementation USB interface into singlechip microcontroller, which this interface directly not supports. Simply: implementation USB interface on firmware level (
USART
- avr atmega16 通过rs232与pc usart通信。baud:38400,自己做了实物验证程序正确可行!-the USART communication between atmega16 and pc ,and BAUD IS 38400.the program is right for my physical Verification
ARV_BOOTLOADER.RAR
- AVR BOOTLOADER • Support many types of AVR microcontrollers. • Support AVR device with multi-uart. • Support RS232/RS485/RS422 mode. -Support AES crypt routine (128/256 bits key) • Support customize communication baud
avr_UART
- avr 单片机串口通信代码,通过RS232将数据传送到PC端。含电路图及keilc源代码(有详细注解)。-avr microcontroller serial communication code, via RS232 to transfer data to the PC. Keilc including circuit diagrams and source code (a detailed explanation).
Usart
- 开发环境 AVR STUDIO 6.2 ,编写RS232串口程序,实现PC与ATMEGA 64A单片机的双向收发!-Development environment AVR STUDIO 6.2, write RS232 serial procedures to achieve two-way transceiver PC and microcontroller ATMEGA 64A!