搜索资源列表
Rs232sourcecode
- Working RS232 controller running at 9600 Hz. Consist of Transmitter and Receiver Module. Tested in FPGA Spartan 3 Included files for testing at FPGA - Scan4digit .vhd - to display at 7 sgement display - D4to7 .vhd - Convert HEX decimal to
PS2xianshi
- FPGA设计简单通信协议的方法。 了解PS2的工作原理,扫描码的ASCII码的转换。 -FPGA design of a simple communication protocol method. Learn PS2 works, scan code ASCII code conversions.
LCD_Display
- the code displays the ascii array of data to a character LCD. the code is written in vhdl and tested on an FPGA device
UART_RS232(verilog)
- /本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在PC机上安装一个串口调试工具来验证程序的功能。程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控制器,10个bit是1位起始位,8个数据位,1个结束位。串口的波特律由程序中定义的div_par参数决定,更改该参数可以实现相应的波特率。程序当前设定的div_par 的值是0x145,对应的波特率是9600。用一个8倍波特率的时钟将发送或接受每一位bit的周期时间划分为8个时隙以使通信同步.程序的工作过程是:串口处于全双工工作
UART_RS232(VHDL)
- 本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在PC机上安装一个串口调试工具来验证程序的功能。程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控制器,10个bit是1位起始位,8个数据位,1个结束位。串口的波特律由程序中定义的div_par参数决定,更改该参数可以实现相应的波特率。程序当前设定的div_par 的值是0x145,对应的波特率是9600。用一个8倍波特率的时钟将发送或接受每一位bit的周期时间划分为8个时隙以使通信同步.程序的工作过程是:串口处于全双工工作状
PS2-keyboard-interface-display
- 1、学习用FPGA设计简单通信协议的方法。 2、学习PS2的工作原理,扫描码的ASCII码的转换。 3、掌握VHDL编写中的一些小技巧。 -One, learning to use a simple communication protocol FPGA design methods. 2, learning PS2 works, scan code ASCII conversion. 3, master VHDL prepared some of the tips.
VHDLRS232Slave
- 本模块的功能是验证实现和PC机进行基本的串口通信的功能。需要在PC机上安装一个串口调试工具来验证程序的功能。程序实现了一个收发一帧10个bit(即无奇偶校验位)的串口控 //制器,10个bit是1位起始位,8个数据位,1个结束 //位。串口的波特律由程序中定义的div_par参数决定,更改该参数可以实 //现相应的波特率。程序当前设定的div_par 的值是0x145,对应的波特率是 //9600。用一个8倍波特率的时钟将发送或接受每一位bit的周期时间 //划分为8个时隙以
VHDL_PS2
- PS/2键盘输入数据,通过FPGA识别从键盘得到的扫描通码,并通过数码管显示出来,将通码转换成ASCII码-PS/2 keyboard input data, derived from identification through the FPGA through the keyboard scan codes, and through digital tube display, the pass code is converted into ASCII
UART-Verilog-source
- Verilog编写UART串口例程,实现FPGA与上位机串口通信,利用ASCII码进行大小写转换,在Xilinx Virtex-5开发板测试通过-UART serial routines written in Verilog, FPGA serial communication with the host computer using the ASCII code case conversion, in the Xilinx Virtex-5 development board test
PS2_2c5
- 基于FPGA的PS2键盘接口设计。学习用FPGA设计简单通信协议的方法。学习键盘的工作原理,扫描码的ASCII码的转换。-PS2 keyboard interface design based on FPGA. Learn simple communication protocol FPGA design methods. Learning keyboard works, scan code ASCII code conversion.