1660K073H
Page 26 of 28
Display temperature request
Frame
This frame only includes the code. This does not send any data.
Code
Address
End of block
ACII
P T
H L
Hexa
50h 54h
Example: Request temperature from the display in address 03
Code
Address
End of block
ACII
P T
03
Hexa
50h 54h
30h 33h
Response frame
Code
Address
Data
End of block
ASCII
R T
H L
T
T
.
T
Hexa
52h 54h
2Eh
Example: Response from the frame sent in the example before. Temperature=17.2ºC
Code
Address
Data
End of block
ASCII
R T
03
1
7
.
2
Hexa
52h 54h
30h 33h
31h
37h
2Eh
32h
Time programming
Frame
Code
Address
Data
End of block
Code
Address
Day Month Year
Space
Hour
Minute
Second
End of block
ASCII
F H
H L
DD
MM
AA
HH
MM
SS
Hexa
46h 48h
20h
Example: Send 13:16:00 16/05/2013 to the display at address 03.
Code
Address
Data
End of block
Code
Address
Day
Month
Year
Space
Hour
Minute
Second
End of block
ASCII
F H
03
16
05
13
13
16
00
Hexa
46h 48h
30h 33h
31h 36h
30h 35h
31h 33h
20h
31h 33h
31h 36h
30h 30h