X25AM Programming Manual

Procedures Summary for X25AM
X25AM Programming Manual527201-001
A-4
SETMODE 12
SETMODE 12
Set terminal break access mode.
SETMODE 20
Set the echo mode. SETMODE 20 is accepted but not used when the terminal is in
page mode. It becomes effective when the terminal mode is changed to conversation
mode.
SETMODE 22
Get the binary speed (bits per second) of the connection.
SETMODE 22 retrieves PAD parameter 11.
last^param is decoded in Tabl e A-1 on page A-5. Figure A-1 on page A-5 shows
how the value is retrieved.
cpu,pin
= Enable break
param2.<15>
0 = normal mode, any file access
1 = break mode, only break access
CALL SETMODE (filenum, function,, param2)
filenum
= file number
function = 12
param2.<15>
0 = normal mode, any file access
1 = break mode, only break access
CALL SETMODE (filenum, function, param1)
filenum = file number
function = 20
param1.<15>
0 = No echo to the terminal of characters read
1 = Echo characters read to the terminal (default), if PAD
parameter 2 is 1.
CALL SETMODE (filenum, function, param1, param2,
last^param)
filenum = file number
function = 22
param1 = It does not matter what the value is, as long as the
parameter is present.
param2 = It does not matter what the value is, as long as the
parameter is present.
last^param
= The binary speed is returned in this parameter.