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

搜索资源列表

  1. ps2

    0下载:
  2. verilog PS2键盘解码程序, 之前探讨过PS/2键盘编解码以及数据传输协议,这次自己动手实现了利用FPGA接收键盘编码,然后通过串口传输到PC。做的比较简单,只是通过FPGA把大写字母A-Z转换成相应的ASCII码,只要字母按键被按下,就能在串口调试助手里显示相应大写字母。下面就共享代码吧!   除了顶层模块,三个底层模块分别为PS/2传输处理模块、串口传输模块以及串口波特率选择模块(下面只给出顶层模块和PS/2传输处理模块的verilog代码)。-verilog PS2 Ke
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:1490
    • 提供者:刘晓青
  1. 09_uart2

    0下载:
  2. PC机上开串口调试助手,发送一个字符到开发板(中间通过串口线相连) FPGA收到字符后,回发给PC机上,在串口助手上显示 -On the PC, open the serial port on a PC debugging assistant to send a character to the development board (in the middle connected by serial cable) FPGA received character back to the s
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:618468
    • 提供者:mei@qiu@jun
  1. sdram_mdl

    0下载:
  2. FPGA 控制SDRAM读写,通过按键控制读写操作,读出之后发送到串口显示到电脑终端。-FPGA to control the SDRAM read and write, read and write operations by the key control to read out is sent to the serial port to display to the computer terminal.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-25
    • 文件大小:8511794
    • 提供者:guoguobiao
  1. uart

    0下载:
  2. 用FPGA实现串口的收发功能,采用16背波特率的时钟对RXD采样,波特率的误差允许范围为4.8 -16 back baud rate clock on RXD serial transceiver functions FPGA implementation sampling, the range of allowable error of the baud rate of 4.8
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:1501
    • 提供者:tony
  1. uart_trs_state

    0下载:
  2. 本程序是串口的FPGA产生程序,希望在此能够给与大家共享-This program is a serial FPGA generator, I hope to give everyone shared this
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-06
    • 文件大小:745
    • 提供者:cjian628
  1. uartrxd

    0下载:
  2. 用VHDL硬件描述语言实现了串口的基本收发功能,能够在FPGA上正常运行-VHDL hardware descr iption language with a basic transceiver serial port function, able to run properly on FPGA
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:3399
    • 提供者:kanxin
  1. uart-IP-Core

    1下载:
  2. 串口的FPGA VHDL的IP核 可以直接调用使用-Serial FPGA VHDL IP core can be called directly use
  3. 所属分类:Com Port

    • 发布日期:2017-11-02
    • 文件大小:322067
    • 提供者:吴星
  1. RS-232CUART

    0下载:
  2. 主要是利用FPGA进行串口的通信 其中利用到FPGA的开发软件QUARTUS -verilog NIOS UART
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-01
    • 文件大小:804317
    • 提供者:李斌
  1. FPGA_uart

    0下载:
  2. fpga实现串口通信 verilog语言实现 -uart communication using FPGA Verilog language implementation
  3. 所属分类:Com Port

    • 发布日期:2017-12-04
    • 文件大小:99911
    • 提供者:贾钢
  1. test_uart

    0下载:
  2. 基于FPGA的串口通信实验,能将PC发给FPGA的信息原样返回给PC机-FPGA-based serial communication experiment, the information sent to the FPGA can PC as it returns to the PC
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-02
    • 文件大小:492085
    • 提供者:猫子
  1. clk_test

    0下载:
  2. UART串口程序,将FPGA数据传到上位机上-UART program,transmitting data from FPGA to PC
  3. 所属分类:Com Port

    • 发布日期:2017-11-19
    • 文件大小:4968
    • 提供者:
  1. uart2

    0下载:
  2. PC机上开串口调试助手,发送一个字符到开发板(中间通过串口线相连) FPGA收到字符后,回发给PC机上,在串口助手上显示-PC, open the serial debugging assistant to send a character to the development board (the middle through the serial line connected) FPGA received after the character, and posted back to t
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:625765
    • 提供者:wuwanzheng
  1. uartverilog

    0下载:
  2. 基于fpga的verilog写的uart串口通信实验-Based fpga the verilog write uart serial communication experiment
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-21
    • 文件大小:406659
    • 提供者:yeguowu
  1. UART_RS232(verilog)

    1下载:
  2. /本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在PC机上安装一个串口调试工具来验证程序的功能。程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控制器,10个bit是1位起始位,8个数据位,1个结束位。串口的波特律由程序中定义的div_par参数决定,更改该参数可以实现相应的波特率。程序当前设定的div_par 的值是0x145,对应的波特率是9600。用一个8倍波特率的时钟将发送或接受每一位bit的周期时间划分为8个时隙以使通信同步.程序的工作过程是:串口处于全双工工作
  3. 所属分类:assembly language

    • 发布日期:2017-11-07
    • 文件大小:600285
    • 提供者:饕餮小宇
  1. UART_RS232(VHDL)

    0下载:
  2. 本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在PC机上安装一个串口调试工具来验证程序的功能。程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控制器,10个bit是1位起始位,8个数据位,1个结束位。串口的波特律由程序中定义的div_par参数决定,更改该参数可以实现相应的波特率。程序当前设定的div_par 的值是0x145,对应的波特率是9600。用一个8倍波特率的时钟将发送或接受每一位bit的周期时间划分为8个时隙以使通信同步.程序的工作过程是:串口处于全双工工作状
  3. 所属分类:assembly language

    • 发布日期:2017-11-14
    • 文件大小:607493
    • 提供者:饕餮小宇
  1. interface

    0下载:
  2. VB编写仿真实电子琴操作界面,能够和FPGA进行串口通信-electronic lyra operation-interface
  3. 所属分类:Document

    • 发布日期:2017-12-02
    • 文件大小:5018
    • 提供者:HZC
  1. uart_rx

    0下载:
  2. 用VHDL语言实现的Uart串口通信程序。在xilinx公司FPGA芯片验证过。-Uart serial communication program using VHDL. Validation in xilinx Company FPGA chip.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-18
    • 文件大小:2463
    • 提供者:窦斌斌
  1. chuankoufasong

    0下载:
  2. 可以实现FPGA的串口发送与接收的vhdl程序-Can to achieve the FPGA serial interface to send and receive the vhdl program
  3. 所属分类:assembly language

    • 发布日期:2017-11-20
    • 文件大小:788
    • 提供者:李琦
  1. shixian_of_UART

    0下载:
  2. 串口控制器的FPGA实现,用Verilog语言编写!-Serial controller FPGA, Verilog language!
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-05
    • 文件大小:16327
    • 提供者:Shawn
  1. uart

    0下载:
  2. veilog 实现FPGA的串口收发器,自发自收,稍作修改可以用于单独发送和接收模块。-verilog describe uart
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-30
    • 文件大小:3091606
    • 提供者:chen
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 ... 34 »
搜珍网 www.dssz.com