|
|
| Command Summary | |
ASCII | Dec. Hex. | Description | ||
|
|
|
| |
Vertical Motion |
|
|
| |
|
|
|
|
|
ESC b nn | 9 8 | 6 2 | Set Vertical Tabs in Channels | |
|
|
| Same as ESC B except the first n selects a | |
|
|
| channel for tabs. | |
ESC / n | 47 | 2F | Select Vertical Tab Channel | |
|
|
| n = the vertical tab channel | |
|
|
| ||
Horizontal Motion |
|
| ||
|
|
|
|
|
ESC l n | 108 | 6C | Set Left Margin | |
|
|
| n = left margin column | |
ESC Q n | 81 | 51 | Set Right Margin | |
|
|
| n = right margin column | |
BS | 8 | 08 | Backspace | |
ESC $ n1 n2 | 36 | 24 | Set Absolute Print Position | |
|
|
| Specifies print position from the left | |
|
|
| margin in | |
|
|
| Total units = n1 + (n2 x 256) | |
ESC \ nl n2 | 92 5C | Set Relative Print Position | ||
|
|
| Moves current print position in units of | |
|
|
| 1/120 inch for draft and 1/180 for LQ | |
|
|
| Total units = n1 + (n2 x 256) | |
HT | 9 | 09 | Tab Horizontally | |
ESC D nn | 68 | 44 | Set Horizontal Tabs | |
|
|
| Up to 32 tabs | |
|
|
| order | |
|
|
| Terminated by 0 |
Command Summary