Commands Arranged | by Topic | ||
ASCII | Dec. Hex. | Description | |
|
|
| |
ESC 0 | 48 | 30 Select | |
ESC 2 | 50 | 32 Select | |
ESC 3 n | 51 | 33 Set | |
ESC J n | 74 | 4A Perform | |
VT | 11 0B Tab Vertically | ||
ESC B nn | 66 | 42 Set Vertical Tabs | |
|
|
| Up to 16 tabs; last n should be 0 |
Horizontal motion |
|
| |
ASCII | Dec. Hex. | Description | |
|
|
|
|
ESC 1 n | 1 0 8 | 6 C | Set Left Margin |
|
|
| n = left margin column |
ESC Q n | 81 | 51 | Set Right Margin |
|
|
| n = right margin column |
ESC $ nl n2 | 36 | 24 Set Absolute Print Position | |
|
|
| n = Specifies print position from left |
|
|
| margin in |
|
|
| Total units = n1 + (n2 x 256) |
ESC \ n1 n2 | 9 2 | S C | Set Relative Print Position |
|
|
| Moves current print position in units of |
|
|
| l/120 inch for draft and l/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 |
|
|
| ascending order |
|
|
| Terminated by 0 |