So if we go back to this data packet:
b'J\x10\x13Sc\x02}\x9e\t\x00\x0c\x16\x1b\x00\x00\xc0\x00\x01\x03-W2'
| Byte Number | Byte Data (Hex value) | Explanation |
| 0 | J (74) | This is the sequence ID as an unsigned byte, it will get to 255 and reset to 0. |
| 1 | 10 (16) | This acts as a packet type (see table below with a key). |
Leave a Reply