ESC
‘[‘ ‘1’; ‘1’ ‘H’
If you select 0 for the parameter value, this is interpreted as 1 by the
display. If, on the other hand, you select a value which is greater than the
maximum line and column value, the display will interpret this value as the
maximum value permissible.
The cursor is positioned in the first column of the first line if no parameter
values are entered.
Delete to end of line
This command deletes the characters from the cursor, cursor position
included,
to the end of the line. The position of the cursor remains
unchanged.
The ESC sequence is as follows:
Code
Hexadezimal
ESC ‘[‘ ‘0’ ‘K’
1B 5B 30 4B
Set country code
The following ESC sequence is implemented in order to select a
countryspecific
character set:
Code
Hexadezimal
ESC ‘R’ ‘n’
1B 52 02
The hexadecimal value n corresponds to the country code and defines the
country-specific character set. The German character set corresponds to
the default setting.
CONTROL SEQUENCES
14