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
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
yes, it does. Parsing partial packets is the normal case actually