CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - uart transmitter

搜索资源列表

  1. verilog1

    0下载:
  2. The Universal Asynchronous Receiver Transmitter (UART) is a popular and widely-used device for data communication in the field of telecommunication. There are different versions of UARTs in the industry.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2008-10-13
    • 文件大小:108361
    • 提供者:success189858
  1. x2uart-all

    0下载:
  2. 适用异步收发器设计的vhdl语言,是学习UART知识的好例程-Asynchronous Receiver Transmitter apply VHDL design language, are a good knowledge of study UART routines
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-15
    • 文件大小:6286
    • 提供者:xzq
  1. SC28L198

    0下载:
  2. SC28L198是一个带有8个全双工异步通道UART的芯片,每个UART通道的接收器和发送器都拥有16字节深度的FIFO。芯片的每个UART通道除了基本的异步通信功能外,还可实现软件流控制(in-band flow control)、硬件流控制(out-of-band flow control)、以及多点模式(唤醒模式或RS-485模式)等,同时每个UART都有4个外扩的I/O引脚,每个外扩I/O引脚都为功能复用。 本资料包含完整测试程序,应用文档,电路原理图及PPT演示文档等。-SC28L
  3. 所属分类:uCOS

    • 发布日期:2017-05-23
    • 文件大小:7588387
    • 提供者:祝剑波
  1. uart_tx

    0下载:
  2. Interface for Transmitter UART
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:851
    • 提供者:preseo
  1. UARTyulanyajiekoulianjie

    0下载:
  2. UART(通用异步收发器)与蓝牙的接口连接,解释的非常详细,欢迎下载交流.-UART (Universal Asynchronous Receiver Transmitter) and Bluetooth interface, a very detailed explanation, please download the exchange.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-25
    • 文件大小:214483
    • 提供者:柳莺
  1. miniuart2

    0下载:
  2. 用VHDL在CPLD/FPGA上实现与PC机的RS232通信-This UART (Universal Asynchronous Receiver Transmitter) is designed to make an interface between a RS232 line and a wishbone bus, or a microcontroller, or an IP core. It works fine connected to the serial port of a
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-12
    • 文件大小:2588368
    • 提供者:李涛
  1. SoC-verify-and-debug

    0下载:
  2. 摘要:介绍SoC(片上系统)软硬件协同验证中的软件仿真,给出验证uART(通用异步收发器)硬件接口的应用程序范例。利用GNU工具链开发SoC软硬件协同验证中的应用程序,并利用仿真器进行软件仿真,仿真结果正确。可以根据处理器的类型对GNU工具链进行配置,使开发流程适合所有GNu支持的处理器,方法具有一般性。根据开发者的具体需要,开发soc芯片的应用程序用于软硬件协同验证。-Abstract: SoC (system on chip) hardware and software co-verific
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:337205
    • 提供者:李立
  1. uart_tx_test

    0下载:
  2. 基于verilog的串口uart发送端实现-Verilog-based serial transmitter to achieve
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-03
    • 文件大小:247634
    • 提供者:许地
  1. test

    0下载:
  2. A universal asynchronous receiver/transmitter, abbreviated UART ( /ˈ juː ɑrt/), is a type of "asynchronous receiver/transmitter", a piece of computer hardware that translates data between parallel and serial forms. UARTs are commonly used in
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:134886
    • 提供者:Den
  1. UART

    0下载:
  2. 基于FPGA的(Universal Asynchronous Receiver Transmitter,UART)串行通信设计论文-FPGA BASIC FOR (Universal Asynchronous Receiver Transmitter,UART)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:300028
    • 提供者:王誉霖
  1. soft-uart.tar

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

    • 发布日期:2017-11-14
    • 文件大小:1665
    • 提供者:armint
  1. uart

    0下载:
  2. Verilog 编写全双工UART input clk, // 这个模块的主时钟 input rst, // 同步复位信号 input rx, // 串口接收端口 output tx, // 串口发射端口 input transmit, // 发送信号 input [7:0] tx_byte, // 发送的字节 output received, // 表明,已接受到一个字节 output [7:0] rx_
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:
    • 文件大小:1393
    • 提供者:
  1. uart_tx_and_rx

    0下载:
  2. A verilog code for UART transmitter and receiver system-A verilog code for UART transmitter and receiver system...
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-07
    • 文件大小:1002
    • 提供者:EBIN JOY
  1. UART

    0下载:
  2. 本论文使用Verilog HDL 语言描述硬件功能,利用QuartusII 5.0在 FPGA 芯片上的综合描述,采用模块化设计方法设计UART(通用异步收发器)的各个模块。-The paper using Verilog HDL language to describe hardware features, the use of the FPGA chip QuartusII 5.0 comprehensive descr iption of the modular design approa
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-14
    • 文件大小:312416
    • 提供者:wangjianyuan
  1. uart_tx

    0下载:
  2. uart transmitter module in verilog hdl
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-12
    • 文件大小:656
    • 提供者:Srikanth
  1. UART

    0下载:
  2. UART Package Declaration with Receiver Transmitter !
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-28
    • 文件大小:208397
    • 提供者:Ahzh
  1. uart_mm

    0下载:
  2. Its uart transmitter and receiver
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-14
    • 文件大小:3508570
    • 提供者:trung
  1. xapp223

    0下载:
  2. UART Receiver with internal 16-byte buffer and UART Transmitter with internal 16-byte buffer for Virtex, Virtex-E and Spartan-II FPGAs-UART Receiver with internal 16-byte buffer and UART Transmitter with internal 16-byte buf
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-06
    • 文件大小:588439
    • 提供者:duchil
  1. PC机 采用主从方式 采集总线上的多块MINI板

    1下载:
  2. 主从方式,主机通过CAN读取从机的单片机温度数据,主机收到的数据在PC端串口助手显示。 单片机stm32f103c8t6(Master/Slave Master read temper data from Slave through Can-bus. The temperature data Master received will print to PC through UART&USB transmitter. MCU is stm32f103c8t6.)
  3. 所属分类:单片机开发

    • 发布日期:2017-12-20
    • 文件大小:3410944
    • 提供者:为民
  1. uart_test

    0下载:
  2. 收发端都采用2M波特率发送串口数据,通过PIN口直接输入输出串口数据,目的是为了跟外围高速器件完成高速的串口数据的收发,普通USB转串口的都只能支持不到1M的波特率,内部采用乒乓FIFO进行时钟域切换以及缓存(The transmitter and receiver are used 2M baud rate serial data transmission, directly through the PIN port serial input and output data, the purp
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2018-01-05
    • 文件大小:16316416
    • 提供者:marktuwen
« 1 2 34 »
搜珍网 www.dssz.com