4.2.3. Basic command structure
Transmit command
structure
Table 18 – Serial Communication – Transmit Command Structure
Table 19 – Serial Communication – Receive Command Structure
Definition of command bytes:
1. Set speed data low byte
2. Set speed data high byte
3. Checksum:
Checksum = 100h – ((1st_byte + 2nd_byte + 3rd_byte + 4th_byte) & FFh)
4. Status data low byte
5. Status data high byte
6. Error code:
F0h - Error in byte 4
F2h - Error checksum (byte 5)
F4h - Error command Code (byte 2)
F8h - Error in byte 3