Specifications
4-8 OPERATION CHAPTER 4
DT-203X, DT-105X and DT-110X display series
ONLY WITH HUMIDITY AND TEMPERATURE OPTION
“00h 1Eh” displaying temperature in Celsius. It needs 6 characters.
“00h 1Fh” displaying temperature in Farenhait. It needs 6 characters.
“00h 21h” displaying relative humidity. It needs 2 characters.
The date and time can be displayed from any place in the Text. It takes characters of
variables. The amount of characters reserved for variables can just take 16 characters per line.
Example:
DISPLAY Num. = 2
Text line 1 = “LARTET”
Text line 2 = “123456”
Transmission block:
00h 02h 02h 18h 00h 1Bh 06h 4Ch 41h 52h 54h 45h 54h 00h 14h 02h 31h 32h 33h 34h 35h
36h 00h 0Dh 66h 67h 00h 03h
00h 02h Start.
02h Display num. 2
18h Number of bytes in hexadecimal. (24 decimal)
00h 1Bh Beginning a message.
06h It points to the number of line 1
4Ch 41h 52h 54h 45h 54h Text “LARTET” in ASCII characters
00h 14h 02h It points to the number of line 2
31h 32h 33h 34h 35h 36h Text “123456” in ASCII characters
00h 0Dh It indicates end of data.
66h 67h CRC
00h 03h End of block.










