A SERVICE OF

logo

ESC s
Select Half-Speed Mode
Format:
ASCII code:
ESC
(n)
Decimal:
27
115
(n)
Hexadecimal: 1B
73 (n)
Comments:
n = 1 selects the mode
n = 0 cancels it.
DEL
Delete Character
Format:
ASCII code:
DEL
Decimal:
127
Hexadecimal: 7F
Comments:
Removes the last text character in the print buffer but does not
affect control codes. It cannot be guaranteed in the italic mode. Not
valid in NLQ.
C-27