Brother RJ-3150 Verweisanleitung

Seite von 129
ESC/P Command Reference 
 
- 31 - 
5. Control Command Details 
ESC p 
Specify proportional characters 
ASCII: 
ESC 
Decimal: 
27 
112 
Hexadecimal:  1B 
70 
Parameters 
n=0, 1, 48 (
“0”), 49 (“1”) 
Description 
  Specifies proportional characters. 
n=1 or 49 (
“1”): Specifies proportional characters. 
n=0 or 48 (
“0”): Cancels proportional characters. 
  If proportional characters are specified, the character spacing specified with ESC SP is maintained as is. 
 
 
ESC W 
Specify double-width characters 
ASCII: 
ESC 
Decimal: 
27 
87 
Hexadecimal:  1B 
57 
Parameters 
n=0, 1 or 48 (
“0”), 49 (“1”) 
Description 
  Specifies double-width characters. 
n=1 or 49 
(“1”): Specifies double-width characters. 
n=0 or 48 
(“0”): Cancels double-width characters. 
  Double-width characters specified with this command are not canceled with the DC4 or FS DC4 code or a 
line feed. 
  Canceling double-width characters also cancels compressed (half-width) characters. 
Example 
Code: 
ABC ESC W 1 ABC ESC W 0 ABC FF 
Print result:  ABCABCABC