The returned byte is B9 06 F0 system radiator temperature alarm; the returned byte is B9 07 F0 system pump
source temperature alarm.
14) Function: Save parameters
Send byte AA AA 00 00 00 01 E0;
The returned byte is BA F0, which means the save is successful.
15) Function: Set LD enable (any mode) Example: AA AB 00 00 00 55 E0
AA AB stands for frame header and command
00 00 00 55 means LD enable is turned on, if it is 00 00 00 00 means LD enable is turned off
The returned byte is BB F0, which means success.
16) Function: Set continuous mode LD power example: AA AC 00 00 00 64 E0 AA AC means frame header and
command
00 64 represents the output power value (10W):
Power conversion: 10W*10=100, converted into hexadecimal system 00 64;
The returned byte is BC F0, indicating that the continuous mode LD output power is 10W successfully.
17) Function: Read system version number
Example: AA E9 00 00 00 00 E0
The returned byte is E9 56 32 2E 31 2E 33 F0, which represents the version number V2.1.3.
18) Function: read system time
Example: Send byte AA EA 00 00 00 00 E0;
Return byte EA 19 07 05 14 54 36 F0, which means the time is July 5, 2019 14
Hours 54 minutes and 36 seconds.
19) Function: Example of setting modulation mode power: AA AE 00 00 00 64 E0
00 64 represents the output power value (10W):
Power conversion: 10W*10=100, converted into hexadecimal to 00 64; The returned byte is BE F0, indicating
success.
20) Function: Read modulation mode power
Example: Send byte AA CE 00 00 00 00 E0;
Return byte DE 00 64 F0
00 64 is converted into decimal system as 100=10*10, which means that the power value of modulation mode
is 10W.