LED control command explanation
This command allows you to activate the green LED with certain settings. See table 11 for details.
Byte index
Hex value β Meaning
0
05 β The command code.
1
LED behaviour:
01 - Turn the LED ON;
02 - Blink fast (100ms on, 100ms off);
03 - Blink slow (100ms on, 1000ms off);
04 - Turn the LED OFF.
2
XX - Duration for the LED behaviour.
Duration, [seconds] = XX * 10.
If zero, do it until next LED related command is received or
the verify button is pressed.
Table 11
Example command, [Hex]: 050204
See table 12 for details.
Byte index
Hex value β Meaning
0
05 β The command code.
1
02 - Blink fast (100ms on, 100ms off).
2
04 - Duration = 4 * 10 = 40sec.
Table 12
Last updated