搜索资源列表
avr_EEPROM
- //实验板的AVR程序,片内eeprom操作练习,和计算机通讯,上电后首先发送保存在片内的数据 //然后接收PC发送的数据并保存起来,然后读取数据返回给pc,断电后数据不丢失。 //接线定义:将串口经rs232连接pc机 即PW6-7/8. //记事:本程序旨在对片内eeprom使用的理解与演示,程序适合初学者使用. //使用8MHz晶体。
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.
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
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).