Forum Discussion
Altera_Forum
Honored Contributor
21 years agoAbout a custom UART and the JTAG UART
http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/huh.gif Hi all, When I try to make a custom UART work on my board(for receiving only), I set the stdin as the UART, stdo...
Altera_Forum
Honored Contributor
21 years agoThe JTAG UART doesn't have a baud rate, it runs as fast as necessary to transfer the data.
I think your problem is likely to be related to flow control. The standard UART doesn't have flow control enabled by default so if its buffer fills up it will lose data. There is an ioctl which you can use to turn on flow control (I can't remember exactly what, but I think it was something like tcsetattr).