Hi Guys,
i working on my interfacing program and I need to split the buffer received, from a serial communication, for each one message received. Each serial message have a start/stop byte structure:
0x01 - start
0x03 - stop
msg received example:
07:50:56.694 <- 01 80 00 00 05 95 00 00 00 10 00 03
07:50:56.874 <- 01 80 10 00 05 A4 00 01 00 30 00 03
My actually program can´t split it as you can see below:
As you can see the 1st message have part of bytes in the 2st buffer (2st buffer component).
has one in it that can help me to seperate the buffers or has a specif function?
Best Regards,
Alex