Forum Discussion
Altera_Forum
Honored Contributor
20 years agoUART Buffer Length Issue
I am trying to change the UART buffer length from 64 bytes to a larger value to facilitate a message being received that is greater than 64 bytes. I cannot control the size of the message that is be...
Altera_Forum
Honored Contributor
20 years agoTake good care that the buffer size should be a power of 2 (due to the algorithm used for indexing bytes in the buffers)