Esc [ p1; p2 sp b, Esc [ p1 t, Esc [ p – Compuprint 4247-L03 Programmer Manua User Manual
Page 87: Sp b, So si, Graphic size modification (gsm) (ansi), Shift in (ansi), Shift out (ansi)
ESC [ p
1
; p
2
SP B
Graphic size modification (GSM).
ASCII Code
ESC [ p
1
; p
2
SP B
Hexadecimal Value
X'1B' X'5B' p
1
X'3B' p
2
X'20' X'42'
Decimal Value
27 91 p
1
59 p
2
32 66
This command sets the height and/or width of expanded and oversized characters.
The p
1
and p
2
parameters are the percentages by which the height and width will be multiplied,
respectively. The default values of p
1
and p
2
are 100%.
ESC [ p
1
t
Special print mode (Oversize/Expanded/Bar code Mode - SPM).
ASCII Code
ESC [ p
1
t
Hexadecimal Value
X'1B' X'5B' p
1
X'74'
Decimal Value
27 91 p
1
116
This sequence selects or deselects oversize expanded or bar code mode according to the p
1
parameter
value. See the following table:
p
1
FUNCTION
0
Cancel special mode
1
Select oversize mode
2
Select expanded mode
3
Select bar code mode
It can select just one special print mode at a time.
SO
Shift out.
ASCII Code
SO
Hexadecimal Value
X'0E'
Decimal Value
14
This code enables Expanded/Oversize mode as determined by the last received ESC [ p
1
t command.
SI
Shift in.
ASCII Code
SI
Hexadecimal Value
X'0F'
Decimal Value
15
This code disables Expanded/Oversize mode as determined by the last received ESC [ p
1
t command.
Chapter 4. ANSI Emulation Commands
71