1660K110F
Page 26 of
29
Display humidity request
Frame
This frame only includes the code. This does not send any data.
Code
Address
End of block
ACII
P U
H L
Hexa
50h 54h
Example: Request temperature from the display in address 03
Code
Address
End of block
ACII
P U
03
Hexa
50h 54h
30h 33h
Response frame
Code
Address
Data
End of block
ASCII
R U
H L
H
H
Hexa
52h 54h
Example: Response from the frame sent in the example before. Humidity=60%
Code
Address
Data
End of block
ASCII
R U
03
6
0
Hexa
52h 54h
30h 33h
36h
30h
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