- 12 -
Binary Mode 2 (SW1_1:ON, SW1_2:OFF, SW1_3:ON)
It displays the hexadecimal data as sent without entering space between 1Byte data.
It can display 16Byte in 1 screen. It scrolls 1 line when it received 17Byte of data.
(example) URTH?TX = 0x01; TXWait();
URTH?TX = 0x02; TXWait();
・・・・・・・・・・
URTH?TX = 0x10; TXWait();
0 1 0 2 0 3 0 4 0 5 0 6 0 7 0 8
0 9 0 A 0 B 0 C 0 D 0 E 0 F 1 0
URTH?TX = 0x11; TXWait();
0 9 0 A 0 B 0 C 0 D 0 E 0 F 1 0
1 1
(use case) By developing a program to send 16Byte once in 1 second, it will display the
first 1Byte at the top-left of the screen.