![TESSERA FL-850/PJ4 Hardware Manual Download Page 14](http://html1.mh-extra.com/html/tessera/fl-850-pj4/fl-850-pj4_hardware-manual_1091786014.webp)
2.5.1
LCD
Words can be displayed on LCD panel by sending data to UART that is connected to LCD.
"Binary mode" to display hexadecimal and "ASCII mode" to display ASCII characters can be
selected by the DIP switch (SW7).
Initial screen displays when you press the reset switch on CPU board.
UART Communication Specifications
・ Baud Rate
115.2Kbps (Fixed)
・ Data Length
8bit (LSB First)
・ Parity
None
・ Stop Bit
1bit
・ Flow Control
None (continuous transmission enabled)
Binary Mode 1 (SW7-1:ON, SW7-2:ON, SW7-3:Any)
It displays the hexadecimal data as sent with entering space between 1Byte data.
It can display 10Byte in 1 screen. It scrolls 1 line when it received 11Byte of data.
(example) URTH?TX = 0x01; TXWait();
URTH?TX = 0x02; TXWait();
・・・・・・・・・・
URTH?TX = 0x0A; TXWait();
0 1
0 2
0 3
0 4
0 5
0 6
0 7
0 8
0 9
0 A
URTH?TX = 0x10; TXWait();
0 6
0 7
0 8
0 9
0 A
1 0
(use case) By developing a program to send 10Byte once in 1 second, it will display the
first 1Byte at the top-left of the screen.
VR1
Adjust LCD Contrast
SW7
FP1
Connector for debugging the microcomputer
(78K0/KF2) for LCD control.
Normally, do not connect anything.