Forum Discussion
Altera_Forum
Honored Contributor
15 years agouart code
What does the following code do? case(SW[3:0]) 4'b0000: UART_TXD = RS422_1_TX; 4'b0001: UART_TXD = RS422_2_TX; 4'b0010: UART_TXD = RS422_3_TX; 4'b0011: UART...
Altera_Forum
Honored Contributor
15 years agoI'm trying to build a vhdl uart too. I think that the TX is only one bit long because it is a signal you have to modify according to your baudrate.