– 42 –
PAGE MODE
RGB QUAD (Total 4 byte)
1 byte rgb Blue
Brightness of Blue
Ignored
1 byte rgb Green
Brightness of Green
Ignored
1 byte rgb Red
Brightness of Red
Ignored
1 byte rgb Reserved Reserved
Ignored
EXAMPLE
Please see a sample program “SAMPLE2.BAS” written in QBASIC
at the end of this booklet.
FUNCTION
Call download character
CODE
<ESC> “G
n1n2
,
n3n4
” <ESC> “0”
HEX
1B
47
n1n2
2C
n3n4
1B
30
REMARKS
This command calls download character.
n1n2,n3n4 : Reference numbers of defined download characters(00
to 31).
Note :
Only standard size characters (16 (W)
×
24 (H) dots) can
be defined as download characters.
EXAMPLE
Character number “00” is “ABC” and “DEF” and between those
character, print download character number : 00,01
LPRINT CHR$(&H1B);“RC00;ABC”;CHR$(&H1B);
“G00,01”;CHR$(&H1B);“0”;“DEF”;CHR$(&H0A);CHR$(&H00);
FUNCTION
Clear image data
CODE
<ESC> “X” <LF><NUL>
HEX
1B
58
0A
00
REMARKS
When the printer receives this command, the defined image data
are cleared.
The following commands will be cleared by<ESC> “X”
<ESC> “RC”<ESC> “RB”<ESC> “Q”<ESC> “H”<ESC> “G”
Note:
a) Image print area specified by <ESC> “D” is
cleared.
b) The defined format is not cleared.
c) To change the format, use
<ESC> “C”.
d) This command clears data for rewriting, allowing the
existing format to be used.
EXAMPLE
LPRINT CHR$(&H1B);“X”;CHR$(&H0A);CHR$(&H00);
Summary of Contents for TSP400 Series
Page 1: ...Thermal Printer TSP400 Series TUP400 Programmer s Manual...
Page 2: ......
Page 103: ...100 Page Mode Character type Small size or standard...
Page 104: ...101 Page Mode Character type Boldface...
Page 105: ...102 Page Mode International Character Set...
Page 106: ...103 Line Mode...
Page 107: ...104 Line Mode Character table Normal...
Page 108: ...105 Line Mode Character table katakana...
Page 109: ...106 Line Mode Character table IBM...
Page 110: ...107 Line Mode International Character Set...
Page 135: ......