搜索资源列表
AVR-v_UART
- 在一些应用中,经常要用到双串口,但是一般单片机只提供一个串口,其实完全可以用普通I/O口模拟一个串口。这里介绍一个用AVR单片机模拟的串口程序.-in some applications, the regular use of the dual serial port, but most only provide a microcontroller serial, In fact, the general can use I / O simulation of a serial mouth. H
ak1
- 一些应用中,经常要用到双串口,但是一般单片机只提供一个串口,其实完全可以用普通I/O口模拟一个串口。以下的程序是我编写的模拟串口程序,程序中使用了单片机的定时器0,和INT0中断。数据的发送和接收由中断程序自动进行。程序已经过AVR仿真器仿真和实际烧片使用,证明可靠。有一点需要说明的是,此模拟的串口为半双工方式。 主程序中,单片机将标准串口设置为115200bps,将模拟串口设置为19200bps。单片机将标准串口收到的数据从模拟串口发送出去,将模拟串口接收到的数据从标准串口发送回来。-s
avr-modul-source
- avr硬件软件开发的一些总结 用AVR单片机模拟的串口程序 AVR基本硬件线路设计与分析 等等
c51源程序集合
- 源码 │ 0108_12864LCD-F149.ASM │ 12232-1520.c │ 12232.c │ 12864-ks0108.asm │ 12864-ST7290-F149.C │ 12864-zb.c │ 12887.c │ 24C01-64.C │ 24C01-F440.C │ 28sf040a.asm │ 51use.txt │ 6963.C │ 93c46.asm │ 93c46.c │ 93cxx.c │ ad7416-mcuzb.c │ ad7416.c │ AT24C01
ds1302.rar
- AVR单片机通过模拟SPI串口通信的方式对DS1302进行读写操作。,AVR single-chip SPI serial communication by simulating the way to read and write operations on the DS1302.
AVR.rar
- 本程序包包含了基于ATmega16单片机从IO口操作到串口,模拟比较器,AD转换,PWM输出,TWI总线操作,SPI总线操作等完整程序。,This package contains ATmega16-based single-chip operation from the IO port to the serial port, analog comparator, AD converter, PWM output, TWI bus operation, SPI bus operation pro
AVR
- 基于AVRMEGA系列的8位模拟串口源代码-Based on AVRMEGA series of 8-bit analog serial port source code
SIMCOM
- AVR单片机普通I/O口模拟串口通讯程序(MODBUS协议) ICCAVR 开发环境-AVR Microprocessor I/O port simulation program serial communication (MODBUS protocol) ICCAVR Development Environment
iouart
- 模拟串口的通讯程序,采用的AVR单片机进行编程,C语言编写的-Simulation of serial communication procedures used in single-chip AVR programming, C language
softuart_avr
- AVR单片机软件模拟串口实现全双工的例子。-AVR single-chip simulation software to achieve full-duplex serial example.
AVR_serial
- AVR软件模拟串口程序,方便在PC上调试串口程序-Analog AVR software serial procedures
M88(9600Bps)
- AVR单片机M88实现的模拟串口(9600Bps),已经在多个项目中应用,可靠性高,很有价值的一种用法!-M88 single-chip realization of AVR serial analog (9600Bps), the project has been implemented in many applications, high reliability and a valuable use!
MnUART
- AVR mega16单片机模拟串口程序 很实用 232 485 都可以 波特率可设定 程序内已设定2400-8-1-8MHz 目前项目工作一切正常!-AVR mega16 microcontroller serial simulation program can be very practical 232,485 baud rate can be set within the program has been set 2400-8-1-8MHz current project work as u
AVR与PC虚拟串口
- Atmega8串口测试程序,适合初学者,使用Atmel Studio 6.0编译通过,使用proteus 7.7模拟,串口输入、输出。test.atsln为Atmel Studio 6.0工程文件,uart.DSN为proteus文件
AVR-anolog--serical
- AVR模拟串口 可以实现模拟串口功能,可以实现模拟串口功能-AVR can simulate analog serial port function, can realize analog serial function
AVR-anolog-serial
- AVR单片机模拟串口,使用汇编语言写的,使用汇编语言写的-AVR microcontroller analog serial, written in assembly language, written in assembly language
Usart9600
- AVR模拟串口 单片机:mega324P 编译环境:WinAVR 参考官方AVR304 支持主机、从机通讯;支持单片机管脚电平变化中断-AVR microcontroller serial simulation: mega324P compiler environment: WinAVR refer to the official AVR304 support Master, Slave communications support the microcontroller pi
Usart38400
- AVR模拟串口 波特率:38400 占用定时器0和INT0边沿触发中断 AVR304-AVR simulate serial port baud rate: 38400 occupancy Timer 0 and INT0 edge-triggered interrupts AVR304
AVR-IOUSART
- AVR单片机模拟串口程序_C语言(代表一个定时器和两个IO)-AVR microcontroller simulation serial process _C language (representing a timer and two IO)
AVR单片机模拟串口发送和接收
- AVR单片机硬件串口不够用,利用IO口来模拟串口的发送和接收,代码中共扩张了4个虚拟串口。