ProgrammerManual PTX‐S828
Chapter3ANSIEmulationCommands 75 260071‐001A
ESC [ p1; p2 SP B
Graphic size modification (GSM).
ASCII Code ESC [ p1; p2 SP B
Hexadecimal Value X'1B' X'5B' p1 X'3B' p2 X'20' X'42'
Decimal Value 27 91 p1 59 p2 32 66
This command sets the height and/or width of expanded and oversized characters.
The p1 and p2 parameters are the percentages by which the height and width will be multiplied,
respectively. The default values of p1 and p2 are 100%.
The maximum expansion factor is18700 for oversize mode and 800 for expanded mode, respectively.
ESC [ p1 t
Special print mode (Oversize/Expanded/Bar code Mode -SPM).
ASCII Code ESC [ p1 t
Hexadecimal Value X'1B' X'5B' p1 X'74'
Decimal Value 27 91 p1 116
This sequence selects or deselects oversize expanded or bar code mode according to the p1 parameter
value. See the following table:
p1 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 [ p1 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 [ p1 t command.