搜索资源列表
fpga与PC机的串口通信
- 基于verilogHDL 的FPGA与PC的串口通信代码,已经测试过,绝对可以用
串口通信收发模块
- verilog编写的串口通信的接收模块和发送模块,经过仿真有效
RS232串口通信协议
- RS232串口通信协议,verilog实现,通过FPGA完全调通。,RS232 serial communication protocol, verilog achieved entirely through the FPGA transfer pass.
UART
- 本人自己编写的FPGA异步串口通信模块(UART),基于QuartusII环境,verilog语言编写,包含仿真和全部程序及说明,验证通过,具有很好的稳定性和参考价值!-I have written of the FPGA asynchronous serial communication module (UART), based on QuartusII the environment, verilog language, including simulation and all the pr
标准的串口通讯设计VHDL
- 标准的异步串口通讯设计程序——基于VHDL编程-communication design programme of standard asynchronous serial port base on VHDL programme
RS232(verilog)
- 串口RS232通信程序,包括对串口通信原理的说明。-RS232 serial communication program, including a descr iption of the principles of serial communication.
uartverilog
- 实现cpld和pc机之间的串口通信,PC机传送到CPLD的信息,CPLD传回到PC机-Via verilog language ,cpld can communcate with pc.
UART
- 用FPGA开发的串口通信的程序,代码是用verilog编写的,希望对大家有用!-Serial communication with the FPGA development process, the code is written in verilog and hope for all of us!
edaok_UART_FPGA
- 用FPGA实现UART的串口通信,可以设置数据位,校验位,奇偶校验等-With the FPGA to achieve UART serial communication, you can set the data bits, parity bit, parity, etc.
uart_verilog
- UART verilog,书中里的例子,绝对正确,用verilog语言编写的串口通信例子-UART verilogCommand Parsing NiosII serial serial parts, including the interruption, send the command prompt, receiving treatment and other characters. Spent a lot of hard work! Definitely useful for beginn
UART-Altera
- 使用Atera FPGA CycloneII 实现串口通信,遵循RS232协议。FPGA上的模块实现了数据的接收,取补码和发送。(Achieve serial communication with FPGA, following the protocol of RS232.)
UART
- 使用verilog实现串口通信功能,modesim仿真成功(Using verilog to achieve serial communication function, modesim simulation success)
rx_tx_interface_demo
- 精简的verilong串口通信源码,带通信自定义模块(Streamlined verilong serial communication source code, with communication custom module)
uart_ip
- 实现串口通信模块设置,包括频率分频、波特率产生、接口时序要求(Implementation of serial communication module settings, including frequency division, baud rate generation, interface timing requirements)
eetop.cn_串口verilog程序(已验证)
- 基于verilog编写的串口通信协议模块(Serial communication protocol module based on verilog)
verilog串口通信程序
- 串口通信程序,用于fpga的串口收发,并讲解了串口通信原理。(Serial communication program is used to receive and transmit the serial port of FPGA, and the principle of serial communication is explained.)
No.201710061347=UART_verilog
- 1.硬件平台: FPGA; 2.编程语言: verilog; 3.串口通信RS232的verilog实现版本;(1. hardware platform: FPGA; 2. programming language: verilog; The verilog implementation version of 3. serial port communication RS232;)
uart
- 此上传文件实现的功能就是FPGA里实现从PC接收数据,然后把接收到的数据发回去。 使用的是串口UART协议进行收发数据。(The function of this upload file is to receive data from PC in FPGA and send back the received data.The serial port UART protocol is used to receive and receive data.)
基于FPGA与PC串口自收发通信-verilog
- 基于FPGA与PC串口自收发通信-verilog(Self-transceiving Communication Based on FPGA and PC Serial Port-verilog)
fpga 实现 串口通信
- 串口通信,可以任意修改波特率, 亲自验证过,通信可靠,采用verilog HDL语言编写,代码包含注解