Forum Discussion
Altera_Forum
Honored Contributor
13 years agoUART and RS485: how to control transmit enable on RS485
Hi Forum I am pretty new working with FPGAs. I am using the Altera UART IP core which is connected to a RS485 transmitter. The RS485 transmitter have a receive-enable pin and a transmit ena...
Altera_Forum
Honored Contributor
13 years agoThe default Altera UART doesn't make it easy to add hardware transmit enable function, but the fifoed avalon uart (http://www.alterawiki.com/wiki/fifoed_avalon_uart) available on the wiki can implement it for you. Then you just have to connect it to your transceiver.