X25AM Programming Manual

X3PAD Interface
X25AM Programming Manual527201-001
4-19
SET Command
INTERRUPT:
Send interrupt packet to remote DTE.
SEND:
Send Indication of Break packet to remote DTE.
Default values are INTERRUPT, SEND, and DISCARD.
CHARKILL.
If EDITING is ON and X3PAD reads the specified ASCII character from IN file,
character is deleted from IN file buffer.
Default value is BS (backspace).
CRDELAY.
integer NUL characters are written to the OUT file after each carriage return.
The purpose of CRDELAY is to allow sufficient time for the terminal printer to move
its print head.
Default value is zero.
DISCARD.
If ON, data received from the remote DTE is discarded. If OFF, data is not
discarded. The primary use of this parameter is to discard incoming data packets
after BREAK.
Default value is OFF.
ECHO.
Effective only for the data transfer state of X3PAD. If ON, each character read from
IN file is echoed to OUT file. If OFF, echoing is suppressed. In the command state,
characters read from IN file are always echoed to OUT file.
Default value is ON.
EDITING.
Effective only for the data transfer state of X3PAD. If ON, bytes read from IN file
can be edited before they are assembled into packets. If OFF, bytes read from IN
file are immediately assembled into packets. OFF also implies that CHARKILL and
LINEKILL characters are to be treated as normal data characters.
If SEND character is read from IN file or if EDITING is OFF, all characters in the
buffer are assembled into packets.
Default value is ON. EDITING is always ON when X3PAD is in the command state.