-
Notifications
You must be signed in to change notification settings - Fork 124
0xA8
Portisch edited this page Jan 31, 2019
·
2 revisions
Use this advanced transmit command to transfer data like they are defined in the RF_Protocols.h.
The length of the data is defined by the used protocol.
Transfer by protocol index
Hex: AA A8 06 01 D0 F9 32 11 33 55
Data | Description |
---|---|
0xAA |
uart sync init |
0xA8 |
uart command |
0x06 |
data len |
0x01 |
protocol index (Rohrmotor24) |
0xD0, 0xF9, 0x32, 0x11, 0x33 |
40 bit data |
0x55 |
uart sync end |