.. _IP:uart_tx: PoC.io.uart.tx ############## .. only:: html .. |gh-src| image:: /_static/logos/GitHub-Mark-32px.png :scale: 40 :target: https://github.com/VLSI-EDA/PoC/blob/master/src/io/uart/uart_tx.vhdl :alt: Source Code on GitHub .. |gh-tb| image:: /_static/logos/GitHub-Mark-32px.png :scale: 40 :target: https://github.com/VLSI-EDA/PoC/blob/master/tb/io/uart/uart_tx_tb.vhdl :alt: Source Code on GitHub .. sidebar:: GitHub Links * |gh-src| :pocsrc:`Sourcecode ` * |gh-tb| :poctb:`Testbench ` :abbr:`UART (Universal Asynchronous Receiver Transmitter)` Transmitter: 1 Start + 8 Data + 1 Stop .. rubric:: Entity Declaration: .. literalinclude:: ../../../../src/io/uart/uart_tx.vhdl :language: vhdl :tab-width: 2 :linenos: :lines: 35-50 .. only:: latex Source file: :pocsrc:`io/uart/uart_tx.vhdl `