搜索资源列表
UART_rec
- verilog 串口接收程序,在ACTEL Fusion FPGA上实验成功 和大家一起分享!^_^
recuart_50m
- 利用VHDL实现CPLD(EPM240T100C5)的串口接收程序
senduard_50m
- 串口发送: 使用串口发送程序接收二进制码(9600波特率) ,用拨码开关控制发送二进制的高四位,按板上的第二个按钮,LED灯会相应的亮起,PC 会收到相应的数据-Serial port to send: Use the serial port to send a program to receive a binary code (9600 baud), with DIP switch control to send binary high-4, according to board the
urat232
- 串口程序,FPGA实现,可以实现简单的发送和接收-Serial process, FPGA implementation, you can send and receive simple
guozhe_chuankou
- 串口接收程序,verilpog写的串口接收程序-receiver receiver chuankou
EP2C8_PER_uart_receive
- EP2C8Q208,串口接收程序,verilog编写的,希望对大家有用-EP2C8Q208, the receiver program, verilog written in the hope that useful
uart-232
- 基于ISE10.1设计的串口接收程序和用LED显示接收到得串口数据-The programs of serial port based on ISE10.1.
VHDL_CPLD(EPM240T100C5)
- 利用VHDL实现CPLD(EPM240T100C5)的串口接收程序-Implementation using VHDL CPLD (EPM240T100C5) serial port to receive program
uart
- 串口接收程序,含同步程序,串口接收程序,含同步程序-Recieveing program of uart,including asynchronizing
uart_rx
- FPGA与计算机通信的串口接收程序,用于与计算机或者其他FPGA通信-receive process of FPGA of serial communication, to communicate with computer and other FPGAs
rxd
- 用verilog实现的串口接收程序,仿真通过-Verilog implementation receiver program, through simulation
RX
- 串口接收程序源码,经过实际验证的最终版本,接收的操作!-Serial port to receive program source code, the actual verification of the final version after receiving operation!
rcvr
- verilog的串口接收程序,有详细注释,适合学习-verilog serial port to receive the program, there are detailed notes, suitable for learning
COM_REV
- 基于FPGA的串口接收程序,标准通用的串口接收程序-FPGA-based receiver program
UART_rec
- 用Verilog语言写的串口接收程序。通过串口助手发送数据,在数据输出端可以看到发送的数据。(需要自己分配FPGA引脚)-Verilog language used to write the serial receiver. Send data through the serial port assistant. It can be seen at the data output terminal of the data transmission. (Need to assign your ow
class11_uart_rx
- 主要使用Verilog代码编程的串口接收程序-Mainly use Verilog code programming serial port to receive
UART_RX
- 自己用Verilog写的串口接收程序,有testbench,可实现单字节接收和连续接收,testbench可测功能-Own use Verilog write serial reception procedures, testbench, can achieve single-byte receive and continuous reception, testbench measurable function
uart
- 实现串口发送和接收功能,数据处理模块可自行修改。(Serial port to send and receive functions, data processing module can modify its own.)
urat接收程序
- uart串口接收程序,实现基于Rs232传输线的数据的接收。(UART serial receiving program to realize data receiving based on Rs232 transmission line.)
串口接收程序
- 异步串口接收程序,主要功能是将异步串口转换成8位并口数据,数据格式为8位数据、1个停止位、1个停止位、无校验位,可以自行设置波特率。