– 47 –
PAGE MODE
Data
HEX
Condition
<SOH> <STX> “FI” <ETX> <EOT> <CR> <LF>
01 02 46 49 03 04 0D 0A Printing fin-
ished
<SOH> <STX> “OF” <ETX> <EOT> <CR> <LF> 01 02 4F 46 03 04 0D 0A Printer off-line
<SOH> <STX> “PR” <ETX> <EOT> <CR> <LF> 01 02 50 52 03 04 0D 0A Printing in
progress
<SOH> <STX> “RE” <ETX> <EOT> <CR> <LF> 01 02 52 45 03 04 0D 0A Ready
<SOH> <STX> “E1” <ETX> <EOT> <CR> <LF> 01 02 45 31 03 04 0D 0A System error
<SOH> <STX> “E2” <ETX> <EOT> <CR> <LF> 01 02 45 32 03 04 0D 0A Head up
<SOH> <STX> “E3” <ETX> <EOT> <CR> <LF> 01 02 45 33 03 04 0D 0A Paper empty
CODE <SOH> <STX> “E2”
,
“E3” <ETX> <EOT> <CR>
<LF>
HEX
01
02
45 32
2B
45 33
03
04
0D
0A
n1n2 Country
00 U.S.A
01 France
02 Germany
n1n2 Country
03 UK
04 Denmark #1
05 Sweden
n1n2 Country
06 Itary
07 Spain #1
08 Japan
n1n2 Country
09 Norway
10 Denmark #2
11 Spain #2
n1n2 Country
12 Latin America
Note:
When more than one printer condition exists, the printer
sends each status byte separated by a comma.
Head up, and paper empty: <SOH> <STX> “E2”,“E3”
<ETX> <EOT> <CR> <LF>
EXAMPLE
LPRINT CHR$(&H05);
If the printer is in a condition of “Head up, paper empty” then the
printer returns the following codes to the host.
FUNCTION
Select international character set
CODE
<ESC> “N n1n2” <LF><NUL>
HEX
1B
4E
n1n2
0A
00
REMARKS
This command defines temporary change of the international
character set.
For permanent change of the international character set, change
memory switch settings by using<ESC> “#”.
EXAMPLE
Select Spain #2 Character set.
LPRINT CHR$(&H1B);“N11”;CHR$(&H0A);CHR$(&H00);
Содержание TSP400 Series
Страница 1: ...Thermal Printer TSP400 Series TUP400 Programmer s Manual...
Страница 2: ......
Страница 102: ...99 Character code table Differs according to the memory switch settings Page Mode 9 CHARACTER CODE TABLES...
Страница 103: ...100 Page Mode Character type Small size or standard...
Страница 104: ...101 Page Mode Character type Boldface...
Страница 105: ...102 Page Mode International Character Set...
Страница 106: ...103 Line Mode...
Страница 107: ...104 Line Mode Character table Normal...
Страница 108: ...105 Line Mode Character table katakana...
Страница 109: ...106 Line Mode Character table IBM...
Страница 110: ...107 Line Mode International Character Set...
Страница 135: ......