Code: Select all
uart_read_bytesOf course I could do that but it appears quite inefficient as uart_read_bytes is quite complex function that's not optimized for single byte reading. So, question to you - is there anything i could use for efficient line by line uart processing?
And btw i dont want to implement another level of buffering in my code, i'd prefer to use standard UART APIs and its internal buffer.
Thanks
R
