Host Command Summary
KEYBOARD
Define Return key (Conversational mode) | ESC u * |
Lock keyboard | ESC c |
Unlock keyboard | ESC b |
Simulate function key | ESC d * |
REPORTS
Report cursor address | ESC a |
Report emulation status | ESC ^ |
Report firmware revision level | ESC _ |
ANSI Mode
CHARACTER SETS
Select G0 character set * | ESC ( * |
Select G1 character set * | ESC ) * |
Shift out to G0 character set | SI |
Shift out to G1 character set | SO |
CURSOR
Autowrap enabled | ESC [ ? 7 h |
|
Autowrap disabled | ESC [ ? 7 l |
|
Clear tab stops (0 = cursor position, 2 or 3 = all) | ESC [ * g |
|
Cursor enabled | ESC [ ? 25 h |
|
Cursor disabled | ESC [ ? 25 l |
|
Horizontal tab | HT |
|
LF is LFCR (new line mode) | ESC [ 20 h |
|
LF is LF only | ESC [ 20 l |
|
Move cursor left one column | BS |
|
Move cursor left * columns | ESC [ * D |
|
Move cursor right * columns | ESC [ * C |
|
Move cursor down one line | LF or VT or FF | |
Move cursor down one line | ESC D or | IND |
Move cursor down * lines | ESC [ * B |
|
Move cursor up one line | ESC M or | RI |
Move cursor up * lines | ESC [ * A |
|
Move cursor to beginning of line | CR |
|
Move cursor to column one of next line | NEL |
|
Move cursor to column one of next line | ESC E |
|
Move cursor to column one & down * lines | ESC [ * E |
|
Move cursor to column one & up * lines | ESC [ * F |
|
Move cursor to column * on current line | ESC [ * G |
|
Move cursor to line *l and column *c | ESC [ *l ; *c H | |
Move cursor * tab stops | ESC [ * I |
|
Move cursor * previous tab stops | ESC [ * Z |
|
Set/clear * tab stops | ESC [ * W |
|
Set horizontal tab | ESC H or HTS |