-
Notifications
You must be signed in to change notification settings - Fork 124
0xAB
Portisch edited this page Mar 27, 2019
·
3 revisions
This is the learning ok
acknowledge with the learned data from the previous activated 0xA9 learning command.
If a decode was successful the data will be sent to the host.
Hex: AA AB 04 02 32 FA 80 55
Data | Description |
---|---|
0xAA |
uart sync init |
0xAB |
uart command |
0x04 |
data len |
0x02 |
protocol index (Seamaid_PAR_56_RGB) |
0x32, 0xFA, 0x80 |
24 bit of data |
0x55 |
uart sync end |