
CHAPTER 4 Control commands list
ESC J
[Name] | Print and feed paper |
|
| |
[Format] | ASCII | ESC | J | n |
| Hex | 1B | 4A | n |
| Decimal | 27 | 74 | n |
[Range] | 0 ≤ n ≤ 255 |
|
|
|
[Default] | None |
|
|
|
[Description] | Prints the data in the print buffer and feeds the paper n x (vertical or horizontal motion unit). |
ESC K
[Name] | Print and reverse feed |
|
| |
[Format] | ASCII | ESC | K | n |
| Hex | 1B | 4B | n |
| Decimal | 27 | 75 | n |
[Range] | 0 ≤ n ≤ 24 |
|
|
|
[Default] | None |
|
|
|
[Description] | Prints the data in the print buffer and feeds the paper n x (vertical motion unit) in the reverse | |||
| direction. |
|
|
|
ESC M
[Name] | Select character font |
|
| |
[Format] | ASCII | ESC | M | n |
| Hex | 1B | 4D | n |
| Decimal | 27 | 77 | n |
[Range] | n = 0, 1, 48, 49 |
|
|
|
[Default] | n = 1 |
|
|
|
[Description] | Selects a character font, using n as follows: |
nFont
0, 48 | Font A (9x9) |
1, 49 | Font B (7x9) |
ESC R
[Name] | Select an international character set |
|
| ||
[Format] | ASCII | ESC | R | n | |
| Hex | 1B | 52 | n | |
| Decimal | 27 | 82 | n | |
[Range] | 0 ≤ n ≤ 10 |
|
|
|
|
[Default] | n = 0 |
|
|
|
|
[Description] | Selects an international character set n as follows: | ||||
|
|
|
|
| |
| n | Country |
|
| |
| 0 | U.S.A. |
|
|
|
| 1 | France |
|
|
|
| 2 | Germany |
|
|
|
| 3 | U.K. |
|
|
|
| 4 | Denmark I |
|
|
|
| 5 | Sweden |
|
|
|
| 6 | Italy |
|
|
|
| 7 | Spain I |
|
|
|
| 8 | Japan |
|
|
|
| 9 | Norway |
|
|
|
| 10 | Denmark II |
|
|
|