Does mavlink_parse_char() discard partial messages?

Hi,

Could someone let me know whether mavlink_parse_char() retains the unconsumed part of the input buffer for the next time it’s called - i.e. so one doesn’t lose messages?

Thanks :slight_smile:

yes, it does. Parsing partial packets is the normal case actually