Set Absolute Horizontal Print Position
Set Absolute Horizontal Print Position
ASCII Code | ESC $ n1 n2 |
Hex Code | 1B 24 n1 n2 |
Dec Code | 27 36 n1 n2 |
Purpose | Moves the horizontal print position to the position specified by |
| the following formula: |
| Horizontal position = n1 + (n2 * 256) + left margin. |
| Where: |
| 0 <= n1 <= 127 |
| 0 <= n2 <= 255 |
| The unit setting for this command is 1/60 inch. |
Comment | The printer ignores this command if the specified position is to |
| the right of the right margin. |
Set Bottom Margin
ASCII Code | ESC N n |
Hex Code | 1B 4E n |
Dec Code | 27 78 n |
Purpose | Sets the bottom margin on continuous paper to n lines (in the |
| current line spacing) from the |
| page. |
| Where: |
| 1 <= n <= 127 |
| 0 < n *(current line spacing) < page length |
Comment | This was formerly called the “Set |
| command. |
| This command affects the front panel setting of “Bottom |
| Margin.” |
| The default depends on the |
Cancel Bottom Margin
ASCII Code | ESC O |
Hex Code | 1B 4F |
Dec Code | 27 79 |
Purpose | Cancels the bottom margin settings. |
Comment | This was formerly called the “Cancel |
| command. |
| This command affects the front panel setting of “Bottom |
| Margin.” |
67