-
Notifications
You must be signed in to change notification settings - Fork 123
0xA2
Portisch edited this page Nov 5, 2018
·
3 revisions
This is the learning ok
acknowledge with the learned data from the previous activated 0xA1 learning command.
If a decode was successful the data will be sent to the host.
Hex: AA A2 24 E0 01 40 03 84 D0 03 58 55
Data | Description |
---|---|
0xAA |
uart sync init |
0xA2 |
uart command |
0x24, 0xE0 |
Tsyn (9440µs) |
0x01, 0x40 |
Tlow (320µs) |
0x03, 0x84 |
Thigh (900µs) |
0xD0, 0x03, 0x58 |
24bit Data |
0x55 |
uart sync end |