Function | ASCII | Decimal | Hexadecimal |
End command | NUL | 0 | 00 |
Sound beeper | BEL | 7 | 07 |
Backspace one character | BS | 8 | 08 |
Horizontal tab control; | HT | 9 | 09 |
move to next tab |
|
|
|
Perform line feed | LF | 10 | 0A |
Vertical tab control; | VT | 11 | 0B |
move to next tab |
|
|
|
Perform form feed | FF | 12 | 0C |
Perform carriage return | CR | 13 | 0D |
Set | SO | 14 | 0E |
by line |
|
|
|
Set condensed mode | SI | 15 | 0F |
(17 cpi); cancelled by |
|
|
|
DC2 |
|
|
|
Set printer | DC1 | 17 | 11 |
Cancel condensed | DC2 | 18 | 12 |
mode (17 cpi) set |
|
|
|
by SI |
|
|
|
Set printer | DC3 | 19 | 13 |
Cancel | DC4 | 20 | 14 |
mode |
|
|
|
Cancel data | CAN | 24 | 18 |
Start escape sequence | ESC | 27 | 1B |
Insert space | SP | 32 | 20 |
Delete character | DEL | 127 | 74 |
ESCape Sequence Codes
Function | ASCII | Decimal | Hexadecimal | |
Set | ESC SO | 27 14 | 1B 0E | |
line |
|
|
|
|
Set condensed mode | ESC SI | 27 15 | 1B | 0F |
Control sheet feeder | ESC EM n | 27 25 n | 1B | 19 n |
n Setting |
|
|
|
|
R Eject paper |
|
|
|
|
Set intercharacter space | ESC SP n | 27 32 n | 1B | 20 n |
Set/cancel various print | ESC ! n | 27 33 n | 1B | 21 n |
modes (Master Select) |
|
|
|
|
Cancel most significant | ESC # | 27 35 | 1B | 23 |
bit (MSB) control |
|
|
|
|
Set absolute print position | ESC $ n1 n2 | 27 36 n1 n2 | 1B | 24 n1 n2 |
Select download character | ESC % n | 27 37 n | 1B | 25 n |