77
Chapter 15: User Commands
15.4 Command Character Echo
The
E
command is used to determine whether command characters typed
at your computer/terminal are echoed to your screen.
E0
Disables echo to the DTE.
E1
Enables echo to the DTE.
15.5 Defining the Command Terminator Key
The keyboard character used to action a command is defined within
S-Register S3 using the ASCII value of the required character. This can
be altered using the command
S3=
n
where
n
is a value from 0 to 127.
The default setting for the terminator character is
S3=13
, 13 being the ASCII
value of the carriage return key.
15.6 Defining the Backspace Character Key
The keyboard character used to action a backspace within a command line
(move the cursor to the left and erase the previous character) is defined
within S-Register S5 using the ASCII value of the required character. This
can be altered using the command
S5=
n
where
n
is a value from 0 to 127.
The default setting for the backspace character is
S5=08
, 08 being the ASCII
value of the backspace key.