ESC Commands: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== ESC Commands== | == ESC Commands== | ||
=== HT === | === HT === | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 53: | Line 51: | ||
| Reference|| ESC 2,ESC 3 | | Reference|| ESC 2,ESC 3 | ||
|} | |} | ||
=== CR === |
Revision as of 06:30, 12 April 2018
ESC Commands
HT
HT | |
---|---|
Name | Horizontal tab |
Format | ASCII HT
Hex 09 Decimal 9 |
Description | Move the print position to the next tab position.
|
Reference | ESC D |
LF
LF | |
---|---|
Name | Print and feed paper |
Format | ASCII LF
Hex 0A Decimal 10 |
Description | Print the data in the printer buffer, then feed paper for one line
according to the current line space settings. After printing, the print position moves to the beginning of the line. |
Reference | ESC 2,ESC 3 |