Reading binary data is easier as parsing ASCII. If well-structured, you have a start signature, then the data and maybe an ending signature. The messages can always be the same length.
I worked with the k-xc1-radar-transceiver. This radar sensor was sending the whole time data via UART and I had to find the start. So the Code read a chunk and if in this chunk the start signature were contained, the data were sliced at this point and the rest of the chunks were read until the expected size fitted.
I worked with the k-xc1-radar-transceiver. This radar sensor was sending the whole time data via UART and I had to find the start. So the Code read a chunk and if in this chunk the start signature were contained, the data were sliced at this point and the rest of the chunks were read until the expected size fitted.
Statistics: Posted by DeaD_EyE — Thu Mar 27, 2025 7:57 pm