yes, in fact the UM6 sensor send many packets and when the buffer is full, oldest byte is replaced and so on ...
--> when my program read a byte after byte, may the buffer is changed with new packets and never I get "snp"
I need to read buffer in fast way to be sure that I read the buffer in continuos way
So my problem is how to read the serial data in a correct frequency !