Guardian Procedure Calls Reference Manual

Table 44 SETMODE Functions (continued)
Parameters and EffectFunction
normal mode (any type file access is permitted)= 0param2
BREAK mode (only BREAK-type file access is permitted)=1
See "Communicating With Terminals," and "Writing a Terminal Simulator," in the Guardian Programmer's
Guide.
Terminal: Set terminal access mode12
normal mode (any type file access is permitted)= 0param1.<15>
BREAK mode (only BREAK-type file access is permitted)= 1
File access type:
normal access to terminal= 0param2.<15>
BREAK access to terminal= 1
See the discussion of "Communicating With Terminals" in the Guardian Programmer's Guide.
Terminal: Set system read termination on ETX character (default is configured)13
no termination on ETX= 0param1
termination on first character after ETX= 1
termination on second character after ETX= 3
param2 is used, with ATP6100 only, to specify the value of the ETX character. No changes occur to the
read termination on ETX as specified by param1 if you do not specify an ETX character or if you set
param2 to 0 (setting the ETX character to 0 is not allowed).
Terminal: Set system read terminal on interrupt characters (default is configured)14
no termination on interrupt characters (that is, transparency mode)= 0param1.<15>
termination on any interrupt character= 1
param2 is not used with function 14.
SETMODEs 15, 16, 17, 18 and 19 are described in the EnvoyACP/XF Reference Manual.
Terminal: Set retry parameters15
Terminal: Set line parameters16
Terminal: Set maximum frame size and secondary addresses17
Terminal: Set statistics threshold, flag fill, and window size18
Terminal: Set translation parameters and set extended control field size19
Terminal: Set system echo mode (default is configured)20
system does not echo characters as read.= 0param1.<15>
system echoes characters as read.= 1
param2 is not used with function 20.
Line printer (subtype 3, 4, 6, and 32) or terminal: Set baud rate22
baud rate = 50= 0param1
baud rate = 75= 1
baud rate = 110= 2
baud rate =134.5= 3
1322 Guardian Procedure Calls (S)