Host Command Summary
Bold, Flashing, Inverse & Underline attributes | ETX W |
Blank & Underline attributes | ETX X |
Bold, Blank & Underline attributes | ETX Y |
Flashing, Blank & Underline attributes | ETX Z |
Bold, Flashing, Blank & Underline attributes | ETX [ |
Inverse, Blank & Underline attributes | ETX \ |
Bold, Inverse & Underline attributes | ETX ] |
Underline attribute | ETX 0 |
Bold & Underline attributes | ETX 1 |
Flashing & Underline attributes | ETX 2 |
Bold, Flashing & Underline attributes | ETX 3 |
Inverse & Underline attributes | ETX 4 |
Bold, Inverse & Underline attributes | ETX 5 |
Flashing, Inverse & Underline attributes | ETX 6 |
Bold, Flashing, Inverse & Underline attributes | ETX 7 |
Blank & Underline attributes | ETX 8 |
Inverse, Blank & Underline attributes | ETX / |
Flashing, Inverse, Blank & Underline attributes | ETX ^ |
Flashing, Inverse, Blank & Underline attributes | ETX _ |
EDITING
Insert * number of blank characters from cursor position | ESC [ * @ |
Delete * number of characters from cursor position | ESC [ * P |
Insert * number of blank lines from cursor position | ESC [ * L |
Delete * number of lines from cursor position | ESC [ * M |
Replace character mode | ESC [ 4 l |
Insert character mode | ESC [ 4 h |
Blank * number of columns from cursor position | ESC [ * X |
Erase in field (0 = from cursor, 1 = to cursor, 2 = all) | ESC [ * N |
Erase in line (0 = from cursor, 1 = to cursor, 2 = all) | ESC [ * K |
Erase in page (0 = from cursor, 1 = to cursor, 2 = all) | ESC [ * J |
Enable erasure of unprotected characters only | ESC [ 6 l |
Enable all characters to be erased, including protected | ESC [ 6 h |
Erasing characters clears display attributes to default | ESC [ < 5 l |
Erasing characters retains display attributes | ESC [ < 5 h |
Escape sequence introducer | ESC |
Control sequence introducer | ESC [ |
Device control string | ESC P |
String terminator | ESC \ |
Cancel | CAN |
Abort control sequence & display error | SUB |
Set mode | ESC [ *m ; *m ; ... *m h |
Reset mode | ESC [ *m ; *m ; ... *m l |
Move cursor to left margin of current line | CR |
Move cursor down one line | LF |
Move cursor down one line | ESC D |
Move cursor down one line | VT |