当前位置:
首页
资源下载

搜索资源 - rs232 code in fpga
搜索资源列表
-
0下载:
完整的RS232 Verilog源代码,支持波特率可调,支持调试命令,配合串口调试工具,可作为FPGA开发中的调试平台。-Full RS232 Verilog source code, support for baud rate is adjustable to support debugging command, with the serial debugging tools can be used as the debugging FPGA development platform.
-
-
0下载:
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
-
-
0下载:
用FPGA实现RS232,代码经过测试通过-FPGA implementation using RS232, the code has been tested through
-
-
1下载:
包含了8051rs232设计的全部源码,可直接应用于sopc/FPGA设计中。-Contains all the source code 8051rs232 design can be directly applied to sopc/FPGA design.
-
-
0下载:
RS232串口通讯在的FPGA应用的v原代码-The v original code of the RS232 serial port communication in FPGA applications
-
-
0下载:
在altera的FPGA平台上实现rs232串口的自收发通信,速率为115200波特率,PC机使用串口调试助手即可观察结果。包含全部代码与工程,本人亲自测试通过。-Realization of self transmitting and receiving communication serial port of RS232 In altera on the FPGA platform, at a rate of 115200 baud rate, PC using serial debuggi
-
-
1下载:
该文件是在ise开发环境下的代码,实现rs232协议,并在FPGA上验证成功-This file is the code in ise development environment, to achieve rs232 protocol, and authentication succeeds on FPGA
-
-
1下载:
编制一全双工UART电路,通过试验箱MAX202E转换成RS232电平,与计算机进行通讯实验,设置8个按键,按键值为ASIC码“1”~“8”,通过串口发送给计算机,在计算机上显示键值,同时在数码管最高位显示;计算机可发送“0”~“F”的ASIC码,FPGA接收后在数码管低位显示0~F。通过按键可设置波特率。
要求:波特率为三种 1200、2400、9600,由1个按键选择,3个LED分别指示;
数据格式为1位起始位、8位数据位和一位停止位;
上位计算机发送接收软件可使用
-