Hardware manual

Binary Mode 2 (SW7-1:ON, SW7-2:OFF, SW7-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();
10203040506 08
90A0B0C0D0E 10
URTH?TX = 0x11; TXWait();
90A0B0C0D0E 10
(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.
- 16 -