...
In the example above, the motor status is 8 (ready), the motor position is 5000, and the value of V0 is 1615.
Note |
---|
All values are written and read in little endian, byte-wise manner. Therefore, the value of "0F 00 00 00" is 16 15 and not 251658240 as it would be read in a big endian manner. |
...