Confidential
MTP7632 Programming Manual
Telpar 800-872-4886 64 -
4.Programming Instructions
4.1 General Information
1) The instructions are compiled to help users who use commands to control the printer quickly master
the command set.
2) All programming examples are given in Hex.
3) Commands cited in the instructions are bolded and underlined. For instance,
1B 40
. Data following
the commands are not underlined. For instance, 42 43.
4) Contents in parentheses are interpretations of the commands. Parentheses and contents in them are
not parts of the commands transmitted to printer.
4.2 Programming ABC
4.2.1 Print modes
a) Standard mode (Line mode)
Standard mode is the default print mode of Kiosk series. In this mode, the printer prints data and feed
paper as long as the line buffer full (data buffered is enough for one print line) or receiving a print
command. For instance,
0A
.
Examples
:
1B 40
(Initialize the printer)
41 42 43 44
45 46
0A
(Print)
Printout
: ABCDEF
b) Page mode
In this mode, the printer possesses all data in specified memory and thinks of this as a virtual page. The
page is printed when the printer receives print command either
1B 0C
or
0C.
Examples
:
1B 4C
(switch into page mode)
1B 57 20 00 00 00 60 02 20 03
(set print area in page mode)
50 72 69 6E 74 20 49 6E 20 50 61 67 65 20 4D 6F 64 65 33 33 33
0C
(print)
1D 56 00
(cut paper).
Printout
:
Print In Page Mode 333
The standard mode is switched with page mode as follows.
Содержание MTP7632
Страница 85: ...Confidential MTP7632 Programming Manual Telpar 800 872 4886 79 Code Page 1 Katakana ...
Страница 86: ...Confidential MTP7632 Programming Manual Telpar 800 872 4886 80 Code Page 2 PC850 Multilingual ...
Страница 87: ...Confidential MTP7632 Programming Manual Telpar 800 872 4886 81 Code Page 3 PC860 Portuguese ...
Страница 88: ...Confidential MTP7632 Programming Manual Telpar 800 872 4886 82 Code Page 4 PC863 Canadian French ...
Страница 89: ...Confidential MTP7632 Programming Manual Telpar 800 872 4886 83 Code Page 5 PC865 Nordic ...
Страница 90: ...Confidential MTP7632 Programming Manual Telpar 800 872 4886 84 Code Page 16 WPC1252 ...
Страница 91: ...Confidential MTP7632 Programming Manual Telpar 800 872 4886 85 Code Page 17 PC866 Cyrillic 2 ...
Страница 92: ...Confidential MTP7632 Programming Manual Telpar 800 872 4886 86 Code Page 18 PC852 Latin2 ...
Страница 93: ...Confidential MTP7632 Programming Manual Telpar 800 872 4886 87 Code Page 19 PC858 ...