ESC Commands: Difference between revisions
(Created page with "== ESC Commands == === HT === {| class="wikitable" |- ! HT !! |- | Name|| Horizontal tab |- | Format|| ASCII HT Hex 09 Decimal 9 |- | Description|| Move the print po...") |
No edit summary |
||
Line 1: | Line 1: | ||
== ESC Commands== | |||
=== HT === | |||
=== LF === | |||
== ESC Commands == | == ESC Commands == | ||
=== HT === | === HT === |
Revision as of 06:25, 12 April 2018
ESC Commands
HT
LF
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 |