搜索资源列表
uart
- 串口通讯 PC发送FPGA接受后回传 verilog语言-uart verilog
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
RS232(verilog)
- 串口RS232通信程序,包括对串口通信原理的说明。-RS232 serial communication program, including a descr iption of the principles of serial communication.
FPGA-RS232-verilog
- fpga上的串口驱动程序,包括接收主机来的数据(deserial)和发送由FPGA产生的数据(serial).该程序的调试需要借助串口调试助手-serial port driver on the fpga, including the receiving host to the data (deserial) and send the data generated by the FPGA (serial) to pc. The program needs the serial debug deb
RS232
- 很好用的串口通讯程序,已经通过验证,用Verilog语言编写的放心使用了!-Good use of serial communication program has been validated using Verilog language used in the rest assured!
uart16550
- Uart 串口的verilog实现已调试通过-verilog
USBtoUART
- USB转串口资料,相关USB芯片介绍、程序等-USBtoUART.rar
async_transmitter
- RS232串口发送模块,verilog编写,可综合-async_transmitter verilog module
Serial
- 串口通讯程序,用的芯片是 CP2102, Verilog HDL 程序,编译通过,完全可用-Serial communications program, using chip CP2102, Verilog HDL program, compiled by completely available
FPGA_serial(verilog)
- 采用verilog语言编写的关于串口通信的程序,可以参考,希望有所帮助。-Verilog language on the serial communication program can help.
spihost
- fpga spi 串口 Verilog-fpga spi Verilog
uartfifo
- fifo模式下的uart串口verilog的源程序-fifo mode serial uart verilog source
FPGA实现串口解析
- 用verilog语言不同的编写方式来 实现各种复杂串口通讯(use the verilog to uart)
IIC
- IIC读写发送到PC串口 Verilog 源代码与工程文件(IIC read and write, send to PC serial Verilog source code and engineering documents)
串口通讯
- EP208Q8F17C8芯片的串口通讯程序(uart communication verilog code)
eetop.cn_串口Verilog程序(已验证)
- 基于Verilog编写的串口通信协议模块(Serial communication protocol module based on Verilog)
uart
- 串口发送接收模块,verilog语言,可用来做hdl设计的仿真(used for test for Uart interface in FPGA)
tx_interface_project
- 带FIFO的串口发送模块,简单的FPGA串口发送模块(Serial transmission module with FIFO)
fpga 实现 串口通信
- 串口通信,可以任意修改波特率, 亲自验证过,通信可靠,采用verilog HDL语言编写,代码包含注解