Specifications
1-22 Command Descriptions Rev. A
The paper type(s) are selected for printing by using n as follows:
ESC c 1 n
[Name] Select paper type(s) for command settings
[Format] ASCII ESC c 1 n
Hex 1B 63 31 n
Decimal 27 99 49 n
[Range] 1 ≤ n ≤ 15
ESC c 1 n selects paper type(s) for use with various command settings. The paper roll, slip, and
validation paper are available. Multiple paper types can be selected. The default is all paper types
selected (n=15). If either bit 0 or 1 is 1, the paper roll is selected.
The paper types selected can be used with these commands: ESC 2, ESC 3, ESC C, GS L, and GS W.
The value of n is used as follows:
Bit Off/On Hex Decimal Function
0
Off 00 0 Paper roll disabled.
On 01 1 Paper roll enabled.
1
Off 00 0 Paper roll disabled.
On 02 2 Paper roll enabled.
2
Off 00 0 Slip paper disabled.
On 04 4 Slip paper enabled.
3
Off 00 0 Validation paper disabled.
On 08 8 Validation paper enabled.
4 - 7 — — — Undefined.
Program Example
PRINT #1, CHR$(&H1B);"c0";CHR$(4);
← Select slip
PRINT #1, "AAAAA"; CHR$(&HA); ← Print on slip
PRINT #1, CHR$(&H1B);"c0";CHR$(1); ← Sel ect p aper roll
PRINT #1, "BBBBB"; CHR$(&HA); ← Print on paper roll
Bit Off/On Hex Decimal Function
0
Off 00 0 Paper roll disabled.
On 01 1 Paper roll enabled.
1
Off 00 0 Paper roll disabled.
On 02 2 Paper roll enabled.
2
Off 00 0 Slip paper disabled.
On 04 4 Slip paper enabled.