I am however experiencing a problem when reading my bytes with the help of this package. I do not manage to sync the bytes so that my string always starts with 0xff. As seen in the attached picture i've tried to solve this with a simple for loop with two temporary buffers that acts as some sort of garbage bin and then start with the "real" buffer. Hope someone can give some insight on this! :)
Hi, great job!
I am however experiencing a problem when reading my bytes with the help of this package. I do not manage to sync the bytes so that my string always starts with 0xff. As seen in the attached picture i've tried to solve this with a simple for loop with two temporary buffers that acts as some sort of garbage bin and then start with the "real" buffer. Hope someone can give some insight on this! :)