38 ESC c 4 n
[Name]
[Format]
[Range]
[Description]
Select paper sensor(s) to stop printing.
ASCII ESC c 4 n
Hex 1B 63 34 n
Decimal 27 99 52 n
0 nL 255
Selects the paper sensor(s) used to stop printing when a paper-end is
detected, using n as follows :
Bit Off/On Hex Decimal Function
Off 00 0 Paper roll end sensor disable. 0
On 01 1 Paper roll end sensor enable.
Off 00 0 Paper roll end sensor disable. 1
On 02 2 Paper roll end sensor enable.
2-7 - - - Undefined.
ESC c 5 n
[Name]
[Format]
[Range]
[Description]
Enable / Disable panel button.
ASCII ESC c 3 n
Hex 1B 63 35 n
Decimal 27 99 53 n
0 n 255
Enables or disables the panel button.
* When the LSB of n is 0, the panel buttons are enabled.
* When the LSB of n is 1, the panel buttons are disabled.
ESC d n
[Name]
[Format]
[Range]
[Description]
Print and feed n lines.
ASCII ESC d n
Hex 1B 64 n
Decimal 27 100 n
0 n 255
Prints the data in the print buffer and feeds n lines.
ESC p m t1 t2
[Name]
[Format]
[Range]
[Description]
Generate pulse.
ASCII ESC p m t1 t2
Hex 1B 70 m t1 t2
Decimal 27 112 m t1 t2
m = 0, 1, 48, 49
0 t1 255, 0 t2 255
Outputs the pulse specified by t1 and t2 to connector pin m as follows.
m Connector pin
0, 48 Drawer kick-out connector pin 2
1, 49 Drawer kick-out connector pin 5
39ESC t n
[Name]
[Format]
[Range]
[Description]
Select character code table.
ASCII ESC t n
Hex 1B 74 n
Decimal 27 116 n
0 n 5, n = 255
Selects a page n from the character code table.
n Page
0 0 (PC437 {USA, standard Europe})
1 1 (Katakana)
2 2 (PC850 {Multilingual})
3 3 (PC860 {Portuguese})
4 4 (PC863 {Canadian-French})
5 5 (PC865 {Nordic})
19 19 (PC858 {Euro})
255 Space page
ESC { n
[Name]
[Format]
[Range]
[Description]
Turns on / off upside-down printing mode.
ASCII ESC { n
Hex 1B 7B n
Decimal 27 123 n
0 n 255
Turns upside-down printing mode on or off.
* When the LSB of n is 0, upside-down printing mode is turned off.
* When the LSB of n is 1, upside-down printing mode is turned on.
FS p n m
[Name]
[Format]
[Range]
[Description]
Print NV bit image.
ASCII FS p n m
Hex 1C 70 n m
Decimal 28 112 n m
1 n 255
0 m 3, 48 m 51
Prints a NV bit image n using the mode specified by m.
m Mode Vertical Dot Density (DPI) Horizontal Dot Density (DPI)
0, 48 Normal 180 180
1, 49 Double-width 180 90
2, 50 Double-height 90 180
3, 51 Quadruple 90 90
* n is the number of the NV bit image (defined using the FS q command).
* m specifies the bit image mode.