CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - UART buffer

搜索资源列表

  1. verilog for uart

    0下载:
  2. 通用异步接收器/发送器(UART)是能够编程以控制计算机到附加串行设备的接口的微芯片。详细来说,它提供给计算机RS-...还有高级的UART提供了一定数量的数据缓冲,这样计算机和串行设备数据流就可以保持同样的速度。-universal asynchronous receiver / transmitter (UART) can be programmed to control computer attached to the serial device interface microchips.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:9682
    • 提供者:李志
  1. PCCOM-SRC

    0下载:
  2. 用C++写的RS232串口异步通讯功能模块,支持16550 UART芯片,中断收发数据,波特率最大115200bps,自定义收发数据缓冲大小,支持软硬件流控。-C wrote asynchronous RS232 serial communication module, 16550 UART chip, Transceivers interruption data, 115,200 bps maximum baud rate, since the definition of sending an
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:103531
    • 提供者:alex
  1. uart_test_msp430

    0下载:
  2. This a simple hardware UART test program. It receives text lines over the serial port and writes back a status msg with length and contents of the buffer.-This a simple UART hardware test program . It receives text lines over the serial port and
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:8682
    • 提供者:皮鹏
  1. uart8.zip

    0下载:
  2. 使用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
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:877056
    • 提供者:张键
  1. sprom

    0下载:
  2. 430单片机自升级程序,这段程序已经成功应用,可以直接使用,换单片机后须重新设定串口和缓冲区-Singlechip 430 since the upgrade process, this procedure has been successfully applied, can be directly used for single-chip to be re-set after the serial port and buffer zones
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:2853
    • 提供者:小铁
  1. LM3S_UART

    0下载:
  2. 《LM3S系列CPU高性能串口驱动程序》 现在很多ARM7芯片已经使用了Cotex-M3内核,我开始接触这东西是从周立功的LM3S1138开始的。周立功提供的1138串口例程基本不具有实用性…… 该驱动程序在利用LM3S系列CPU自身FIFO的同时,利用环形缓冲区构建了软件层的Buffer,采用中断方式进行Buffer读写,效率高,运行稳定,可用于透传、网关等各种大数据流量的场合。程序包含头文件,注释详尽;基于Stellaris外设驱动库编写,方便移植。并支持485通信,串口初始化数据自
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-30
    • 文件大小:12568
    • 提供者:Jerry.H
  1. UART_spec

    0下载:
  2. a UART model with FIFO buffer, design with verilog
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:144964
    • 提供者:quang
  1. 51uart

    0下载:
  2. 串口调试程序 1. 发送过程:在发送时必须保证TI=1:即发送缓冲器为空,否则将导致数据发不出去,如果想强制发送可以用:TI=1.具体发送数据:利用printf(“akjdfaklfj”) 函数直接发送即可。 2. 接收过程:在接收时多选用中断方式,这样可以节约CPU的时间,提高效率, -1 serial port debugger. Send process: to be sent to ensure that TI = 1: that is, send buffer is
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:1409
    • 提供者:liangliang
  1. UART

    0下载:
  2. 单片机串口通信,收发数据缓冲区示例,在中断中不处理接收的数据,只是按循环队的方式将数据存起来,标示Buf中有多少个数据,在主程序中去查询.-Microcontroller serial communication, send and receive data buffer example, in the interrupt does not handle the data received, but on a revolving team approach to store data toget
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-05
    • 文件大小:1109
    • 提供者:zhang
  1. dlt645-1997

    0下载:
  2. c51 buffer uart使用 协议解码 dlt645-1997-c51 buffer uart
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:25900
    • 提供者:penghao
  1. uart

    0下载:
  2. 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
  3. 所属分类:SCM

    • 发布日期:2017-03-27
    • 文件大小:1390
    • 提供者:sstefan
  1. UART-DATA-Display

    0下载:
  2. 本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了.-The program uses a common serial port control MSCOMM32.OCX VC6.0 to send to the serial port on the data acquisition and processing.
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:2055188
    • 提供者:小武
  1. 51_uart_fifo51

    0下载:
  2. 51_uart_fifo51 串口收发程序源代码 环形缓冲区实现-Serial transceivers to achieve ring buffer source code
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:48060
    • 提供者:willigo
  1. nios-uart

    1下载:
  2. 基于nios ii uart 驱动 带接收和发送缓冲区 很少的改动可以任意添加多个串口-Based on nios ii uart driving belt can transmit and receive buffer rarely changes can be more than add a serial port
  3. 所属分类:VHDL编程

    • 发布日期:2017-04-10
    • 文件大小:11519
    • 提供者:hetao
  1. UART

    0下载:
  2. 用于S3C44B0X微控制器串口与外部设备的通信,可以设置缓冲区和FIFO两种方式 -Used for the the S3C44B0X micro-controller serial communication with external devices, you can set the buffer and FIFO two ways
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-04
    • 文件大小:170633
    • 提供者:yong
  1. UART-transmission

    0下载:
  2. 建立环形缓冲区,将发送缓冲区建立成一个环形的缓冲区,在这个环形缓冲区内,通过头指针和尾指针来定位空白区和数据区-Ring buffer and send buffer created as a circular buffer in the ring buffer head and tail pointers to locate the blank area and data area
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:6368
    • 提供者:风者龙离
  1. uart

    1下载:
  2. 基于verilogHDL实现的UART收发,带FIFO缓存。-UART transceiver, with a FIFO buffer.
  3. 所属分类:MiddleWare

    • 发布日期:2016-05-18
    • 文件大小:331776
    • 提供者:张三
  1. UART-Double-Buffer-Interrupt

    0下载:
  2. UART双数据缓冲中断读取程序,保证任何波特率下的可靠实时通信。-Dual UART interrupt reading program data buffering to ensure reliable real-time communication under any baud rate.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-06
    • 文件大小:1049
    • 提供者:wqs
  1. uart

    0下载:
  2. 黑金FPGA开发板串口收发程序,其中加入FIFO模块作为输入输出缓冲-Black gold development board FPGA procedures, which joined the FIFO module as input and output buffer
  3. 所属分类:Com Port

    • 发布日期:2017-05-16
    • 文件大小:3884398
    • 提供者:薛佳
  1. parameter_uart_rx

    1下载:
  2. 串口接收模块,可以通过parameter,参数化配置传输速率、传输位宽和校验。采用Verilog语音编程实现。使用者根据串口的要求配置好参数,并根据缓冲的大小配置FIFO就可以使用。对帧错误(停止位不为高),检验错误和读FIFO超时(FIFO满的情况下,有新的数据到)等现象进行了检查。(UART serial receiver module, through parameter, configuration parameters of the transmission rate, Data wi
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2017-08-30
    • 文件大小:4096
    • 提供者:老工程师
« 12 »
搜珍网 www.dssz.com