DLPU057A March 2018 – April 2022 DLP3030-Q1
This example tries to send 4 bytes of data for the backlight command, instead of 2 bytes. The slave responds with 0x05 (Length Mismatch). The backlight command will be ignored and will not be executed.
69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | |
Host (Master) | A5 | 00 | 04 | AB | 00 | CD | 12 | 8E | 00 | 00 |
Piccolo (Slave) | FF | FF | FF | FF | FF | FF | FF | FF | FF | 05 |