Brother RJ-3150 Guía De Referencia

Descargar
Página de 129
ESC/P Command Reference 
 
- 32 - 
5. Control Command Details 
SO 
Specify auto-canceling stretched characters 
ASCII: 
SO 
Decimal: 
14 
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 
Decimal: 
27 
14 
Hexadecimal:  1B 
0E 
Parameters 
None 
Description 
  Same as SO 
Example 
Code: 
ABC ESC SO ABCDEFGHIJ
K…XYZ FF 
Print result:  ABCABCDEFGHIJ
K…(Automatic line feed) 
 
XYZ