This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

UART Reception only 6 bytes

Hello,

Using the "simple_uart_get_ with_timeout",I cannot receive a "frame" bigger than 6 bytes. Why?

while(simple_uart_get_with_timeout(1, &UART_RX[receivedBytes])){receivedBytes++;}

How to deal with this problem?

thank you!

Related