(14/37)
Header
SOH (01h): Start of Header
'0' (30h): Reserved
'A' (41h): Monitor ID
LCD3215/LCD4215 must be ASCII 'A' (41h).
'0' (30h): Message sender is the controller
'C' (43h): Message Type is "Get parameter "
'0'-'6' (30h, 36h): Message length is 6 bytes
Message
STX (02h): Start of Message
'0'-'2' (30h, 32h): Operation code page number is 02h.
'7'-'9' (37h, 39h): Operation code is 79h (in the page 2)
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5
“
Check code
”
for a BCC calculation.
Delimiter
CR (0Dh): End of packet
Step 4. The monitor replies a temperature of selected sensor.
Header
SOH (01h): Start of Header
'0' (30h): Reserved
'0' (30h): Message receiver is the controller
'A' (41h): Monitor ID
LCD3215/LCD4215 must be ASCII 'A' (41h).
'D' (44h): Message Type is "Get parameter reply"
'1'-'2' (31h, 32h): Message length is 18 bytes
Message
STX (02h): Start of Message
'0'-'0' (30h, 30h): Result code. No error
'0'-'2' (30h, 32h): Operation code page number is 2
'7'-'9' (37h, 39h): Operation code is 79h (in the page 2)
'0'-'0' (30h, 30h): This operation is "Set parameter" type
'0'-'0'-'F'-'F' (30h, 30h, 46h, 46h): Maximum value.
'0'-'0'-'3'-'2' (30h, 30h, 33h, 32h): The temperature is 25 degrees Celsius.
Readout value is 2's complement.
ETX (03h): End of Message
Check code
BCC: Block Check Code
Refer to the section 4.5
“
Check code
”
for a BCC calculation.
Delimiter
CR (0Dh): End of packet
Header
Message
Check code
Delimiter
SOH-'0'-'0'-'A'-'D'-'1'-'2'
STX-'0'-'0'-'0'-'2'-'7'-'9'-'0'-'0'
-'0'-'0'-'F'-'F'-'0'-'0'-'3'-'2'-ETX
BCC
CR
Readout value
Temperature
[Celsius]
Binary
Hexadecimal
+125.0
0000 0000 1111 1010
00FAh
+ 25.0
0000 0000 0011 0010
0032h
+ 0.5
0000 0000 0000 0001
0001h
0
0000 0000 0000 0000
0000h
- 0.5
1111 1111 1111 1111
FFFFh
- 25.0
1111 1111 1100 1110
FFCEh
- 55.0
1111 1111 1001 0010
FF92h