Hi all
I currently have a project where i send and receive commands over UART to another chip. When i receive a message over UART, a callback is triggered and I continuously read the serial terminal using "uart_fifo_read(uart_dev_test, &c, 1) " until the end of the line is found. Why is it that when the when the buffer reaches over 300 bytes, i seem to miss characters over the UART line?