ESC/ P Command Reference

Table Of Contents
ESC/P Command Reference
- 34 -
5. Control Command Details
SO Specify auto-canceling stretched characters
ASCII: SO
Hexadecimal: 0E
Parameters
None
Description
Prints the subsequent text at double width.
This command is canceled with DC4, CR, LF, VT, FF, ESC J, or an automatic line feed.
This command is canceled with ESC $, ESC \, ESC ( V or ESC ( v.
This command can also be canceled with ESC W0.
ESC SO Specify auto-canceling stretched characters
ASCII: ESC SO
Hexadecimal: 1B 0E
Parameters
None
Description
Same as SO
Example
Code: ABC ESC SO ABCDEFGHIJK…XYZ FF
Print result: ABC
ABCDEFGHIJK…
Automatic line feed
XYZ