IKUSI ELECTRONICA S.L. TR800CE-MCX ユーザーズマニュアル

ページ / 112
TM70Pi V3.2 (11/03) 120021.pdf.
35
IKUSI reserves the right to change this information without prior notice.
All other control sequences or wrong sequences cause no action to be taken.
Example: Control Sequence to turn off all character attributes, and then turn on underscore and blink
attributes simultaneously. Alternative sequences which will accomplish the same thing:
In only one sequence:
ESC [ ; 4 ; 5 ; m
(1Bh 5Bh 3Bh 34h 3Bh 35h 3Bh 6Dh)
Same but divided in three independent sequences:
ESC [ m (1Bh 5Bh 6Dh)
ESC [ 4 m (1Bh 5Bh 34h 6Dh)
ESC [ 5 m (1Bh 5Bh 35h 6Dh)
BUFFERED MESSAGES
When the application interest is refreshing a full screen, or a line, only after completely received, two
control charters, STX and ETX, allow to store the partially received text in a internal buffer until
complete reception, and then it will be written in the LCD.
ASCII Control Character Codes Implemented
-
STX (02h): start of text. Init entering text in the input buffer
-
ETX (03h): end of text. Finish entering data in the input buffer and writes the buffer contents
in the LCD display
If these ASCII Character Codes are not used, data will be immediately represented as soon as it is
received by the display. STX and ETX ASCII control characters can not be used as parameters of
a VT100 control sequence. Buffered messages can include control sequences with arrays of
characters.