I'm sending COMM_GET_VALUES, and I'm getting back a 65-byte data packet that looks like this (values in decimal):-
2 65 4 0 249 ... lotsastuff ... ends with 0 0 0
Notice that it is missing a checksum and 0x3 terminator ?
When I send COMM_FW_VERSION, I do get back what I am expecting:-
2 20 0 3 56 52 49 48 0 76 0 40 0 19 81 53 50 54 55 54 55 0 135 74 3 t ln cmd maj min HW_NAME=410 uuid-12ch pairingdone crc term
Is it normal/expected for COMM_GET_VALUES to be missing the crc and packet terminator? Have I stumbled onto some old weirdness, with my 410 hardware perhaps?