216 Epson
ASCII: | ESC | 5 |
Control: | CTRL [ | 5 |
Decimal: | 27 | 53 |
Hexadecimal: | 1B | 35 |
Cancels italics. Print returns to previous upright style.
TABS
ESC D |
|
|
| Set Multiple Horizontal Tabs |
|
|
|
|
|
ASCII: | ESC | D | (n1)...(n32) | NUL |
Control: | CTRL [ | D | (n1)...(n32) | CTRL @ |
Decimal: | 27 | 68 | (n1)...(n32) | 0 |
Hexadecimal: | 1B | 44 | (n1)...(n32) | 00 |
Sets multiple horizontal tabs. A maximum of 32 tabs may be set with one command. Note that this control command is terminated with a null byte.
This command clears all existing horizontal tabs. Therefore, to add one tab, you must include all existing tabs plus the new one.
ESC D only sets the tabs. The Horizontal Tab control code, HT, causes the printer to tab to each subsequent tab.
n denotes the character position of each tab. The valid range for n is from 1 to one less than the right margin minus the left margin. Send the values of n in ascending order. An out of order tab value is interpreted as a terminator.
The tabs are set relative to the left margin. An n value of 1 sets the tab one character to the right of the left margin. A maximum value of n sets the tab one character to the left of the right margin. Therefore, n is the character position relative to the left margin, not the actual column number.