Hi Expert,
I have question concerning the output data for sense and direct lab.
I have managed to use python serial to get some output from the sensor. Some of the data are as follows:
b''
b''
b''
b''
b''
b'\x02\x01\x04\x03\x06\x05\x08\x07\x04\x00\x05\x03B\x16\n\x00\xa0\xca`a\x92\x02\x00\x00e[\x01\x00\x00\x00\x00\x00S\x00\x00\x00\x8a2\x00\x00\xd1\x10\x00\x00\xaa\x1d\x00\x00\x01\x00C\xeb\x06\x00\x00\x00^\x02\x00\x00\xfa~*?u\x84\xbf=\xccL\xb8=\x00\x00\x00>8\x01\x1c\x00?\x00U\x00\x13\x00\xe1\x00T\x00\x11\x00\xd6\x01T\x00\x12\x00\xf8\x02S\x00\x10\x00(\x00O\x003\x00\x18\x02I\x00\x15\x00\x19\x01H\x00\x14\x00X\x02F\x002\x00'
b''
b'\x8e\x00E\x00C\x00=\x00E\x00G\x00\xe4\x02D\x00F\x00)\x01D\x00H\x006\x01;\x00I\x00\xb4\x009\x00J\x00e\x004\x00X\x00P\x003\x00Y\x00\xa3\x00-\x00V\x00|\x00+\x00U\x00r\x00&\x00!\x00;\x00!\x00#\x00\xf4\x01 \x00$\x00\xbb\x02\x1f\x00%\x00O\x00\x1f\x00<\x008\x00\x1c\x00H\x00\\\x01\x1b\x00"\x00\x7f\x00\x19\x00I\x00T\x02\x16\x00J\x00\xe2\x01\x16\x00\\\x00\xa0\x02\x16\x00]\x00\x8e\x01'
b''
b''
b''
b'\x16\x00^\x00^\x00\x15\x00K\x00B\x00\x15\x00[\x00\xb4\x01\x14\x00X\x008\x00\x11\x00Y\x00`\x00\n\x00(\x00?\x00\n\x00,\x00L\x00\t\x00)\x00?\x00\x08\x00+\x00\x91\x00\x04\x00*\x00@\x00\x01\x00m\x00\x94\x03\x00\x00n\x00\xdd\x11\x00\x00o\x000\x19\x00\x00l\x00%\x01\xff\x00i\x00\xb3\x00\xff\x00j\x00]\x02\xfe\x00k\x00|\x01\xfb\x00/\x00Z\x05\xfb\x000\x00F\n\xfb\x001\x00F\x03\xf9\x00.\x00G\x00\xf3\x00'
b''
b''
b'd\x00@\x00\xf2\x005\x00m\x00\xf2\x00e\x00I\x00\xf1\x006\x00\x89\x00\xf1\x007\x005\x00\xea\x00f\x00\xe3\x00\xe6\x00h\x00\x07\x01\xe5\x00H\x00\x10\x01\xe5\x00g\x00X\x01\xe4\x00I\x00\xe4\x00\xe3\x00\x1f\x00\x81\x00\xe3\x00J\x00=\x00\xe2\x00 \x006\x00\xe2\x00A\x00j\x00\xe0\x00\x1e\x00t\x00\xe0\x00p\x001\x00\xde\x00B\x00,\x00\xdd\x00\x1a\x00#\x02\xdd\x00\x1d\x00\x96\x00\xdd\x00.\x00:\x00\xdd\x00S\x00n\x00\xdc\x00/\x00'
b''
b''
b'y\x01\xdb\x00\x19\x00[\x01\xdb\x000\x00-\x02\xda\x00\x16\x00\xc4\x00\xda\x00\x17\x00\xc7\x00\xda\x00\x1b\x00V\x03\xda\x001\x00\xe3\x00\xda\x00P\x00\x98\x00\xd9\x00\x1c\x00\xd3\x01\xd7\x00\x18\x00\x8c\x00\xd5\x00N\x00E\x00\xd4\x00O\x00\xec\x00\xd2\x004\x00D\x00\xd1\x005\x008\x00\xd1\x00;\x00W\x00\xc7\x00\x08\x00\xf6\x00\xc0\x00\x07\x00\x8d\x03\xbf\x00\n\x00t\x00\xbd\x00.\x00\xbe\x00\xbc\x00\x05\x003\x00\xbc\x00\x06\x00\xe7\x01\xba\x00\x04\x00I\x00\xb7\x00\x0c\x00*\x00\xb0\x00\x1c\x00\xc6\x00\xac\x00\t\x00)\x00'
I understand that the first seven bytes:"x02\x01\x04\x03\x06\x05\x08\x07" are the sync pattern data. However, I cant seem to understand the rest of the data output. Some of the bytes contain weird characters like '\n' and '\xca`a'. Are those data supposed to be there. Is there a way to better understand it?