搜索资源列表
Virtual UART
- 采用430的TIMERB的CCR1做发送,TimerA 的CCR1作接受的虚拟串口程序,达到真实的串口效果。在430的13x,14x,15x,16x系列里中总共可以虚拟2个串口。-TIMERB use of the 430 to do this alignment, the alignment TimerA for acceptance of virtual serial procedures to achieve real results serial. In the 430 18x, 14x
SignalF020
- C8051F020的全面应用,包括两个UART口、SPI、I2C,所有I/O均用上。-C8051F020 comprehensive application, including two UART port, SPI, I2C, all I / O is used.
uart8.zip
- 使用Libero提供的异步通信IP核实现UART通信,并附带仿真程序。UART设置为1位开始位,8位数据位,1位停止位,无校验。且UART发送自带2级FIFO缓冲,占用FPGA面积很小。,Libero provided the use of asynchronous communication IP core implementation UART communications, and incidental simulation program. UART is set to 1 to sta
linux_uartdriver.rar
- 一个简单的 arm-linux 下的 Uart驱动实例,里面含有测试程序,需要连接两个串口来测试。,A simple arm-linux-driven examples of Uart, which contains the test procedures, the need to connect two serial ports to test.
UART-CC2430
- 实现CC2430的无线通讯功能,实现无线的透时串口功能,即通过两个CC2430实现无线串口收发数据。-Achieve CC2430 wireless communications, wireless serial port when the permeability function that, by two CC2430 wireless serial send and receive data.
STC12C5A60S2-and-VS1838B-UART
- 基于单片机STC12C5A60S2和红外线接收器VS1838B的红外线解码测试程序,内含两个程序,分别是单片机程序及VB6上位机程序,通过串口进行通讯-Microcontroller based infrared receiver VS1838B STC12C5A60S2 and infrared decoder test program that includes two procedures, namely, single-chip program and VB6 PC program to
c8051f-UART
- 本应用笔记讨论基于C8051Fxxx系列器件的软件UART实现方法本文给出两个完整的例子一个用PCA为波特率发生器的C语言程序和一个用定时器0为波特率发生器的汇编语言程序-Application Notes discuss the C8051Fxxx series of devices based on the software UART implementation integrity of this paper two examples of a baud rate generator wi
TMS320-P28016-UART-echoback
- dsp 320 dvdg do not put files on these two directory.If you do not want to upload source code-dsp 320 dvdg do not put files on these two directory.If you do not want to upload source code
uarthw_evmdm642
- dm642通过emif接口与16c752连接形成两个uart接口的通信管理-dm642 through emif interface 16c752 connected to form two uart Communication Management Interface
FullEmbeddedLinuxNotes
- 本书全面介绍了嵌入式Linux系统开发过程中,从底层系统支持到上层GUI应用的方方面面,内容涵盖Linux操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识(交叉编译工具的选项设置、Makefile语法、ARM汇编指令等),硬件部件的使用及编程(囊括了常见硬件,比如UART、I*IC、LCD等),U-Boot、Linux内核的分析、配置和移植,根文件系统的构造(包括移植busybox、glibc、制作映象文件等),内核调试技术(比如添加kgdb补丁、栈回溯等),驱动程序编写及移植(
UART0_Autobaud1
- c8051F020的串口程序,C8051f020中有两个UART,比C51的串口功能更强大-c8051F020 serial program, C8051f020 There are two UART, serial port than the more powerful C51
uart
- 移动通信基站机房环境监控系统。本系统分为发射终端和接收终端两部分。发射终端由AVR高性能8位单片机ATmega8作为控制核心,实现对环境温度、湿度、人体、烟雾和门磁开关等环境因素进行检测,通过蓝牙模块把收集到的数据无线传输到接收终端。接收终端用AVR单片机ATmega128作核心,对接收到的数据进行分析处理并显示,同时在必要的时候把数据储存到片内的EEPROM中。-Mobile communication base station computer room environment monito
UART
- 本程序在IAR环境中运行,其主控芯片是LPC2103,LPC2103支持两个UART总线接口,通过UART总线可以传输各种数据,可通过串口天使助手检查数据的传输,方便,效果好。-The program runs in the IAR environment, the master chip LPC2103, LPC2103 supports two UART bus interface, through the UART can transmit a variety of data bus ca
uart
- ATmega16串口通信,进行简单的UART数据传送,双机通信,在ICCAVR下编译-ATmega16 serial communication, a simple UART data transmission, two-machine communication, compiled in ICCAVR
UART
- UART是一种通用串行数据总线,用于异步通信。该总线双向通信,可以实现全双工传输和接收。在嵌入式设计中,UART用来与PC进行通信,包括与监控调试器和其它器件,如EEPROM通信。-UART is a universal serial data bus for asynchronous communication. The two-way communication bus, can achieve full-duplex transmit and receive. In embedded d
UART
- 单片机双串口程序,寄存器的设置,源代码,适用适用两个串口的应用。-SCM Two serial program, register set, the source code for the application for the two serial ports.
PIC32-UART-code
- PIC32单片机UART模块发送、接收代码,包括查询和中断两种方式。-PIC32 microcontroller UART module to send, receive code, including query and break in two ways.
UART
- C8051F340系列单片机的两个串口UART0,UART1的相关代码。-C8051F340 MCU, two serial ports UART0, UART1 the relevant code.
software uart test
- Run code with two uart in pic16f877a
UART
- 自己写的uart实验程序,可通过按键选择波特率2400/4800/9600/19200,并通过数码管显示当前波特率。每按一次按键发送一帧数据,并通过两位数码管显示发送数据。可供新手学习。(The UART experiment program you write can select the baud rate 2400/4800/9600/19200 by key and display the current baud rate through the digital tube. Each