Welcome![Sign In][Sign Up]
Location:
Search - usart uart a

Search list

[Other resourceuart1

Description: 使用DSP软件实现UART功能.一般教科书上提供的UART收发的程序往往是一段采用轮循(Polling)方式完成收发的简单代码。但对于高速的AVR来讲,采用这种方式大大降低了 MUC的效率。在使用AVR时,应根据芯片本身的特点(片内大容量数据存储器RAM,更适合采用高级语言编写系统程序),编写高效可靠的UART收发接口(低层)程序。下面是一个典型的USART的接口程序。-use DSP software UART functions. General textbooks UART transceivers provide the procedure is often used for Round Robin (Polling) transceiver accomplished a simple code. But for the AVR-speaking, the adoption of this approach greatly reduces the efficiency of MUC. The use of AVR, according to the characteristics of the chip itself (large-capacity on-chip data RAM memory, more suitable for the preparation of high-level language system procedures), the preparation of highly efficient and reliable UART interface transceiver (lower) process. Below is a typical USARTs interface procedures.
Platform: | Size: 5657 | Author: 张倩 | Hits:

[DSP programuart1

Description: 使用DSP软件实现UART功能.一般教科书上提供的UART收发的程序往往是一段采用轮循(Polling)方式完成收发的简单代码。但对于高速的AVR来讲,采用这种方式大大降低了 MUC的效率。在使用AVR时,应根据芯片本身的特点(片内大容量数据存储器RAM,更适合采用高级语言编写系统程序),编写高效可靠的UART收发接口(低层)程序。下面是一个典型的USART的接口程序。-use DSP software UART functions. General textbooks UART transceivers provide the procedure is often used for Round Robin (Polling) transceiver accomplished a simple code. But for the AVR-speaking, the adoption of this approach greatly reduces the efficiency of MUC. The use of AVR, according to the characteristics of the chip itself (large-capacity on-chip data RAM memory, more suitable for the preparation of high-level language system procedures), the preparation of highly efficient and reliable UART interface transceiver (lower) process. Below is a typical USARTs interface procedures.
Platform: | Size: 5120 | Author: 张倩 | Hits:

[SCMUSART

Description: protues_atmeg8学习之:uart篇源代码,包含两个例子,编译环境是ICC,详细见pdf文档 -protues_atmeg8 learning: uart chapter source code, contains two examples, the compiler environment is the ICC, see a detailed pdf document
Platform: | Size: 71680 | Author: 何杰 | Hits:

[ARM-PowerPC-ColdFire-MIPSSAM7X256-USART-PDC-ADS1.2

Description: AT91SAM7X系ARM系统开发功能测试程序,如果你着手用AT91SAM来进行系统开发,这是确实是个很好的资料,有了他,会助你一臂之力.本源码是ADS1.2下的源码,用于UASRT异步串口功能测试-ARM System Development Department AT91SAM7X functional test procedures, if you proceed with AT91SAM for systems development, this is indeed a very good information, with him will help you. ADS1.2 of the source code is under source code for UASRT asynchronous serial functional tests
Platform: | Size: 1303552 | Author: 龙觊峰 | Hits:

[SCMUSART

Description: 一个注释非常详细的AVR单片机UART程序-Notes a very detailed procedures AVR single-chip UART
Platform: | Size: 3072 | Author: hehe520 | Hits:

[Embeded-SCM DevelopUART

Description: 本程序实现USART通信,基于PIC16F877芯片开发的。里面一个是发送程序,一个是接受程序。-USART communication implementation of this procedure, based on the PIC16F877 chip development. Inside a procedure are sent, one is to accept the procedure.
Platform: | Size: 1024 | Author: 林东海 | Hits:

[SCMUART

Description: AVR ATMEGA16 USART程序,模块化方便使用和调用,并且有多个接口、-AVR ATMEGA16 USART procedures, modular and user-friendly call, and there are multiple interfaces,
Platform: | Size: 18432 | Author: 王恒智 | Hits:

[SCMUSART(ICC)

Description: USART以查询方式收发数据,接收发自电脑的数据,将其显示在LED上,并将接到到的数据减1后返回电脑-USART to send and receive data to query, receive from the bottom of the computer data that could be displayed in the LED, and will receive the data returned by a computer
Platform: | Size: 84992 | Author: 张栋 | Hits:

[SCMAT91SAM7X256_SRC

Description: ATMEL的ARM7,AT91SAM7X256的底层驱动程序,是我们实验室自己开发的一套程序,很清晰,很全面,网上没有的,主要包括CAN,UART,Timer等等,都已经写好了。-ATMEL ARM7, AT91SAM7X256 the underlying driver of our laboratory developed its own set of procedures, very clear and very comprehensive, on-line does not have, mainly including CAN, UART, Timer, etc., have written a.
Platform: | Size: 93184 | Author: | Hits:

[SCMavr128usart

Description: 一般教科书上提供的UART收发的程序往往是一段采用轮循(Polling)方式完成收发的简单代码。但对于高速的AVR来讲,采用这种方式大大降低了MUC的效率。在使用AVR时,应根据芯片本身的特点(片内大容量数据器RAM,更适合采用高级语言编写系统程序),编写高效可靠的UART收发接口(低层)程序。下面是一个典型的USART的接口程序。-General textbook on the procedures provided by the UART transceivers often use a round robin (Polling) a simple manner to send and receive code. But for high-speed AVR speaking, this approach greatly reduces the efficiency of MUC. When using the AVR should be based on the characteristics of the chip itself (on-chip high-capacity data device RAM, more suitable for high-level language for writing system programs), the preparation of highly efficient and reliable UART transceiver interface (lower) program. The following is a typical USART interface program.
Platform: | Size: 2048 | Author: 男人 | Hits:

[SCMuart

Description: Also the USART automatically senses the start of transmission of RX line and then inputs the whole byte and when it has the byte it informs you(CPU) to read that data from one of its registers. The USART of AVR is very versatile and can be setup for various different mode as required by your application. In this tutorial I will show you how to configure the USART in a most common configuration and simply send and receive data. Later on I will give you my library of USART that can further ease you work. It will be little complicated (but more useful) as it will have a FIFO buffer and will use interrupt to buffer incoming data so that you are free to anything in your main() code and read the data only when you need. All data is stored into a nice FIFO(first in first out queue) in the RAM by the ISR.
Platform: | Size: 1024 | Author: sstefan | Hits:

[Windows DevelopADC+USART

Description: The concept of this thesis not a new one. Accelerometers have been used before in various forms to log accelerations and reaction forces in numerous sports.ADC+UART files is ataached here. The motivations for this can either be in the interests of injury prevention, technique improvement, or both. However, often the hardware is obtrusive and hinders the athlete’s technique, sometimes causing the athlete to alter his or her movement and mask the original problem. The aim of this project is to create an unobtrusive datalogging device to record acceleration profiles with the goal of detecting injury causing abnormalities in technique.-The concept of this thesis is not a new one. Accelerometers have been used before in various forms to log accelerations and reaction forces in numerous sports.ADC+UART files is ataached here. The motivations for this can either be in the interests of injury prevention, technique improvement, or both. However, often the hardware is obtrusive and hinders the athlete’s technique, sometimes causing the athlete to alter his or her movement and mask the original problem. The aim of this project is to create an unobtrusive datalogging device to record acceleration profiles with the goal of detecting injury causing abnormalities in technique.
Platform: | Size: 8192 | Author: raja | Hits:

[Software EngineeringMSP430

Description: MSP430 参考手册 第 1 章 时钟模块 第 2 章 片内Flash 第 3章 A/D转换器 第 5章 USART外围接口—SPI模式第 4 章 USART外围接口--UART模式 -Reference Manual Chapter 1 MSP430 Clock Module Flash Chapter 2 Chapter 3-chip A/D converter USART Peripheral Interface Chapter 5 Chapter 4-SPI mode USART Peripheral Interface- UART mode
Platform: | Size: 699392 | Author: zhaochunyang | Hits:

[Communicationiiuo442

Description: Direct RS485 serial port operatio Visual C++6.0 environment applica Vc ds18b20 PC-based program RS232 serial communication with a VS2005 on the use of a serial com This is a 20 on the serial commun Visual C++6.0 environment using M this is a program of usb-rs232 PC windows to achieve serial comm STM32 cortex-m3 microcontroller 4 Serial testing procedures, the se Visual C++ USART communication Zstack serial flow analysis, a de PC software serial microcontrolle can code VB and serial communication, teac Using Keil C51 MCU and a PC seria linux environment using serial co CC2430 communication between the it is a project of visual basic t a relatively complete serial comm The example of uart in Windows a very complete source Kawaguchi Based on news Windows s-Direct RS485 serial port operatio Visual C++6.0 environment applica Vc ds18b20 PC-based program RS232 serial communication with a VS2005 on the use of a serial com This is a 20 on the serial commun Visual C++6.0 environment using M this is a program of usb-rs232 PC windows to achieve serial comm STM32 cortex-m3 microcontroller 4 Serial testing procedures, the se Visual C++ USART communication Zstack serial flow analysis, a de PC software serial microcontrolle can code VB and serial communication, teac Using Keil C51 MCU and a PC seria linux environment using serial co CC2430 communication between the it is a project of visual basic t a relatively complete serial comm The example of uart in Windows a very complete source Kawaguchi Based on news Windows s
Platform: | Size: 3072 | Author: randex | Hits:

[VHDL-FPGA-Verilogmsp430x41x

Description: 低电源电压范围为1.8 V至3.6 V 超低功耗: - 主动模式:280μA,在1 MHz,2.2伏 - 待机模式:1.1μA - 关闭模式(RAM保持):0.1μA 五省电模式 欠待机模式唤醒 超过6微秒 16位RISC架构, 125 ns指令周期时间 12位A/ D转换器具有内部 参考,采样和保持,并 AutoScan功能 16位Timer_B随着三† 或七‡ 捕捉/比较随着阴影寄存器 具有三个16位定时器A 捕捉/比较寄存器 片上比较器 串行通信接口(USART), 选择异步UART或 同步SPI软件: - 两个USART(USART0 USART1)的† - 一个USART(USART0)‡ 掉电检测 电源电压监控器/监视器 可编程电平检测 串行板载编程, 无需外部编程电压 安全可编程代码保护 融合-Low Supply-Voltage Range, 1.8 V to 3.6 V Ultralow-Power Consumption: − Active Mode: 280 µ A at 1 MHz, 2.2 V − Standby Mode: 1.1 µ A − Off Mode (RAM Retention): 0.1 µ A Five Power Saving Modes Wake-Up From Standby Mode in Less Than 6 µ s 16-Bit RISC Architecture, 125-ns Instruction Cycle Time 12-Bit A/D Converter With Internal Reference, Sample-and-Hold and Autoscan Feature 16-Bit Timer_B With Three† or Seven‡ Capture/Compare-With-Shadow Registers 16-Bit Timer_A With Three Capture/Compare Registers On-Chip Comparator Serial Communication Interface (USART), Select Asynchronous UART or Synchronous SPI by Software: − Two USARTs (USART0, USART1)† − One USART (USART0)‡ Brownout Detector Supply Voltage Supervisor/Monitor With Programmable Level Detection Serial Onboard Programming, No External Programming Voltage Needed Programmable Code Protection by Security Fuse
Platform: | Size: 1932288 | Author: 苏春明 | Hits:

[SCMATmega16-USART-program

Description: 该程序为UART程序。 通信协议为: 1.假如接收到A或a,则向电脑发送0到9 2.假如收到8,则停止发送数据 3.否则轰鸣器报警。 -The program for the UART program. The communication protocol is: 1. Received A or a computer to send 0-9 2. Received eight, stop sending data. Otherwise roar Alarm.
Platform: | Size: 1024 | Author: shenzhe | Hits:

[SCMUsing-the-USART-as-a-SPI-master

Description: avr单片机的串口通信程序实例,包括UART和SPI通信。-instance of the avr microcontroller serial communication program, including UART and SPI communication.
Platform: | Size: 140288 | Author: lihl | Hits:

[SCMusart

Description: 一种uart通信驱动程序,基于stm32系列cpu,数据通过超时实现接收一个完整的包,发送和接收都通过中断方式。-A uart communication drivers, based on the the stm32 series cpu, data by time-out to receive a complete package, send and receive through the interrupt.
Platform: | Size: 4096 | Author: 李学强 | Hits:

[VHDL-FPGA-Veriloguartfifo

Description: FPGA采用FIFO实现UART,对于大量异步数据的采集传输很有帮助-A usart design of FPGA using fifo,it can be used in massed asychronous data collect.
Platform: | Size: 275456 | Author: duzhaoguo | Hits:

[SCMSTM32F030-USART

Description: STM32F030寄存器方式配置UART,实现接收电脑串口助手的数据,自增1后发回给串口助手。-Configure UART STM32F030 register way, realize the receiving computer serial port assistant data, since increased 1 back to a serial port.
Platform: | Size: 253952 | Author: | Hits:
« 12 »

CodeBus www.codebus.net