ESC ? n
[Name] | Cancel | |||
[Format] | ASCII | ESC | ? | n |
| Hex | 1B | 3F | n |
| Decimal | 27 | 63 | n |
[Range] | 32 ≤ n ≤ 255 |
|
| |
[Description] | Cancels | |||
[Notes] |
|
|
|
|
•This command cancels the pattern defined for the character code specified by n. After the
•This command deletes the defined pattern for the specified code in the character font selected by the "ESC !" command.
•If a
[Reference] ESC &, ESC %
ESC @
[Name] | Initialize printer |
| |
[Format] | ASCII | ESC | @ |
| Hex | 1B | 40 |
| Decimal | 27 | 64 |
[Description] | Clears the data in the print buffer and resets the printer | ||
| mode to the mode that was in effect when the power was | ||
| turned on. |
|
|
[Notes]
•The DIP switch settings are not checked again.
•The data in the receive buffer is not cleared.
47
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 | ≤ d ≤ 255 |
|
| |
| 0 | ≤ k ≤ 32 |
|
|
|
[Description] | Sets horizontal tab positions. |
|
•n specifies the column number (counted from the beginning of the line) for setting a horizontal tab position.
•k indicates the total number of horizontal tab positions to be set.
[Notes]
•The tab position is set at [character width x n] from the beginning of the line. The character width includes the
•This command deletes horizontal tab positions that have already been set.
•When "n = 8" has been set for the horizontal tab position, the printing position moves to the ninth digit when HT is executed.
•Up to 32 tab positions can be set. Data exceeding 32 tab positions is processed as normal data. Input <n>k in ascending order and place a NUL code <00>H at the end when <n>k is less than or equal to the preceding value
•ESC D NUL cancels all horizontal tab positions.
•The previously specified horizontal tab positions do not change, even if the character width changes.
[Default] | The default tab positions are at intervals of 8 characters |
| (columns 9, 17, 25, ...) for the font B (12 x 14). |
[Reference] | HT |
48