搜索资源列表
TX_UART_DEMO
- verilog写的串口发送程序。。波特率可以自行设计-verilog write serial transmission program. . The baud rate can design their own
UART_RS232(verilog)
- /本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在PC机上安装一个串口调试工具来验证程序的功能。程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控制器,10个bit是1位起始位,8个数据位,1个结束位。串口的波特律由程序中定义的div_par参数决定,更改该参数可以实现相应的波特率。程序当前设定的div_par 的值是0x145,对应的波特率是9600。用一个8倍波特率的时钟将发送或接受每一位bit的周期时间划分为8个时隙以使通信同步.程序的工作过程是:串口处于全双工工作
serial-communication-source-code
- 这是一个有关于串口通信的原码,主要是用verilog语言来实现,采用的是模块联合方法。-This is a serial communication source code, verilog language, using the module combination method.
FIFO
- 是用verilog HDL写的基于FIFO的串口发送机的设计,很详细的代码,很值得学习,已经验证通过-With verilog HDL based on FIFO serial transmitter design, write code, it is worth learning, has been verified by.
RX_FARM_24_DATA
- verilog代码,串口接收程序,有协议-Verilog code, the receiver program, agreement
UART
- 串口及其测试向量程序,VERILOG 代码-Serial and test vector program
Example-b3-1
- Verilog/VHDL源码的串口示例,“Altera设计基础篇”第3章的串口示例,包括源码和仿真文件等-Verilog/VHDL source serial example, " Altera Design Basics" in Chapter 3 serial examples, including source code and simulation files, etc.
RS_232_2
- RS232串口通讯实验,verilog HDL,在quartusII开发环境下-RS232 serial communication experiment, verilog HDL, in quartusII development environment
uart_tr(3)
- uart_tr 异步串口通信主机 使用verilog HDL语言编写-uart_tr the host of the uart
string
- 用verilog语言实现串口收发器设计,有详细代码-Serial Transceiver Design verilog language, a detailed Code
experiment_4_uart_communication
- 这是一个uart串口通信的代码,是基于ise运行的verilog语言,可以实现上位机和开发板的通信以及开发板显示数据并返回累加和的功能。- This is a serial code for uart communication is based on running ise verilog language, you can achieve PC and development board communications, and development boards to display
uart-master
- verilog语言实现URAT串口通信,便捷开发(Implementation of various basic circuits in digital circuits with Verilog language)