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

搜索资源列表

  1. VHDL_LCDPUART_example10

    0下载:
  2. VHDL实现的串口通讯和1602液晶显示的实验程序,可以从PC发送数据到FPGA,并在LCD上显示,也可从FPGA开发板上键入数据,在LCD上显示,并通过串口发送到PC机上,适合初学者入门使用,-VHDL realization of the experimental program of serial communication and 1602 LCD, you can send the data from the PC to the FPGA, and displayed on the L
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-23
    • 文件大小:2178568
    • 提供者:linbaoluo
  1. uart_Rx

    0下载:
  2. 在Xilinx的SP605开发板上实现了FPGA接收数据的串口通讯,接收数据是Led会亮,没有接收数据的时候灯是灭的。-Xilinx SP605 development board FPGA receives serial data communication receive data Led lights not receive data when the lights are off.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-05
    • 文件大小:255669
    • 提供者:曹荣丽
  1. test1_rx

    0下载:
  2. fpga实现串口数据通信,实现PC与目标设备通信-fpga control uart
  3. 所属分类:Com Port

    • 发布日期:2017-11-26
    • 文件大小:512947
    • 提供者:yangsheng
  1. uart_top

    0下载:
  2. 基于FPGA xilinxV6的串口编程代码,对于初学者很适合,代码简单易懂。-Serial programming code based on FPGA xilinxV6' s, very suitable for beginners, easy-to-understand code.
  3. 所属分类:Com Port

    • 发布日期:2017-11-16
    • 文件大小:3819
    • 提供者:逍遥
  1. VHDL_uart

    0下载:
  2. 用xilinx的FPGA-spartan3E实现uart,固定波特率9600,偶校验,系统时钟50MHz,能够实现将从串口调试助手发送到FPGA的数据重新发回串口调试助手-using xilinx s FPGA-spartan3E to implement uart with a baudrate of 9600, even parity check. The system frequency is 50MHz.It can turn the data from serial assistant
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-10
    • 文件大小:731167
    • 提供者:john
  1. Atmega128_FPGA_SPI

    0下载:
  2. Atmega128实现的包含串口通信、SPI接口的ADDA读写、与FPGA通信等功能的工程源码,GCC编译。-Atmega128 achieve serial communication, SPI interface ADDA read and write, and FPGA communication functions of engineering source GCC compiler.
  3. 所属分类:SCM

    • 发布日期:2017-11-14
    • 文件大小:54718
    • 提供者:emouse
  1. rs232_verilog

    0下载:
  2. FPGA实现串口通信实验,用verilog实现串口的发送和接收数据-FPGA Implementation of serial communication experiment, the serial port to send and receive data with verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-20
    • 文件大小:434765
    • 提供者:zhangkaiwei
  1. DEMO_N

    0下载:
  2. FPGA NOISII程序,包含串口,FLASH,SPI等各种接口的程序,由原理图和VERLOG语言混合编写,非常适合初学者,开发环境为QUARTUS 9.0,芯片为EP2C208QC8N-The the FPGA NOISII program, including serial, FLASH, SPI, interface program, the schematic and VERLOG language prepared by mixing, ideal for beginners, de
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2014-09-26
    • 文件大小:16405504
    • 提供者:黄小波
  1. 05_UART_demo

    0下载:
  2. 该UART实例是很简单的EDK工程,在PLB总线上挂载了XPS-uartlite外围设备,作为串口的控制器,一般的EDK工程会将该IP作为基本外围设备来使用。包含bit流文件(在EDK上下载到FPGA上使用),和说明文档。-The UART instance EDK project is very simple and is mounted on the PLB bus the XPS-uartlite peripherals, general EDK works as a serial con
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-16
    • 文件大小:907823
    • 提供者:dujinzhe
  1. yibuchuanxingjiekou

    0下载:
  2. 能进行异步全双工串行通信的模块,该模块以固定的串行数据传送格式收发数据。每帧数据共10 位,其中1 位启动位,8 位数据位,1 位停止位。模块发送的数据由PC 端的串口调试助手接收,要求能发送数字和中文(一首古诗,在FPGA内采用ROM 的方式存储中文内码),并能进行切换。模块接收PC 端串口调试助手发送的16 进制数据,可按10 进制方式显示到LED 上。-Asynchronous full-duplex serial communications module can be performe
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-23
    • 文件大小:2847858
    • 提供者:王婷
  1. verilogSerialcommunication

    0下载:
  2. FPGA实现RS-232串口收发的仿真过程(Quartus+Synplify+ModelSim)-On the RS-232 online asynchronous transceiver introduced a lot, recently there groping to do with the ModelSim timing simulation, combined with the online reference and their own thinking, do this thin
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:100028
    • 提供者:龚景
  1. vhdl-serial

    0下载:
  2. VHDL串口通信,实现数据的发送与接收,适合FPGA和CPLD芯片的开发-VHDL serial communication
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-25
    • 文件大小:146822
    • 提供者:窦士
  1. chuankou

    0下载:
  2. 基于FPGA,利用vhdl语言实现串口通信,程序已仿真-Based on FPGA, VHDL language serial communication, a simulation program
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-12-08
    • 文件大小:2242014
    • 提供者:ljx
  1. uart

    0下载:
  2. 基于FPGA实现串口程序,可以直接使用,觉得可靠-FPGA-based serial procedures, can be used directly, find it reliable
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-24
    • 文件大小:274150
    • 提供者:zhao
  1. verilog_rs232_rx_tx

    0下载:
  2. fpga中verilog实现的rs232串口收发逻辑,基础入门,参考学习串口收发-FPGA in Verilog implementation RS232 serial port transceiver logic, based on entry, refer to the study serial transceiver
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-15
    • 文件大小:6153
    • 提供者:fan
  1. ICAP_FPGA_Multiboot

    2下载:
  2. 在xilinx的ml507板子上用的ICAP功能 配置存储器 这里边包含了控制程序 以及配置ICAP寄存器的程序 就是完整的通过串口控制FPGA多重配置的程序 用verilog实现的-how to configure the ICAP
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-08
    • 文件大小:4170
    • 提供者:李平
  1. FA161-SCH

    2下载:
  2. 联华众科FPGA开发板FA161核心器件为 Altera Cyclone系列FPGA EP1C6,FA161板载有SDRAM,SRAM,FLASH方便制作各种应用,开发板所带资料中包括了上位机与开发板USB通信,上位机与开发板以太网通信,上位机与开发板串口通信例程。FA161板载有USB 1.1,USB 2.0(CY7C68013A)接口,以太网接口(RTL8019AS)。FA161上可以进行HDL程序开发,可以进行nios ii程序开发,可以结合MATLAB制作DSP Builder应用。FA
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-09-18
    • 文件大小:2085888
    • 提供者:qchwu
  1. ep1c6_21_uart

    0下载:
  2. 串口发送接收测试模块,FPGA基础实验学习,欢迎大家下载。-Serial receiver test modules, FPGA-based experiential learning, welcome to download.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-22
    • 文件大小:96181
    • 提供者:川虎
  1. serial

    0下载:
  2. 基于FPGA的串口通讯,能够实现串口助手给fgpa发送16进制的数字,FPGA也能够向串口调试助手发送数据-Based on FPGA, serial port communication can realize serial assistant send fgpa hexadecimal Numbers, the FPGA can also send data to serial debugging assistant
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-26
    • 文件大小:757674
    • 提供者:wanglei
  1. UsbDevDemo

    0下载:
  2. 用于基于FPGA和USB串口通信后显示采集数据波形的VB程序,用于windows平台上。-Based on FPGA and USB serial communication is used to collect data waveform is displayed VB program for Windows platforms.
  3. 所属分类:SCM

    • 发布日期:2017-11-14
    • 文件大小:2155201
    • 提供者:Henry
« 1 2 ... 18 19 20 21 22 2324 25 26 27 28 ... 34 »
搜珍网 www.dssz.com