###串行接口(RS-232) [[https://www.fpga4fun.com/SerialInterface.html|Serial interface (RS-232)]]\\ \\ 串行接口[[rs-232接口|RS-232]]是将FPGA连接到PC的简单方法。我们只需要一个发射器和接收器模块。\\ \\ ####异步发送器 它通过串行化要发送的数据来创建信号“ TxD”。 {{ :serialtxdmodule.gif |}} \\ ####异步接收器 它从FPGA外部获取信号“ RxD”,并对其进行“反序列化”,以便在FPGA内部轻松使用。 {{ :serialrxdmodule.gif |}} \\ ####该项目分为五个部分 - [[https://www.fpga4fun.com/SerialInterface1.html|RS-232串行接口如何工作]] - [[https://www.fpga4fun.com/SerialInterface2.html|波特发生器]] - [[https://www.fpga4fun.com/SerialInterface3.html|发射机]] - [[https://www.fpga4fun.com/SerialInterface4.html|接收者]] - [[https://www.fpga4fun.com/SerialInterface5.html|使用例]] \\ 您可以在[[https://www.fpga4fun.com/files/async.zip|此处]]找到该项目的代码。\\ \\