Forum Discussion
Altera_Forum
Honored Contributor
15 years agoAltera UART Flow Control
Hi all, Ive a question on uart hw flow control. When set on sopc builder RTS/CTS are added to pins, but I don't understand if RTS is driven automatically by HW or must be driven by SW.... L...
Altera_Forum
Honored Contributor
15 years agoflow control is software based...rts has to be moved by ioctls and cts change hat to be managed in the driver....altera_uart doesn't do the last...you have to enable interrupt on cts change and manage it and you must inhibit tx when cts is not set too...
RTS is set at the open (low in this case) and it is done by serial core by default for all uarts.. Carlo