USART - reading 1 byte at a time
Posted on February 19, 2017 at 13:39Hi,I need to parse incoming data from UART, with unknown length.The packet length is sent within the packet, so I need to parse the packet as it arrives.So - I need to read 1 byte at a time, and parse the packet w...