搜索资源列表
avr274 AVR单片机串口通信的程序
- 这是关于AVR单片机串口通信的程序,适合与有一定基础的人看。 这份资料介绍了UART单线的软件执行。议定书的支持两个设备间的半双工通信。唯一的要求是一个输入/输出端口,支持外部中断和一个计时器比较打断。-This is on the AVR single-chip serial communication procedures, suitable for a certain basis people. This document introduces the software implement
CC2430-uart
- 介绍了ZigBee CC2430的串口收发字符串的源程序,用IAR软件可以直接打开使用-Introduced the ZigBee CC2430 transceiver serial port of the source string, using IAR software can be used directly to open
SoftwareSerial
- 已建成的Arduino硬件引脚0和1(也通过USB连接到电脑)的串行通信的支持.-The Arduino hardware has built-in support for serial communication on pins 0 and 1 (which also goes to the computer via the USB connection). The native serial support happens via a piece of hardware (built int
boot
- 一段CPU用的BOOT的ASM代码,可以参考一下-A Software Duplex UART for 8xC751752
software_uart
- Software uart using a general purpose io and an external interrupt pin of an atmel uc. half duplex operation, adjustable baud rate
SoftUART32
- C Code,in ICC AVR, for software UART and its simulation in Proteus for ATmega32
an115swuartforc8051
- 一个基于C8051F系列的软件UART程序.支持全系列的C8051F单片机-C8051F a series of software-based UART procedures. C8051F support a full range of single-chip
resuart
- interrupt based software uart for pic18f
cp2102(chinese)
- 单芯片 USB 转 UART 数据转换器 - 集成的 USB 收发器无需外部电阻 - 集成的时钟无需外部振荡器 - 集成的 512 字节 EEPROM 用于为供应商代码产品代码序列号功率标牌版本号和产品描述等数据提供存储空间 - 片内上电复位电路 - 片内电压调节器3.3V 输出 USB 功能控制器 -符合USB 规范 2.0 全速 (12 Mbps) -通过SUSPEND 和 RI 引脚支持的USB中止状态-Single-Chip USB to UART Dat
Bituart
- AVR uart in software library.
STM8-software
- STM8单片机软件资源架构,定时器T1M,T2M,PWM,UART已经调通。-stm8 software for the PWM,T1M,UART3,the firewarm is ok now,anyone can use it
Software-UART-examples
- Uart example for c8051f120
soft-uart.tar
- The transmitter part of a RS232 uart, pure software, no hardware support needed. Code can transmit up to 230400 baud on an attiny25/45/85 with an 18.342MHz crystal
SoftUART
- ATTiny13 (AVR) Software UART TX (RX is not working yet)
uart
- 这个是与IAR为开发平台MSP430单片机的串口调试程序,可以与上位机COMM调试软件联调。-This is with IAR development platform of MSP430 MCU serial debugger, and can be used with the host computer, COMM debugging software FBI.
msp430g2xx3_ta_uart2400
- 使用定时器一CCR0硬件输出模式和SCCI数据锁 实现UART函数@ 2400波特。软件不能直接读取和 写信给RX和TX别针,相反正确使用输出模式和SCCI数据锁了。使用这些硬件特性消除了ISR 延迟效应作为硬件确保输出和输入位自锁和时机是完美的同步与定时器一个不管其他软件活动。 -Use Timer_A CCR0 hardware output modes and SCCI data latch to implement UART function @ 2400 baud
Serial_Transmit
- Software UART program, using PCA as baud rate source.
AN-G-001
- 用C编写的软件UART,需要一个计时器设定为3倍 波特率和两个软件的读/写引脚用于接收和发送功能。 -Generic software uart written in C, requiring a timer set to 3 times the baud rate, and two software read/write pins for the receive and transmit functions.
suart
- AVR Software implemented UART via an ISP cable.
sw_uart
- software uart driver. When hardware uart pins is occupied as other * functions, this software uart can output debug info. This software * uart only has TX function.