|
|
|
| Command Summary |
| ASCII | Dec. Hex. | Description | |
|
|
|
| |
Vertical Motion |
|
| ||
|
|
|
|
|
| ESC b nn | 98 | 62 | 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 = nl + (n2 x 256) |
| ESC \ nl n2 | 92 5C | Set Relative Print Position | |
|
|
|
| Moves current print position in units of |
|
|
|
| l/120 inch for draft and l/180 for LQ |
|
|
|
| Total units = nl + (n2x 256) |
| HT | 9 | 09 | Tab Horizontally |
| ESC D nn | 68 | 44 | Set Horizontal Tabs |
|
|
|
| Up to 32 tabs |
order Terminated by 0
Command Summary