hello guys got some question about raw bytes recived

im trying to recive some raw bytes by UDP or serial ports,every time got unreadable messages ,is there a solution?

You likely need to use the python ‘struct’ module and the callback script the properly unpack your binary data into it’s correct form. The data you see in the DAT is just he raw bytes, which will only be useful if you are only sending byte values