Receive variable length buffer on UART (Interrupt)
Posted on April 30, 2018 at 18:32 Hello, in my project I have to receive commands from the serial port (UART), these commands are of variable length and end with carriage return (\r). what I would like to do is generate an interrut when the \...