ESC D n1… nk NUL
[Name] | Set horizontal tab positions. |
| ||||
[Format] | ASCII | ESC | D | n1… nk | NUL | |
| Hex | 1B | 44 | n1… nk | 00 | |
| Decimal | 27 | 68 | n1… nk | 0 | |
[Range] | 1 | ≤n ≤255 |
|
|
| |
| 0 | ≤k ≤32 |
|
|
| |
[Description] | Sets horizontal tab positions. |
|
*n specifies the column number for setting a horizontal tab position from the beginning of the line.
*k indicates the total number of horizontal tab positions to be set.
ESC E n
[Name] | Turn emphasized mode on / off. | |||
[Format] | ASCII | ESC | E | n |
| Hex | 1B | 45 | n |
| Decimal | 27 | 69 | n |
[Range] | 0 ≤n ≤255 |
|
| |
[Description] | Turns emphasized mode on or off. |
*When the LSB of n is 0, emphasized mode is turned off.
*When the LSB of n is 1, emphasized mode is turned on.
ESC G n
[Name] | Turn on / off | |||
[Format] | ASCII | ESC | G | n |
| Hex | 1B | 47 | n |
| Decimal | 27 | 71 | n |
[Range] | 0 ≤n ≤255 |
|
| |
[Description] | Turns |
*When the LSB of n is 0,
*When the LSB of n is 1,
ESC J n
[Name] | Print and feed paper. |
| ||
[Format] | ASCII | ESC | J | n |
| Hex | 1B | 4A | n |
| Decimal | 27 | 74 | n |
[Range] | 0 ≤n ≤255 |
|
| |
[Description] | Prints the data in the print buffer and feeds the paper | |||
| [n X vertical or horizontal motion unit] inches. |
ESC L
[Name] | Select page mode. |
| |
[Format] | ASCII | ESC | L |
| Hex | 1B | 4C |
| Decimal | 27 | 76 |
[Description] | Switches from standard mode to page mode. |
ESC M n
[Name] | Select character font. |
| ||
[Format] | ASCII | ESC | M | n |
| Hex | 1B | 4D | n |
| Decimal | 27 | 77 | n |
[Range] | n = 0, 1, 48, 49 |
|
|
|
|
| |||
[Description] | Selects character fonts. |
|
|
|
| ||||
|
|
|
|
|
|
|
|
|
|
| n |
|
|
|
|
| Function |
|
|
| 0, 48 |
| Character font A (12 ×24) selected. |
|
| ||||
| 1, 49 |
| Character font B (9 ×17) selected. |
|
| ||||
|
|
|
|
|
|
|
|
| |
ESC R n |
|
|
|
|
|
|
|
| |
[Name] | Select an international character set. |
|
| ||||||
[Format] | ASCII | ESC | R | n |
|
| |||
|
| Hex | 1B | 52 | n |
|
| ||
|
| Decimal | 27 | 82 | n |
|
| ||
[Range] | 0 ≤n ≤10 |
|
|
|
|
| |||
[Description] | Selects an international character set in from the following table. |
| |||||||
[Default] | n = 0 |
|
|
|
|
|
| ||
|
|
|
|
|
|
|
| ||
| n |
| Character set |
| n | Character set |
| ||
| 0 |
| U.S.A |
|
| 5 | Sweden |
| |
| 1 |
| France |
|
| 6 | Italy |
| |
| 2 |
| Germany |
|
| 7 | Spain |
| |
| 3 |
| U.K |
|
|
| 9 | Norway |
|
| 4 |
| Denmark 1 |
|
| 10 | Denmark 2 |
| |
|
|
|
|
|
|
|
|
| |
ESC S |
|
|
|
|
|
|
|
| |
[Name] | Select standard mode |
|
|
|
| ||||
[Format] | ASCII | ESC | S |
|
|
|
| ||
|
| Hex | 1B | 53 |
|
|
|
| |
|
| Decimal | 27 | 83 |
|
|
|
| |
[Description] | Switches from page mode to standard mode. |
|
|
34 | 35 |