DataMuseum.dk

Presents historical artifacts from the history of:

CP/M

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about CP/M

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦7c2b21f00⟧ RcTekst

    Length: 12800 (0x3200)
    Types: RcTekst
    Names: »99109914.WP«

Derivation

└─⟦670c8f5a6⟧ Bits:30005866/disk2.imd Dokumenter i RcTekst format (RCSL 99-1-*)
    └─⟦this⟧ »99109914.WP« 

RcTekst


╱04002d4e0a0006000000000301413140000000000000000000000000000000000000000000000000050f19232d37414b555f69737d8791ff04╱
┆06┆i↲
↲
┆b0┆┆a1┆TABLE OF CONTENTS┆05┆PAGE↲
↲
1.  INTRODUCTION ............................................  1↲
↲
2.  ATTRIBUTES ..............................................  3↲
↲
3.  PROGRAM CALL ............................................  6↲
    3.1  Syntax .............................................  6↲
    3.2  Semantics ..........................................  7↲
    3.3  Function ...........................................  9↲
         3.3.1  Info ........................................ 10 ↲
         3.2.2  Host ........................................ 10   ↲
         3.3.3  Terminal .................................... 10↲
         3.3.4  Printer ..................................... 11↲
↲
4.  ERROR MESSAGES .......................................... 12↲
↲

════════════════════════════════════════════════════════════════════════
↓
┆06┆ii↲
↲

════════════════════════════════════════════════════════════════════════
↓
┆14┆┆b3┆┆06┆┆0b┆↲
↲
┆a1┆┆e1┆┆b0┆┆a1┆1. INTRODUCTION↲
↲
This manual describes the utility program INITAMX with the faci┄↓
lities implemented in the system utility package SW8010/2 rel. ↓
1.0 or later releases. A number of the new facilities described ↓
can only be used in installations with Basis system package ↓
SW8001/2 rel. 3.0.↲
↲
The program can change parameters for terminals and printers ↓
connected to RC8000 via a RC3600 Device Controller.↲
↲
For terminals the parameters include:↲
↲
- terminal type (conversion table)↲
- input timer↲
- output timer↲
- prompt character↲
- enabling/disabling of attention↲
- enabling/disabling of upper case conversion↲
- enabling/disabling of echoing↲
- input continued (type ahead)↲
↲
For terminals connected via the RC3682 asynchronous multiplexer:↲
↲
- number of stopbits↲
- parity↲
- character length↲
- bitrate for receiver + bitrate for transmitter↲
- dc1/dc3 flow control (not RC800/20).↲
↲

════════════════════════════════════════════════════════════════════════
↓
For printers connected to an asynchronous multiplexer:↲
↲
- output timer↲
- number of stopbits (RC3682)↲
- parity (RC3682)↲
- bitrate (RC3682)↲
- dc1/dc3 flow control (RC3682 but not RC800/20)↲
↲
The program can run under the operating system 'S' or 'SOS'. ↓
Under 'SOS' the process must be included as user of the subhost ↓
involved.↲
↲

════════════════════════════════════════════════════════════════════════
↓
┆b0┆┆a1┆2. ATTRIBUTES↲
↲
This section describes the various parameters and their meaning. ↓
Most of them has an equivalence in the description of the termi┄↓
nal process.↲
↲
┆a1┆Terminal type┆e1┆      (default: 1)↲
↲
The terminal type is an integer in the range 0 to 9, and is an ↓
index for the conversion table used by the terminal.↲
↲
The maximum number of tables is ten, but the actual is determi┄↓
ned at system generation time.↲
↲
┆a1┆Input timer┆e1┆        (default: 60 sec)↲
↲
The input timer is the maximum timer in seconds allowed between ↓
each character. A zero timer means no timeout supervision.↲
↲
┆a1┆Output timer┆e1┆       (default: 60 sec)↲
↲
The output timer is the maximum timer in seconds allowed for the ↓
total output operation. The timeout value includes the time spent ↓
while the output channel is suspended when a DC3 character is ↓
received if flow control is in use.↲
↲
For the output timer a zero value will also turn off the timeout ↓
supervision.↲
↲
┆a1┆Prompt character┆e1┆   (default: <BELL>)↲
↲
The prompt character is output to indicate that input is ready ↓
(normally a BELL).↲
↲

════════════════════════════════════════════════════════════════════════
↓
The character can be changed or outputting of a prompt can be ↓
disabled.↲
↲
┆a1┆Attention┆e1┆          (default: enabled)↲
↲
A terminal is normally able to read an attention character even ↓
if no input message is issued. It can be disabled, which is ↓
necessary when flow control or type ahead on input is used.↲
↲
┆a1┆Connect messages┆e1┆   (default: enabled)↲
↲
When a terminal is connected or disconnected a number of messages ↓
are normally written to inform about the changes. If the terminal ↓
is used for other purposes these messages can be disabled.↲
↲
┆a1┆Upper case conversion┆e1┆ (default: enabled)↲
↲
The normal conversion of capital letters to small letters can be ↓
disabled.↲
↲
┆a1┆Echoing┆e1┆            (default: enabled)↲
↲
Echoing of input can be enabled or disabled. Note that it has no ↓
effect on terminals connected via a RC800/20 concentrator, as ↓
the characters are echoed locally by the concentrator.↲
↲
┆a1┆Input continued┆e1┆    (default: disabled)↲
↲
When input continued is enabled, characters read after a buffer ↓
is returned to RC8000 will be buffered, and delivered in the next ↓
input message.↲
↲
When this facility is used attention must be disabled and no ↓
prompt character written.↲
↲

════════════════════════════════════════════════════════════════════════
↓
┆a1┆Flow control┆e1┆       (default: no flow control)↲
↲
Terminals and printers connected via the RC3682 multiplexer ↓
supports flow control using dc1/dc3. The flow control can be used ↓
on the output channel, the input channel or both channels.↲
↲
Note! Flow control is only applicaple for terminals or printers ↓
connected via the RC3682 asynchronous multiplexer. It can not be ↓
used for RC3683, RC800/20 or any RC3682 which has possibility for ↓
connecting of one or more RC800/20.↲
↲
┆a1┆Channel characteristics↲
↲
For terminals and printers connected via the RC3682 multiplexer ↓
the following channel characteristics can be selected:↲
↲
- baudrate for receiver and transmitter (default: 2400 bps)↲
- parity control and generation (default: even)↲
- character length (default: 7)↲
- number of stopbits (default: 2)↲
↲
Note! These commands can not be used for terminals or printers ↓
connected via the RC3683 asynchronous multiplexer.↲
↲

════════════════════════════════════════════════════════════════════════
↓
┆b0┆┆a1┆3. Program Call↲
↲
The program has a number of commands, which addresses devices on ↓
a specific devicehost. Before these commands can be issued, a ↓
devicehost must be selected with a <host> command. Until a new ↓
host command is issued only devices on the selected host can be ↓
accessed.↲
↲
↲
┆b0┆┆a1┆3.1 Syntax↲
↲
initamx <command> ┆81┆*┆82┆↲
                  ┆81┆1↲
                         ┆82┆host↲
                  ┆82┆info   terminal↲
                ┆82┆         printer↲
<command>:: = ↲
                  ┆81┆host  <devicehost>↲
↲
                  terminal dhlink.<devno>┆81┆ <termparam>↲
                                          ┆81┆lookup↲
                  printer  dhlink.<devno> <printparam>↲
↲
↲
                  type.<termtype>                 *┆81┆↲
                  timer.<intimer>  .<outtimer> ┆81┆1↲
                                               ┆81┆0↲
                  s.<stopbits>↲
                  p.<parity>↲
                  l.<charlength>↲
                  r.<inrate>  .<outrate>  ┆81┆1↲
<termparam>::=                            ┆81┆0↲
                  dc1.<dctype>↲
                  echo.<echoing>↲
                  prompt.<char>↲
                  cont.<continous>↲
                  conv.<conversion>↲
                  att.<att>↲
                  mess.<message>↲
                                                  ┆81┆1↲

════════════════════════════════════════════════════════════════════════
↓
                  timer.<outtimer>     ┆81┆*↲
                  s.<stopbits>↲
                  p.<parity>↲
┆81┆<printparam>::= ┆82┆  l.<charlength>↲
                  r.<bitrate>↲
                  dc1.<flowcontrol>    ┆82┆1↲
 ↲
↲
┆b0┆┆a1┆3.2 Semantics↲
↲
<devicehost>   ┆84┆The devicehost number of the selected device ↓
┆19┆┆8f┆┄┄controller.↲
↲
<devno>        ┆84┆The logical devicenumber of the selected terminal ↓
┆19┆┆8f┆┄┄or printer. In SW8001/2 rel. 3.0 a new local ↓
┆19┆┆8f┆┄┄command to the terminal has been implemented. The ↓
┆19┆┆8f┆┄┄name is 'id' and it prints the device number of ↓
┆19┆┆8f┆┄┄the terminal.↲
↲
<termtype>     ┆84┆An integer in the range 0 to 9. It is used to ↓
┆19┆┆8f┆┄┄select a conversiontable for a terminal. If the ↓
┆19┆┆8f┆┄┄selected table is not included in the system ↓
┆19┆┆8f┆┄┄generation, the default table is chosen (index = ↓
┆19┆┆8f┆┄┄1).↲
↲
<intimer>      ┆84┆The input timer in seconds (0 to 255) (described ↓
┆19┆┆8f┆┄┄in section 2).↲
↲
<outtimer>     ┆84┆The output timer in seconds (0 to 255) (described ↓
┆19┆┆8f┆┄┄in section 2).↲
↲
<stopbits>     The number of of stopbits. Legal values 1, 2.↲
↲

════════════════════════════════════════════════════════════════════════
↓
<parity>       ┆84┆Parity control and generation↲
               Legal values:↲
               n: no parity↲
               e: even parity↲
               o: odd parity↲
↲
<charlength>   ┆84┆The character length of data exclusive an eventual ↓
┆19┆┆8f┆┄┄parity bit.↲
               Legal values: 5, 6, 7, 8.↲
↲
<inrate>       ┆84┆The baudrate of the receiver.↲
               ┆84┆Legal values: 40, 50, 75, 110, 134, 150, 200, 220, ↓
┆19┆┆8f┆┄┄300, 600, 1200, 4800, 9600.↲
↲
<outrate>      ┆84┆The baudrate of the transmitter. If it is not ↓
┆19┆┆8f┆┄┄specified, the same value as for the receiver is ↓
┆19┆┆8f┆┄┄chosen.↲
↲
<dctype>       ┆84┆The kind of flowcontrol selected↲
               Legal values:↲
               no:     No flowcontrol↲
               input:  Flowcontrol on the receiver↲
               output: Flowcontrol on the transmitter↲
               both:   ┆84┆Flowcontrol on the receiver and the trans┄↓
┆19┆┆97┆┄┄mitter.↲
↲
<echoing>      ┆84┆Enables or disables echoing of input.↲
               Legal values:↲
               yes: input echoed↲
               no:  input not echoed↲
↲
<char>         ┆84┆The value of the character used for prompt. A zero ↓
┆19┆┆8f┆┄┄value will inhibit outputting of a prompt ↓
┆19┆┆8f┆┄┄character.↲
↲

════════════════════════════════════════════════════════════════════════
↓
<continous>    ┆84┆Selecting of continous input (type ahead)↲
               Legal values:↲
               yes: continous input applied↲
               no:  normal input↲
↲
<conversion>   ┆84┆The conversion mode used.↲
               Legal values:↲
               yes: ┆84┆Conversion of capital letters as described ↓
┆19┆┆94┆┄┄in the Terminal Process.↲
               no:  No conversion used.↲
↲
<att>          ┆84┆Enables or disables attention when no input ↓
┆19┆┆8f┆┄┄message is present. ↲
               Legal values:↲
               ena:  Enables attention↲
               disa: Disables attention↲
↲
<message>      ┆84┆Enables or disables disconnect and connect ↓
┆19┆┆8f┆┄┄messages on terminal.↲
               Legal values:↲
               yes: Messages are written↲
               no:  No messages are written↲
↲
<flowcontrol>  ┆84┆Flowcontrol for printer.↲
               Legal values:↲
               yes: Flow control applied↲
               no:  No flow control↲
↲
↲
┆b0┆┆a1┆3.3 Function↲
↲
The program has four commands (info, host, terminal, printer) and ↓
they are described in the following sections.↲
↲
↲

════════════════════════════════════════════════════════════════════════
↓
┆b0┆┆a1┆3.3.1 Info↲
↲
This command prints a short summary of the available commands ↓
including the syntax of program calls.↲
↲
Example:↲
          info host↲
          info terminal↲
     or   info printer↲
↲
↲
┆b0┆┆a1┆3.3.2 Host↲
↲
The command terminate an eventual communication with a devicehost ↓
and create a link to the devicehost specified.↲
↲
Example:↲
          host 5014↲
↲
↲
┆b0┆┆a1┆3.3.3 Terminal↲
↲
The terminal command can either change the parameters of a se┄↓
lected terminal, or it can print the parameters in use.↲
↲
Example:↲
          terminal dhlink.1 r.4800↲
          terminal dhlink.1 lookup↲
↲
When parameters are changed, any parameter not specified in the ↓
call will not be changed.↲
↲
This is only true if the Basis System (SW8001) is version 2 ↓
release 3.0 or later. In earlier releases of the Basis System it ↓
was not possible to read the parameters of a terminal, and there┄↓
fore the parameters not specified will get the default values ↓
described in section 2.↲
↲

════════════════════════════════════════════════════════════════════════
↓
In the same way the lookup function will just print all the ↓
default values of parameters.↲
↲
↲
┆b0┆┆a1┆3.3.4 Printer↲
↲
The printer command changes the parameters for a printer connect┄↓
ed via an asynchronous channel↲
↲
╞	printer dhlink.20 r.2400 timer.100↲
    printer dhlink.20 timer.100 dc1.yes r.4800↲
↲
The devicehost linknumber of the printer can be obtained by the ↓
utility program 'lookuplink', or from the devicelist delivered ↓
with the Basis System.↲
↲
The new parameters will be the ones specified in the call, and ↓
for the rest of the parameters, default values are chosen.↲
↲
↲

════════════════════════════════════════════════════════════════════════
↓
┆b0┆┆a1┆4. ERROR MESSAGES↲
↲
Error messages have the format:↲
↲
***initamx: <error text>↲
↲
Errors in connection with selection of devicehost.↲
↲
<error text> =↲
 ╞	devicehost no <hostno> not found↲
↲
╞	It was not possible to find a hostprocess↲
↲
or↲
↲
<error text> =↲
    link error <cause> connecting to devicehost no <hostno>↲
↲
<cause> = devicehost reserved↲
↲
    ┆84┆A process on the same computer is using initamx on the same ↓
┆19┆┆84┆┄┄devicehost.↲
↲
<cause> = no resources at jobhost↲
↲
    ┆84┆There is no free external processes.↲
↲
<cause> = timout↲
↲
    ┆84┆A user in the network is using the initamx program on that ↓
┆19┆┆84┆┄┄devicehost.↲
↲
┆84┆Another group of errors are caused by illegal parameters or wrong ↓
syntax of program call.↲
↲
<error text> = terminal not found.↲
↲

════════════════════════════════════════════════════════════════════════
↓
    ┆84┆The devicenumber specified (dhlink) is not a legal device of ↓
┆19┆┆84┆┄┄a terminal.↲
↲
<error text> = printer not found↲
↲
    ┆84┆The devicenumber specified is not a legal device for a prin┄↓
┆19┆┆84┆┄┄ter.↲
↲
<error text> = no linknumber specified↲
    No dhlink statement↲
↲
<error text> = no devicehost connected↲
↲
    ┆84┆A printer or terminal command was issued without any previous ↓
┆19┆┆84┆┄┄host command.↲
↲

════════════════════════════════════════════════════════════════════════
↓
↲
   ↓
┆1a┆┆1a┆ted via the ages are written↲
↲
<flowcontrol>  ┆84┆Flow

OctetView

0x0000…0020 (0,)  00 00 00 00 00 00 00 00 42 03 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 4e 00 00 00   ┆        B                   N   ┆
0x0020…0040       00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ┆                                ┆
0x0040…0047       00 00 00 00 00 00 00                                                                              ┆       ┆
0x0047…0080       Params {
0x0047…0080         04 00 2d 4e 0a 00 06 00 00 00 00 03 01 41 31 40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ┆  -N         A1@                ┆
0x0047…0080         00 00 00 00 00 00 00 00 05 0f 19 23 2d 37 41 4b 55 5f 69 73 7d 87 91 ff 04                        ┆           #-7AKU_iså    ┆
0x0047…0080       }
0x0080…00a0       06 69 0d 0a 0d 0a b0 a1 54 41 42 4c 45 20 4f 46 20 43 4f 4e 54 45 4e 54 53 05 50 41 47 45 0d 0a   ┆ i      TABLE OF CONTENTS PAGE  ┆
0x00a0…00c0       0d 0a 31 2e 20 20 49 4e 54 52 4f 44 55 43 54 49 4f 4e 20 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆  1.  INTRODUCTION .............┆
0x00c0…00e0       2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 20   ┆............................... ┆
0x00e0…0100       20 31 0d 0a 0d 0a 32 2e 20 20 41 54 54 52 49 42 55 54 45 53 20 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆ 1    2.  ATTRIBUTES ...........┆
0x0100…0120       2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆................................┆
0x0120…0140       2e 2e 2e 20 20 33 0d 0a 0d 0a 33 2e 20 20 50 52 4f 47 52 41 4d 20 43 41 4c 4c 20 2e 2e 2e 2e 2e   ┆...  3    3.  PROGRAM CALL .....┆
0x0140…0160       2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆................................┆
0x0160…0180       2e 2e 2e 2e 2e 2e 2e 20 20 36 0d 0a 20 20 20 20 33 2e 31 20 20 53 79 6e 74 61 78 20 2e 2e 2e 2e   ┆.......  6      3.1  Syntax ....┆
0x0180…01a0       2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆................................┆
0x01a0…01c0       2e 2e 2e 2e 2e 2e 2e 2e 2e 20 20 36 0d 0a 20 20 20 20 33 2e 32 20 20 53 65 6d 61 6e 74 69 63 73   ┆.........  6      3.2  Semantics┆
0x01c0…01e0       20 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆ ...............................┆
0x01e0…0200       2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 20 20 37 0d 0a 20 20 20 20 33 2e 33 20 20 46 75 6e 63 74 69 6f   ┆...........  7      3.3  Functio┆
0x0200…0220 (1,)  6e 20 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆n ..............................┆
0x0220…0240       2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 20 20 39 0d 0a 20 20 20 20 20 20 20 20 20 33 2e 33 2e 31   ┆.............  9           3.3.1┆
0x0240…0260       20 20 49 6e 66 6f 20 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆  Info .........................┆
0x0260…0280       2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 20 31 30 20 0d 0a 20 20 20 20 20 20 20 20 20 33 2e   ┆............... 10            3.┆
0x0280…02a0       32 2e 32 20 20 48 6f 73 74 20 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆2.2  Host ......................┆
0x02a0…02c0       2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 20 31 30 20 20 20 0d 0a 20 20 20 20 20 20   ┆.................. 10           ┆
0x02c0…02e0       20 20 20 33 2e 33 2e 33 20 20 54 65 72 6d 69 6e 61 6c 20 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆   3.3.3  Terminal .............┆
0x02e0…0300       2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 20 31 30 0d 0a 20 20 20 20   ┆....................... 10      ┆
0x0300…0320       20 20 20 20 20 33 2e 33 2e 34 20 20 50 72 69 6e 74 65 72 20 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆     3.3.4  Printer ............┆
0x0320…0340       2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 20 31 31 0d 0a 0d 0a   ┆......................... 11    ┆
0x0340…0360       34 2e 20 20 45 52 52 4f 52 20 4d 45 53 53 41 47 45 53 20 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e   ┆4.  ERROR MESSAGES .............┆
0x0360…0380       2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 2e 20 31 32   ┆............................. 12┆
0x0380…0384       0d 0a 0d 0a                                                                                       ┆    ┆
0x0384…0387       FormFeed {
0x0384…0387         0c 81 e4                                                                                          ┆   ┆
0x0384…0387       }
0x0387…038f       0a 06 69 69 0d 0a 0d 0a                                                                           ┆  ii    ┆
0x038f…0392       FormFeed {
0x038f…0392         0c 80 98                                                                                          ┆   ┆
0x038f…0392       }
0x0392…03a0       0a 14 b3 06 0b 0d 0a 0d 0a a1 e1 b0 a1 31                                                         ┆             1┆
0x03a0…03c0       2e 20 49 4e 54 52 4f 44 55 43 54 49 4f 4e 0d 0a 0d 0a 54 68 69 73 20 6d 61 6e 75 61 6c 20 64 65   ┆. INTRODUCTION    This manual de┆
0x03c0…03e0       73 63 72 69 62 65 73 20 74 68 65 20 75 74 69 6c 69 74 79 20 70 72 6f 67 72 61 6d 20 49 4e 49 54   ┆scribes the utility program INIT┆
0x03e0…0400       41 4d 58 20 77 69 74 68 20 74 68 65 20 66 61 63 69 80 0a 6c 69 74 69 65 73 20 69 6d 70 6c 65 6d   ┆AMX with the faci  lities implem┆
0x0400…0420 (2,)  65 6e 74 65 64 20 69 6e 20 74 68 65 20 73 79 73 74 65 6d 20 75 74 69 6c 69 74 79 20 70 61 63 6b   ┆ented in the system utility pack┆
0x0420…0440       61 67 65 20 53 57 38 30 31 30 2f 32 20 72 65 6c 2e 20 0a 31 2e 30 20 6f 72 20 6c 61 74 65 72 20   ┆age SW8010/2 rel.  1.0 or later ┆
0x0440…0460       72 65 6c 65 61 73 65 73 2e 20 41 20 6e 75 6d 62 65 72 20 6f 66 20 74 68 65 20 6e 65 77 20 66 61   ┆releases. A number of the new fa┆
0x0460…0480       63 69 6c 69 74 69 65 73 20 64 65 73 63 72 69 62 65 64 20 0a 63 61 6e 20 6f 6e 6c 79 20 62 65 20   ┆cilities described  can only be ┆
0x0480…04a0       75 73 65 64 20 69 6e 20 69 6e 73 74 61 6c 6c 61 74 69 6f 6e 73 20 77 69 74 68 20 42 61 73 69 73   ┆used in installations with Basis┆
0x04a0…04c0       20 73 79 73 74 65 6d 20 70 61 63 6b 61 67 65 20 0a 53 57 38 30 30 31 2f 32 20 72 65 6c 2e 20 33   ┆ system package  SW8001/2 rel. 3┆
0x04c0…04e0       2e 30 2e 0d 0a 0d 0a 54 68 65 20 70 72 6f 67 72 61 6d 20 63 61 6e 20 63 68 61 6e 67 65 20 70 61   ┆.0.    The program can change pa┆
0x04e0…0500       72 61 6d 65 74 65 72 73 20 66 6f 72 20 74 65 72 6d 69 6e 61 6c 73 20 61 6e 64 20 70 72 69 6e 74   ┆rameters for terminals and print┆
0x0500…0520       65 72 73 20 0a 63 6f 6e 6e 65 63 74 65 64 20 74 6f 20 52 43 38 30 30 30 20 76 69 61 20 61 20 52   ┆ers  connected to RC8000 via a R┆
0x0520…0540       43 33 36 30 30 20 44 65 76 69 63 65 20 43 6f 6e 74 72 6f 6c 6c 65 72 2e 0d 0a 0d 0a 46 6f 72 20   ┆C3600 Device Controller.    For ┆
0x0540…0560       74 65 72 6d 69 6e 61 6c 73 20 74 68 65 20 70 61 72 61 6d 65 74 65 72 73 20 69 6e 63 6c 75 64 65   ┆terminals the parameters include┆
0x0560…0580       3a 0d 0a 0d 0a 2d 20 74 65 72 6d 69 6e 61 6c 20 74 79 70 65 20 28 63 6f 6e 76 65 72 73 69 6f 6e   ┆:    - terminal type (conversion┆
0x0580…05a0       20 74 61 62 6c 65 29 0d 0a 2d 20 69 6e 70 75 74 20 74 69 6d 65 72 0d 0a 2d 20 6f 75 74 70 75 74   ┆ table)  - input timer  - output┆
0x05a0…05c0       20 74 69 6d 65 72 0d 0a 2d 20 70 72 6f 6d 70 74 20 63 68 61 72 61 63 74 65 72 0d 0a 2d 20 65 6e   ┆ timer  - prompt character  - en┆
0x05c0…05e0       61 62 6c 69 6e 67 2f 64 69 73 61 62 6c 69 6e 67 20 6f 66 20 61 74 74 65 6e 74 69 6f 6e 0d 0a 2d   ┆abling/disabling of attention  -┆
0x05e0…0600       20 65 6e 61 62 6c 69 6e 67 2f 64 69 73 61 62 6c 69 6e 67 20 6f 66 20 75 70 70 65 72 20 63 61 73   ┆ enabling/disabling of upper cas┆
0x0600…0620 (3,)  65 20 63 6f 6e 76 65 72 73 69 6f 6e 0d 0a 2d 20 65 6e 61 62 6c 69 6e 67 2f 64 69 73 61 62 6c 69   ┆e conversion  - enabling/disabli┆
0x0620…0640       6e 67 20 6f 66 20 65 63 68 6f 69 6e 67 0d 0a 2d 20 69 6e 70 75 74 20 63 6f 6e 74 69 6e 75 65 64   ┆ng of echoing  - input continued┆
0x0640…0660       20 28 74 79 70 65 20 61 68 65 61 64 29 0d 0a 0d 0a 46 6f 72 20 74 65 72 6d 69 6e 61 6c 73 20 63   ┆ (type ahead)    For terminals c┆
0x0660…0680       6f 6e 6e 65 63 74 65 64 20 76 69 61 20 74 68 65 20 52 43 33 36 38 32 20 61 73 79 6e 63 68 72 6f   ┆onnected via the RC3682 asynchro┆
0x0680…06a0       6e 6f 75 73 20 6d 75 6c 74 69 70 6c 65 78 65 72 3a 0d 0a 0d 0a 2d 20 6e 75 6d 62 65 72 20 6f 66   ┆nous multiplexer:    - number of┆
0x06a0…06c0       20 73 74 6f 70 62 69 74 73 0d 0a 2d 20 70 61 72 69 74 79 0d 0a 2d 20 63 68 61 72 61 63 74 65 72   ┆ stopbits  - parity  - character┆
0x06c0…06e0       20 6c 65 6e 67 74 68 0d 0a 2d 20 62 69 74 72 61 74 65 20 66 6f 72 20 72 65 63 65 69 76 65 72 20   ┆ length  - bitrate for receiver ┆
0x06e0…0700       2b 20 62 69 74 72 61 74 65 20 66 6f 72 20 74 72 61 6e 73 6d 69 74 74 65 72 0d 0a 2d 20 64 63 31   ┆+ bitrate for transmitter  - dc1┆
0x0700…0720       2f 64 63 33 20 66 6c 6f 77 20 63 6f 6e 74 72 6f 6c 20 28 6e 6f 74 20 52 43 38 30 30 2f 32 30 29   ┆/dc3 flow control (not RC800/20)┆
0x0720…0725       2e 0d 0a 0d 0a                                                                                    ┆.    ┆
0x0725…0728       FormFeed {
0x0725…0728         0c 82 f4                                                                                          ┆   ┆
0x0725…0728       }
0x0728…0740       0a 46 6f 72 20 70 72 69 6e 74 65 72 73 20 63 6f 6e 6e 65 63 74 65 64 20                           ┆ For printers connected ┆
0x0740…0760       74 6f 20 61 6e 20 61 73 79 6e 63 68 72 6f 6e 6f 75 73 20 6d 75 6c 74 69 70 6c 65 78 65 72 3a 0d   ┆to an asynchronous multiplexer: ┆
0x0760…0780       0a 0d 0a 2d 20 6f 75 74 70 75 74 20 74 69 6d 65 72 0d 0a 2d 20 6e 75 6d 62 65 72 20 6f 66 20 73   ┆   - output timer  - number of s┆
0x0780…07a0       74 6f 70 62 69 74 73 20 28 52 43 33 36 38 32 29 0d 0a 2d 20 70 61 72 69 74 79 20 28 52 43 33 36   ┆topbits (RC3682)  - parity (RC36┆
0x07a0…07c0       38 32 29 0d 0a 2d 20 62 69 74 72 61 74 65 20 28 52 43 33 36 38 32 29 0d 0a 2d 20 64 63 31 2f 64   ┆82)  - bitrate (RC3682)  - dc1/d┆
0x07c0…07e0       63 33 20 66 6c 6f 77 20 63 6f 6e 74 72 6f 6c 20 28 52 43 33 36 38 32 20 62 75 74 20 6e 6f 74 20   ┆c3 flow control (RC3682 but not ┆
0x07e0…0800       52 43 38 30 30 2f 32 30 29 0d 0a 0d 0a 54 68 65 20 70 72 6f 67 72 61 6d 20 63 61 6e 20 72 75 6e   ┆RC800/20)    The program can run┆
0x0800…0820 (4,)  20 75 6e 64 65 72 20 74 68 65 20 6f 70 65 72 61 74 69 6e 67 20 73 79 73 74 65 6d 20 27 53 27 20   ┆ under the operating system 'S' ┆
0x0820…0840       6f 72 20 27 53 4f 53 27 2e 20 0a 55 6e 64 65 72 20 27 53 4f 53 27 20 74 68 65 20 70 72 6f 63 65   ┆or 'SOS'.  Under 'SOS' the proce┆
0x0840…0860       73 73 20 6d 75 73 74 20 62 65 20 69 6e 63 6c 75 64 65 64 20 61 73 20 75 73 65 72 20 6f 66 20 74   ┆ss must be included as user of t┆
0x0860…0879       68 65 20 73 75 62 68 6f 73 74 20 0a 69 6e 76 6f 6c 76 65 64 2e 0d 0a 0d 0a                        ┆he subhost  involved.    ┆
0x0879…087c       FormFeed {
0x0879…087c         0c 81 90                                                                                          ┆   ┆
0x0879…087c       }
0x087c…0880       0a b0 a1 32                                                                                       ┆   2┆
0x0880…08a0       2e 20 41 54 54 52 49 42 55 54 45 53 0d 0a 0d 0a 54 68 69 73 20 73 65 63 74 69 6f 6e 20 64 65 73   ┆. ATTRIBUTES    This section des┆
0x08a0…08c0       63 72 69 62 65 73 20 74 68 65 20 76 61 72 69 6f 75 73 20 70 61 72 61 6d 65 74 65 72 73 20 61 6e   ┆cribes the various parameters an┆
0x08c0…08e0       64 20 74 68 65 69 72 20 6d 65 61 6e 69 6e 67 2e 20 0a 4d 6f 73 74 20 6f 66 20 74 68 65 6d 20 68   ┆d their meaning.  Most of them h┆
0x08e0…0900       61 73 20 61 6e 20 65 71 75 69 76 61 6c 65 6e 63 65 20 69 6e 20 74 68 65 20 64 65 73 63 72 69 70   ┆as an equivalence in the descrip┆
0x0900…0920       74 69 6f 6e 20 6f 66 20 74 68 65 20 74 65 72 6d 69 80 0a 6e 61 6c 20 70 72 6f 63 65 73 73 2e 0d   ┆tion of the termi  nal process. ┆
0x0920…0940       0a 0d 0a a1 54 65 72 6d 69 6e 61 6c 20 74 79 70 65 e1 20 20 20 20 20 20 28 64 65 66 61 75 6c 74   ┆    Terminal type       (default┆
0x0940…0960       3a 20 31 29 0d 0a 0d 0a 54 68 65 20 74 65 72 6d 69 6e 61 6c 20 74 79 70 65 20 69 73 20 61 6e 20   ┆: 1)    The terminal type is an ┆
0x0960…0980       69 6e 74 65 67 65 72 20 69 6e 20 74 68 65 20 72 61 6e 67 65 20 30 20 74 6f 20 39 2c 20 61 6e 64   ┆integer in the range 0 to 9, and┆
0x0980…09a0       20 69 73 20 61 6e 20 0a 69 6e 64 65 78 20 66 6f 72 20 74 68 65 20 63 6f 6e 76 65 72 73 69 6f 6e   ┆ is an  index for the conversion┆
0x09a0…09c0       20 74 61 62 6c 65 20 75 73 65 64 20 62 79 20 74 68 65 20 74 65 72 6d 69 6e 61 6c 2e 0d 0a 0d 0a   ┆ table used by the terminal.    ┆
0x09c0…09e0       54 68 65 20 6d 61 78 69 6d 75 6d 20 6e 75 6d 62 65 72 20 6f 66 20 74 61 62 6c 65 73 20 69 73 20   ┆The maximum number of tables is ┆
0x09e0…0a00       74 65 6e 2c 20 62 75 74 20 74 68 65 20 61 63 74 75 61 6c 20 69 73 20 64 65 74 65 72 6d 69 80 0a   ┆ten, but the actual is determi  ┆
0x0a00…0a20 (5,)  6e 65 64 20 61 74 20 73 79 73 74 65 6d 20 67 65 6e 65 72 61 74 69 6f 6e 20 74 69 6d 65 2e 0d 0a   ┆ned at system generation time.  ┆
0x0a20…0a40       0d 0a a1 49 6e 70 75 74 20 74 69 6d 65 72 e1 20 20 20 20 20 20 20 20 28 64 65 66 61 75 6c 74 3a   ┆   Input timer         (default:┆
0x0a40…0a60       20 36 30 20 73 65 63 29 0d 0a 0d 0a 54 68 65 20 69 6e 70 75 74 20 74 69 6d 65 72 20 69 73 20 74   ┆ 60 sec)    The input timer is t┆
0x0a60…0a80       68 65 20 6d 61 78 69 6d 75 6d 20 74 69 6d 65 72 20 69 6e 20 73 65 63 6f 6e 64 73 20 61 6c 6c 6f   ┆he maximum timer in seconds allo┆
0x0a80…0aa0       77 65 64 20 62 65 74 77 65 65 6e 20 0a 65 61 63 68 20 63 68 61 72 61 63 74 65 72 2e 20 41 20 7a   ┆wed between  each character. A z┆
0x0aa0…0ac0       65 72 6f 20 74 69 6d 65 72 20 6d 65 61 6e 73 20 6e 6f 20 74 69 6d 65 6f 75 74 20 73 75 70 65 72   ┆ero timer means no timeout super┆
0x0ac0…0ae0       76 69 73 69 6f 6e 2e 0d 0a 0d 0a a1 4f 75 74 70 75 74 20 74 69 6d 65 72 e1 20 20 20 20 20 20 20   ┆vision.     Output timer        ┆
0x0ae0…0b00       28 64 65 66 61 75 6c 74 3a 20 36 30 20 73 65 63 29 0d 0a 0d 0a 54 68 65 20 6f 75 74 70 75 74 20   ┆(default: 60 sec)    The output ┆
0x0b00…0b20       74 69 6d 65 72 20 69 73 20 74 68 65 20 6d 61 78 69 6d 75 6d 20 74 69 6d 65 72 20 69 6e 20 73 65   ┆timer is the maximum timer in se┆
0x0b20…0b40       63 6f 6e 64 73 20 61 6c 6c 6f 77 65 64 20 66 6f 72 20 74 68 65 20 0a 74 6f 74 61 6c 20 6f 75 74   ┆conds allowed for the  total out┆
0x0b40…0b60       70 75 74 20 6f 70 65 72 61 74 69 6f 6e 2e 20 54 68 65 20 74 69 6d 65 6f 75 74 20 76 61 6c 75 65   ┆put operation. The timeout value┆
0x0b60…0b80       20 69 6e 63 6c 75 64 65 73 20 74 68 65 20 74 69 6d 65 20 73 70 65 6e 74 20 0a 77 68 69 6c 65 20   ┆ includes the time spent  while ┆
0x0b80…0ba0       74 68 65 20 6f 75 74 70 75 74 20 63 68 61 6e 6e 65 6c 20 69 73 20 73 75 73 70 65 6e 64 65 64 20   ┆the output channel is suspended ┆
0x0ba0…0bc0       77 68 65 6e 20 61 20 44 43 33 20 63 68 61 72 61 63 74 65 72 20 69 73 20 0a 72 65 63 65 69 76 65   ┆when a DC3 character is  receive┆
0x0bc0…0be0       64 20 69 66 20 66 6c 6f 77 20 63 6f 6e 74 72 6f 6c 20 69 73 20 69 6e 20 75 73 65 2e 0d 0a 0d 0a   ┆d if flow control is in use.    ┆
0x0be0…0c00       46 6f 72 20 74 68 65 20 6f 75 74 70 75 74 20 74 69 6d 65 72 20 61 20 7a 65 72 6f 20 76 61 6c 75   ┆For the output timer a zero valu┆
0x0c00…0c20 (6,)  65 20 77 69 6c 6c 20 61 6c 73 6f 20 74 75 72 6e 20 6f 66 66 20 74 68 65 20 74 69 6d 65 6f 75 74   ┆e will also turn off the timeout┆
0x0c20…0c40       20 0a 73 75 70 65 72 76 69 73 69 6f 6e 2e 0d 0a 0d 0a a1 50 72 6f 6d 70 74 20 63 68 61 72 61 63   ┆  supervision.     Prompt charac┆
0x0c40…0c60       74 65 72 e1 20 20 20 28 64 65 66 61 75 6c 74 3a 20 3c 42 45 4c 4c 3e 29 0d 0a 0d 0a 54 68 65 20   ┆ter    (default: <BELL>)    The ┆
0x0c60…0c80       70 72 6f 6d 70 74 20 63 68 61 72 61 63 74 65 72 20 69 73 20 6f 75 74 70 75 74 20 74 6f 20 69 6e   ┆prompt character is output to in┆
0x0c80…0ca0       64 69 63 61 74 65 20 74 68 61 74 20 69 6e 70 75 74 20 69 73 20 72 65 61 64 79 20 0a 28 6e 6f 72   ┆dicate that input is ready  (nor┆
0x0ca0…0cb2       6d 61 6c 6c 79 20 61 20 42 45 4c 4c 29 2e 0d 0a 0d 0a                                             ┆mally a BELL).    ┆
0x0cb2…0cb5       FormFeed {
0x0cb2…0cb5         0c 83 98                                                                                          ┆   ┆
0x0cb2…0cb5       }
0x0cb5…0cc0       0a 54 68 65 20 63 68 61 72 61 63                                                                  ┆ The charac┆
0x0cc0…0ce0       74 65 72 20 63 61 6e 20 62 65 20 63 68 61 6e 67 65 64 20 6f 72 20 6f 75 74 70 75 74 74 69 6e 67   ┆ter can be changed or outputting┆
0x0ce0…0d00       20 6f 66 20 61 20 70 72 6f 6d 70 74 20 63 61 6e 20 62 65 20 0a 64 69 73 61 62 6c 65 64 2e 0d 0a   ┆ of a prompt can be  disabled.  ┆
0x0d00…0d20       0d 0a a1 41 74 74 65 6e 74 69 6f 6e e1 20 20 20 20 20 20 20 20 20 20 28 64 65 66 61 75 6c 74 3a   ┆   Attention           (default:┆
0x0d20…0d40       20 65 6e 61 62 6c 65 64 29 0d 0a 0d 0a 41 20 74 65 72 6d 69 6e 61 6c 20 69 73 20 6e 6f 72 6d 61   ┆ enabled)    A terminal is norma┆
0x0d40…0d60       6c 6c 79 20 61 62 6c 65 20 74 6f 20 72 65 61 64 20 61 6e 20 61 74 74 65 6e 74 69 6f 6e 20 63 68   ┆lly able to read an attention ch┆
0x0d60…0d80       61 72 61 63 74 65 72 20 65 76 65 6e 20 0a 69 66 20 6e 6f 20 69 6e 70 75 74 20 6d 65 73 73 61 67   ┆aracter even  if no input messag┆
0x0d80…0da0       65 20 69 73 20 69 73 73 75 65 64 2e 20 49 74 20 63 61 6e 20 62 65 20 64 69 73 61 62 6c 65 64 2c   ┆e is issued. It can be disabled,┆
0x0da0…0dc0       20 77 68 69 63 68 20 69 73 20 0a 6e 65 63 65 73 73 61 72 79 20 77 68 65 6e 20 66 6c 6f 77 20 63   ┆ which is  necessary when flow c┆
0x0dc0…0de0       6f 6e 74 72 6f 6c 20 6f 72 20 74 79 70 65 20 61 68 65 61 64 20 6f 6e 20 69 6e 70 75 74 20 69 73   ┆ontrol or type ahead on input is┆
0x0de0…0e00       20 75 73 65 64 2e 0d 0a 0d 0a a1 43 6f 6e 6e 65 63 74 20 6d 65 73 73 61 67 65 73 e1 20 20 20 28   ┆ used.     Connect messages    (┆
0x0e00…0e20 (7,)  64 65 66 61 75 6c 74 3a 20 65 6e 61 62 6c 65 64 29 0d 0a 0d 0a 57 68 65 6e 20 61 20 74 65 72 6d   ┆default: enabled)    When a term┆
0x0e20…0e40       69 6e 61 6c 20 69 73 20 63 6f 6e 6e 65 63 74 65 64 20 6f 72 20 64 69 73 63 6f 6e 6e 65 63 74 65   ┆inal is connected or disconnecte┆
0x0e40…0e60       64 20 61 20 6e 75 6d 62 65 72 20 6f 66 20 6d 65 73 73 61 67 65 73 20 0a 61 72 65 20 6e 6f 72 6d   ┆d a number of messages  are norm┆
0x0e60…0e80       61 6c 6c 79 20 77 72 69 74 74 65 6e 20 74 6f 20 69 6e 66 6f 72 6d 20 61 62 6f 75 74 20 74 68 65   ┆ally written to inform about the┆
0x0e80…0ea0       20 63 68 61 6e 67 65 73 2e 20 49 66 20 74 68 65 20 74 65 72 6d 69 6e 61 6c 20 0a 69 73 20 75 73   ┆ changes. If the terminal  is us┆
0x0ea0…0ec0       65 64 20 66 6f 72 20 6f 74 68 65 72 20 70 75 72 70 6f 73 65 73 20 74 68 65 73 65 20 6d 65 73 73   ┆ed for other purposes these mess┆
0x0ec0…0ee0       61 67 65 73 20 63 61 6e 20 62 65 20 64 69 73 61 62 6c 65 64 2e 0d 0a 0d 0a a1 55 70 70 65 72 20   ┆ages can be disabled.     Upper ┆
0x0ee0…0f00       63 61 73 65 20 63 6f 6e 76 65 72 73 69 6f 6e e1 20 28 64 65 66 61 75 6c 74 3a 20 65 6e 61 62 6c   ┆case conversion  (default: enabl┆
0x0f00…0f20       65 64 29 0d 0a 0d 0a 54 68 65 20 6e 6f 72 6d 61 6c 20 63 6f 6e 76 65 72 73 69 6f 6e 20 6f 66 20   ┆ed)    The normal conversion of ┆
0x0f20…0f40       63 61 70 69 74 61 6c 20 6c 65 74 74 65 72 73 20 74 6f 20 73 6d 61 6c 6c 20 6c 65 74 74 65 72 73   ┆capital letters to small letters┆
0x0f40…0f60       20 63 61 6e 20 62 65 20 0a 64 69 73 61 62 6c 65 64 2e 0d 0a 0d 0a a1 45 63 68 6f 69 6e 67 e1 20   ┆ can be  disabled.     Echoing  ┆
0x0f60…0f80       20 20 20 20 20 20 20 20 20 20 20 28 64 65 66 61 75 6c 74 3a 20 65 6e 61 62 6c 65 64 29 0d 0a 0d   ┆           (default: enabled)   ┆
0x0f80…0fa0       0a 45 63 68 6f 69 6e 67 20 6f 66 20 69 6e 70 75 74 20 63 61 6e 20 62 65 20 65 6e 61 62 6c 65 64   ┆ Echoing of input can be enabled┆
0x0fa0…0fc0       20 6f 72 20 64 69 73 61 62 6c 65 64 2e 20 4e 6f 74 65 20 74 68 61 74 20 69 74 20 68 61 73 20 6e   ┆ or disabled. Note that it has n┆
0x0fc0…0fe0       6f 20 0a 65 66 66 65 63 74 20 6f 6e 20 74 65 72 6d 69 6e 61 6c 73 20 63 6f 6e 6e 65 63 74 65 64   ┆o  effect on terminals connected┆
0x0fe0…1000       20 76 69 61 20 61 20 52 43 38 30 30 2f 32 30 20 63 6f 6e 63 65 6e 74 72 61 74 6f 72 2c 20 61 73   ┆ via a RC800/20 concentrator, as┆
0x1000…1020 (8,)  20 0a 74 68 65 20 63 68 61 72 61 63 74 65 72 73 20 61 72 65 20 65 63 68 6f 65 64 20 6c 6f 63 61   ┆  the characters are echoed loca┆
0x1020…1040       6c 6c 79 20 62 79 20 74 68 65 20 63 6f 6e 63 65 6e 74 72 61 74 6f 72 2e 0d 0a 0d 0a a1 49 6e 70   ┆lly by the concentrator.     Inp┆
0x1040…1060       75 74 20 63 6f 6e 74 69 6e 75 65 64 e1 20 20 20 20 28 64 65 66 61 75 6c 74 3a 20 64 69 73 61 62   ┆ut continued     (default: disab┆
0x1060…1080       6c 65 64 29 0d 0a 0d 0a 57 68 65 6e 20 69 6e 70 75 74 20 63 6f 6e 74 69 6e 75 65 64 20 69 73 20   ┆led)    When input continued is ┆
0x1080…10a0       65 6e 61 62 6c 65 64 2c 20 63 68 61 72 61 63 74 65 72 73 20 72 65 61 64 20 61 66 74 65 72 20 61   ┆enabled, characters read after a┆
0x10a0…10c0       20 62 75 66 66 65 72 20 0a 69 73 20 72 65 74 75 72 6e 65 64 20 74 6f 20 52 43 38 30 30 30 20 77   ┆ buffer  is returned to RC8000 w┆
0x10c0…10e0       69 6c 6c 20 62 65 20 62 75 66 66 65 72 65 64 2c 20 61 6e 64 20 64 65 6c 69 76 65 72 65 64 20 69   ┆ill be buffered, and delivered i┆
0x10e0…1100       6e 20 74 68 65 20 6e 65 78 74 20 0a 69 6e 70 75 74 20 6d 65 73 73 61 67 65 2e 0d 0a 0d 0a 57 68   ┆n the next  input message.    Wh┆
0x1100…1120       65 6e 20 74 68 69 73 20 66 61 63 69 6c 69 74 79 20 69 73 20 75 73 65 64 20 61 74 74 65 6e 74 69   ┆en this facility is used attenti┆
0x1120…1140       6f 6e 20 6d 75 73 74 20 62 65 20 64 69 73 61 62 6c 65 64 20 61 6e 64 20 6e 6f 20 0a 70 72 6f 6d   ┆on must be disabled and no  prom┆
0x1140…1159       70 74 20 63 68 61 72 61 63 74 65 72 20 77 72 69 74 74 65 6e 2e 0d 0a 0d 0a                        ┆pt character written.    ┆
0x1159…115c       FormFeed {
0x1159…115c         0c 83 a4                                                                                          ┆   ┆
0x1159…115c       }
0x115c…1160       0a a1 46 6c                                                                                       ┆  Fl┆
0x1160…1180       6f 77 20 63 6f 6e 74 72 6f 6c e1 20 20 20 20 20 20 20 28 64 65 66 61 75 6c 74 3a 20 6e 6f 20 66   ┆ow control        (default: no f┆
0x1180…11a0       6c 6f 77 20 63 6f 6e 74 72 6f 6c 29 0d 0a 0d 0a 54 65 72 6d 69 6e 61 6c 73 20 61 6e 64 20 70 72   ┆low control)    Terminals and pr┆
0x11a0…11c0       69 6e 74 65 72 73 20 63 6f 6e 6e 65 63 74 65 64 20 76 69 61 20 74 68 65 20 52 43 33 36 38 32 20   ┆inters connected via the RC3682 ┆
0x11c0…11e0       6d 75 6c 74 69 70 6c 65 78 65 72 20 0a 73 75 70 70 6f 72 74 73 20 66 6c 6f 77 20 63 6f 6e 74 72   ┆multiplexer  supports flow contr┆
0x11e0…1200       6f 6c 20 75 73 69 6e 67 20 64 63 31 2f 64 63 33 2e 20 54 68 65 20 66 6c 6f 77 20 63 6f 6e 74 72   ┆ol using dc1/dc3. The flow contr┆
0x1200…1220 (9,)  6f 6c 20 63 61 6e 20 62 65 20 75 73 65 64 20 0a 6f 6e 20 74 68 65 20 6f 75 74 70 75 74 20 63 68   ┆ol can be used  on the output ch┆
0x1220…1240       61 6e 6e 65 6c 2c 20 74 68 65 20 69 6e 70 75 74 20 63 68 61 6e 6e 65 6c 20 6f 72 20 62 6f 74 68   ┆annel, the input channel or both┆
0x1240…1260       20 63 68 61 6e 6e 65 6c 73 2e 0d 0a 0d 0a 4e 6f 74 65 21 20 46 6c 6f 77 20 63 6f 6e 74 72 6f 6c   ┆ channels.    Note! Flow control┆
0x1260…1280       20 69 73 20 6f 6e 6c 79 20 61 70 70 6c 69 63 61 70 6c 65 20 66 6f 72 20 74 65 72 6d 69 6e 61 6c   ┆ is only applicaple for terminal┆
0x1280…12a0       73 20 6f 72 20 70 72 69 6e 74 65 72 73 20 0a 63 6f 6e 6e 65 63 74 65 64 20 76 69 61 20 74 68 65   ┆s or printers  connected via the┆
0x12a0…12c0       20 52 43 33 36 38 32 20 61 73 79 6e 63 68 72 6f 6e 6f 75 73 20 6d 75 6c 74 69 70 6c 65 78 65 72   ┆ RC3682 asynchronous multiplexer┆
0x12c0…12e0       2e 20 49 74 20 63 61 6e 20 6e 6f 74 20 62 65 20 0a 75 73 65 64 20 66 6f 72 20 52 43 33 36 38 33   ┆. It can not be  used for RC3683┆
0x12e0…1300       2c 20 52 43 38 30 30 2f 32 30 20 6f 72 20 61 6e 79 20 52 43 33 36 38 32 20 77 68 69 63 68 20 68   ┆, RC800/20 or any RC3682 which h┆
0x1300…1320       61 73 20 70 6f 73 73 69 62 69 6c 69 74 79 20 66 6f 72 20 0a 63 6f 6e 6e 65 63 74 69 6e 67 20 6f   ┆as possibility for  connecting o┆
0x1320…1340       66 20 6f 6e 65 20 6f 72 20 6d 6f 72 65 20 52 43 38 30 30 2f 32 30 2e 0d 0a 0d 0a a1 43 68 61 6e   ┆f one or more RC800/20.     Chan┆
0x1340…1360       6e 65 6c 20 63 68 61 72 61 63 74 65 72 69 73 74 69 63 73 0d 0a 0d 0a 46 6f 72 20 74 65 72 6d 69   ┆nel characteristics    For termi┆
0x1360…1380       6e 61 6c 73 20 61 6e 64 20 70 72 69 6e 74 65 72 73 20 63 6f 6e 6e 65 63 74 65 64 20 76 69 61 20   ┆nals and printers connected via ┆
0x1380…13a0       74 68 65 20 52 43 33 36 38 32 20 6d 75 6c 74 69 70 6c 65 78 65 72 20 0a 74 68 65 20 66 6f 6c 6c   ┆the RC3682 multiplexer  the foll┆
0x13a0…13c0       6f 77 69 6e 67 20 63 68 61 6e 6e 65 6c 20 63 68 61 72 61 63 74 65 72 69 73 74 69 63 73 20 63 61   ┆owing channel characteristics ca┆
0x13c0…13e0       6e 20 62 65 20 73 65 6c 65 63 74 65 64 3a 0d 0a 0d 0a 2d 20 62 61 75 64 72 61 74 65 20 66 6f 72   ┆n be selected:    - baudrate for┆
0x13e0…1400       20 72 65 63 65 69 76 65 72 20 61 6e 64 20 74 72 61 6e 73 6d 69 74 74 65 72 20 28 64 65 66 61 75   ┆ receiver and transmitter (defau┆
0x1400…1420 (10,) 6c 74 3a 20 32 34 30 30 20 62 70 73 29 0d 0a 2d 20 70 61 72 69 74 79 20 63 6f 6e 74 72 6f 6c 20   ┆lt: 2400 bps)  - parity control ┆
0x1420…1440       61 6e 64 20 67 65 6e 65 72 61 74 69 6f 6e 20 28 64 65 66 61 75 6c 74 3a 20 65 76 65 6e 29 0d 0a   ┆and generation (default: even)  ┆
0x1440…1460       2d 20 63 68 61 72 61 63 74 65 72 20 6c 65 6e 67 74 68 20 28 64 65 66 61 75 6c 74 3a 20 37 29 0d   ┆- character length (default: 7) ┆
0x1460…1480       0a 2d 20 6e 75 6d 62 65 72 20 6f 66 20 73 74 6f 70 62 69 74 73 20 28 64 65 66 61 75 6c 74 3a 20   ┆ - number of stopbits (default: ┆
0x1480…14a0       32 29 0d 0a 0d 0a 4e 6f 74 65 21 20 54 68 65 73 65 20 63 6f 6d 6d 61 6e 64 73 20 63 61 6e 20 6e   ┆2)    Note! These commands can n┆
0x14a0…14c0       6f 74 20 62 65 20 75 73 65 64 20 66 6f 72 20 74 65 72 6d 69 6e 61 6c 73 20 6f 72 20 70 72 69 6e   ┆ot be used for terminals or prin┆
0x14c0…14e0       74 65 72 73 20 0a 63 6f 6e 6e 65 63 74 65 64 20 76 69 61 20 74 68 65 20 52 43 33 36 38 33 20 61   ┆ters  connected via the RC3683 a┆
0x14e0…14fc       73 79 6e 63 68 72 6f 6e 6f 75 73 20 6d 75 6c 74 69 70 6c 65 78 65 72 2e 0d 0a 0d 0a               ┆synchronous multiplexer.    ┆
0x14fc…14ff       FormFeed {
0x14fc…14ff         0c 82 a0                                                                                          ┆   ┆
0x14fc…14ff       }
0x14ff…1500       0a                                                                                                ┆ ┆
0x1500…1520       b0 a1 33 2e 20 50 72 6f 67 72 61 6d 20 43 61 6c 6c 0d 0a 0d 0a 54 68 65 20 70 72 6f 67 72 61 6d   ┆  3. Program Call    The program┆
0x1520…1540       20 68 61 73 20 61 20 6e 75 6d 62 65 72 20 6f 66 20 63 6f 6d 6d 61 6e 64 73 2c 20 77 68 69 63 68   ┆ has a number of commands, which┆
0x1540…1560       20 61 64 64 72 65 73 73 65 73 20 64 65 76 69 63 65 73 20 6f 6e 20 0a 61 20 73 70 65 63 69 66 69   ┆ addresses devices on  a specifi┆
0x1560…1580       63 20 64 65 76 69 63 65 68 6f 73 74 2e 20 42 65 66 6f 72 65 20 74 68 65 73 65 20 63 6f 6d 6d 61   ┆c devicehost. Before these comma┆
0x1580…15a0       6e 64 73 20 63 61 6e 20 62 65 20 69 73 73 75 65 64 2c 20 61 20 0a 64 65 76 69 63 65 68 6f 73 74   ┆nds can be issued, a  devicehost┆
0x15a0…15c0       20 6d 75 73 74 20 62 65 20 73 65 6c 65 63 74 65 64 20 77 69 74 68 20 61 20 3c 68 6f 73 74 3e 20   ┆ must be selected with a <host> ┆
0x15c0…15e0       63 6f 6d 6d 61 6e 64 2e 20 55 6e 74 69 6c 20 61 20 6e 65 77 20 0a 68 6f 73 74 20 63 6f 6d 6d 61   ┆command. Until a new  host comma┆
0x15e0…1600       6e 64 20 69 73 20 69 73 73 75 65 64 20 6f 6e 6c 79 20 64 65 76 69 63 65 73 20 6f 6e 20 74 68 65   ┆nd is issued only devices on the┆
0x1600…1620 (11,) 20 73 65 6c 65 63 74 65 64 20 68 6f 73 74 20 63 61 6e 20 62 65 20 0a 61 63 63 65 73 73 65 64 2e   ┆ selected host can be  accessed.┆
0x1620…1640       0d 0a 0d 0a 0d 0a b0 a1 33 2e 31 20 53 79 6e 74 61 78 0d 0a 0d 0a 69 6e 69 74 61 6d 78 20 3c 63   ┆        3.1 Syntax    initamx <c┆
0x1640…1660       6f 6d 6d 61 6e 64 3e 20 81 2a 82 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 81   ┆ommand>  *                      ┆
0x1660…1680       31 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 82 68 6f 73   ┆1                            hos┆
0x1680…16a0       74 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 82 69 6e 66 6f 20 20 20 74 65 72   ┆t                     info   ter┆
0x16a0…16c0       6d 69 6e 61 6c 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 82 20 20 20 20 20 20 20 20   ┆minal                           ┆
0x16c0…16e0       20 70 72 69 6e 74 65 72 0d 0a 3c 63 6f 6d 6d 61 6e 64 3e 3a 3a 20 3d 20 0d 0a 20 20 20 20 20 20   ┆ printer  <command>:: =         ┆
0x16e0…1700       20 20 20 20 20 20 20 20 20 20 20 20 81 68 6f 73 74 20 20 3c 64 65 76 69 63 65 68 6f 73 74 3e 0d   ┆             host  <devicehost> ┆
0x1700…1720       0a 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 74 65 72 6d 69 6e 61 6c 20 64 68   ┆                     terminal dh┆
0x1720…1740       6c 69 6e 6b 2e 3c 64 65 76 6e 6f 3e 81 20 3c 74 65 72 6d 70 61 72 61 6d 3e 0d 0a 20 20 20 20 20   ┆link.<devno>  <termparam>       ┆
0x1740…1760       20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20   ┆                                ┆
0x1760…1780       20 20 20 20 20 81 6c 6f 6f 6b 75 70 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20   ┆      lookup                    ┆
0x1780…17a0       70 72 69 6e 74 65 72 20 20 64 68 6c 69 6e 6b 2e 3c 64 65 76 6e 6f 3e 20 3c 70 72 69 6e 74 70 61   ┆printer  dhlink.<devno> <printpa┆
0x17a0…17c0       72 61 6d 3e 0d 0a 0d 0a 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 74 79 70 65   ┆ram>                        type┆
0x17c0…17e0       2e 3c 74 65 72 6d 74 79 70 65 3e 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 2a 81 0d 0a   ┆.<termtype>                 *   ┆
0x17e0…1800       20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 74 69 6d 65 72 2e 3c 69 6e 74 69 6d 65 72   ┆                  timer.<intimer┆
0x1800…1820 (12,) 3e 20 20 2e 3c 6f 75 74 74 69 6d 65 72 3e 20 81 31 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20   ┆>  .<outtimer>  1               ┆
0x1820…1840       20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20   ┆                                ┆
0x1840…1860       20 20 81 30 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 73 2e 3c 73 74 6f 70 62   ┆   0                    s.<stopb┆
0x1860…1880       69 74 73 3e 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 70 2e 3c 70 61 72 69 74   ┆its>                    p.<parit┆
0x1880…18a0       79 3e 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 6c 2e 3c 63 68 61 72 6c 65 6e   ┆y>                    l.<charlen┆
0x18a0…18c0       67 74 68 3e 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 72 2e 3c 69 6e 72 61 74   ┆gth>                    r.<inrat┆
0x18c0…18e0       65 3e 20 20 2e 3c 6f 75 74 72 61 74 65 3e 20 20 81 31 0d 0a 3c 74 65 72 6d 70 61 72 61 6d 3e 3a   ┆e>  .<outrate>   1  <termparam>:┆
0x18e0…1900       3a 3d 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 81 30   ┆:=                             0┆
0x1900…1920       0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 64 63 31 2e 3c 64 63 74 79 70 65 3e   ┆                    dc1.<dctype>┆
0x1920…1940       0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 65 63 68 6f 2e 3c 65 63 68 6f 69 6e   ┆                    echo.<echoin┆
0x1940…1960       67 3e 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 70 72 6f 6d 70 74 2e 3c 63 68   ┆g>                    prompt.<ch┆
0x1960…1980       61 72 3e 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 63 6f 6e 74 2e 3c 63 6f 6e   ┆ar>                    cont.<con┆
0x1980…19a0       74 69 6e 6f 75 73 3e 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 63 6f 6e 76 2e   ┆tinous>                    conv.┆
0x19a0…19c0       3c 63 6f 6e 76 65 72 73 69 6f 6e 3e 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20   ┆<conversion>                    ┆
0x19c0…19e0       61 74 74 2e 3c 61 74 74 3e 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 6d 65 73   ┆att.<att>                    mes┆
0x19e0…1a00       73 2e 3c 6d 65 73 73 61 67 65 3e 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20   ┆s.<message>                     ┆
0x1a00…1a20 (13,) 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 81   ┆                                ┆
0x1a20…1a23       31 0d 0a                                                                                          ┆1  ┆
0x1a23…1a26       FormFeed {
0x1a23…1a26         0c 83 e0                                                                                          ┆   ┆
0x1a23…1a26       }
0x1a26…1a40       0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 74 69 6d 65 72 2e 3c                     ┆                   timer.<┆
0x1a40…1a60       6f 75 74 74 69 6d 65 72 3e 20 20 20 20 20 81 2a 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20   ┆outtimer>      *                ┆
0x1a60…1a80       20 20 20 20 73 2e 3c 73 74 6f 70 62 69 74 73 3e 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20   ┆    s.<stopbits>                ┆
0x1a80…1aa0       20 20 20 20 70 2e 3c 70 61 72 69 74 79 3e 0d 0a 81 3c 70 72 69 6e 74 70 61 72 61 6d 3e 3a 3a 3d   ┆    p.<parity>   <printparam>::=┆
0x1aa0…1ac0       20 82 20 20 6c 2e 3c 63 68 61 72 6c 65 6e 67 74 68 3e 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20   ┆    l.<charlength>              ┆
0x1ac0…1ae0       20 20 20 20 20 20 72 2e 3c 62 69 74 72 61 74 65 3e 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20   ┆      r.<bitrate>               ┆
0x1ae0…1b00       20 20 20 20 20 64 63 31 2e 3c 66 6c 6f 77 63 6f 6e 74 72 6f 6c 3e 20 20 20 20 82 31 0d 0a 20 0d   ┆     dc1.<flowcontrol>     1    ┆
0x1b00…1b20       0a 0d 0a b0 a1 33 2e 32 20 53 65 6d 61 6e 74 69 63 73 0d 0a 0d 0a 3c 64 65 76 69 63 65 68 6f 73   ┆     3.2 Semantics    <devicehos┆
0x1b20…1b40       74 3e 20 20 20 84 54 68 65 20 64 65 76 69 63 65 68 6f 73 74 20 6e 75 6d 62 65 72 20 6f 66 20 74   ┆t>    The devicehost number of t┆
0x1b40…1b60       68 65 20 73 65 6c 65 63 74 65 64 20 64 65 76 69 63 65 20 0a 19 8f 80 80 63 6f 6e 74 72 6f 6c 6c   ┆he selected device      controll┆
0x1b60…1b80       65 72 2e 0d 0a 0d 0a 3c 64 65 76 6e 6f 3e 20 20 20 20 20 20 20 20 84 54 68 65 20 6c 6f 67 69 63   ┆er.    <devno>         The logic┆
0x1b80…1ba0       61 6c 20 64 65 76 69 63 65 6e 75 6d 62 65 72 20 6f 66 20 74 68 65 20 73 65 6c 65 63 74 65 64 20   ┆al devicenumber of the selected ┆
0x1ba0…1bc0       74 65 72 6d 69 6e 61 6c 20 0a 19 8f 80 80 6f 72 20 70 72 69 6e 74 65 72 2e 20 49 6e 20 53 57 38   ┆terminal      or printer. In SW8┆
0x1bc0…1be0       30 30 31 2f 32 20 72 65 6c 2e 20 33 2e 30 20 61 20 6e 65 77 20 6c 6f 63 61 6c 20 0a 19 8f 80 80   ┆001/2 rel. 3.0 a new local      ┆
0x1be0…1c00       63 6f 6d 6d 61 6e 64 20 74 6f 20 74 68 65 20 74 65 72 6d 69 6e 61 6c 20 68 61 73 20 62 65 65 6e   ┆command to the terminal has been┆
0x1c00…1c20 (14,) 20 69 6d 70 6c 65 6d 65 6e 74 65 64 2e 20 54 68 65 20 0a 19 8f 80 80 6e 61 6d 65 20 69 73 20 27   ┆ implemented. The      name is '┆
0x1c20…1c40       69 64 27 20 61 6e 64 20 69 74 20 70 72 69 6e 74 73 20 74 68 65 20 64 65 76 69 63 65 20 6e 75 6d   ┆id' and it prints the device num┆
0x1c40…1c60       62 65 72 20 6f 66 20 0a 19 8f 80 80 74 68 65 20 74 65 72 6d 69 6e 61 6c 2e 0d 0a 0d 0a 3c 74 65   ┆ber of      the terminal.    <te┆
0x1c60…1c80       72 6d 74 79 70 65 3e 20 20 20 20 20 84 41 6e 20 69 6e 74 65 67 65 72 20 69 6e 20 74 68 65 20 72   ┆rmtype>      An integer in the r┆
0x1c80…1ca0       61 6e 67 65 20 30 20 74 6f 20 39 2e 20 49 74 20 69 73 20 75 73 65 64 20 74 6f 20 0a 19 8f 80 80   ┆ange 0 to 9. It is used to      ┆
0x1ca0…1cc0       73 65 6c 65 63 74 20 61 20 63 6f 6e 76 65 72 73 69 6f 6e 74 61 62 6c 65 20 66 6f 72 20 61 20 74   ┆select a conversiontable for a t┆
0x1cc0…1ce0       65 72 6d 69 6e 61 6c 2e 20 49 66 20 74 68 65 20 0a 19 8f 80 80 73 65 6c 65 63 74 65 64 20 74 61   ┆erminal. If the      selected ta┆
0x1ce0…1d00       62 6c 65 20 69 73 20 6e 6f 74 20 69 6e 63 6c 75 64 65 64 20 69 6e 20 74 68 65 20 73 79 73 74 65   ┆ble is not included in the syste┆
0x1d00…1d20       6d 20 0a 19 8f 80 80 67 65 6e 65 72 61 74 69 6f 6e 2c 20 74 68 65 20 64 65 66 61 75 6c 74 20 74   ┆m      generation, the default t┆
0x1d20…1d40       61 62 6c 65 20 69 73 20 63 68 6f 73 65 6e 20 28 69 6e 64 65 78 20 3d 20 0a 19 8f 80 80 31 29 2e   ┆able is chosen (index =      1).┆
0x1d40…1d60       0d 0a 0d 0a 3c 69 6e 74 69 6d 65 72 3e 20 20 20 20 20 20 84 54 68 65 20 69 6e 70 75 74 20 74 69   ┆    <intimer>       The input ti┆
0x1d60…1d80       6d 65 72 20 69 6e 20 73 65 63 6f 6e 64 73 20 28 30 20 74 6f 20 32 35 35 29 20 28 64 65 73 63 72   ┆mer in seconds (0 to 255) (descr┆
0x1d80…1da0       69 62 65 64 20 0a 19 8f 80 80 69 6e 20 73 65 63 74 69 6f 6e 20 32 29 2e 0d 0a 0d 0a 3c 6f 75 74   ┆ibed      in section 2).    <out┆
0x1da0…1dc0       74 69 6d 65 72 3e 20 20 20 20 20 84 54 68 65 20 6f 75 74 70 75 74 20 74 69 6d 65 72 20 69 6e 20   ┆timer>      The output timer in ┆
0x1dc0…1de0       73 65 63 6f 6e 64 73 20 28 30 20 74 6f 20 32 35 35 29 20 28 64 65 73 63 72 69 62 65 64 20 0a 19   ┆seconds (0 to 255) (described   ┆
0x1de0…1e00       8f 80 80 69 6e 20 73 65 63 74 69 6f 6e 20 32 29 2e 0d 0a 0d 0a 3c 73 74 6f 70 62 69 74 73 3e 20   ┆   in section 2).    <stopbits> ┆
0x1e00…1e20 (15,) 20 20 20 20 54 68 65 20 6e 75 6d 62 65 72 20 6f 66 20 6f 66 20 73 74 6f 70 62 69 74 73 2e 20 4c   ┆    The number of of stopbits. L┆
0x1e20…1e35       65 67 61 6c 20 76 61 6c 75 65 73 20 31 2c 20 32 2e 0d 0a 0d 0a                                    ┆egal values 1, 2.    ┆
0x1e35…1e38       FormFeed {
0x1e35…1e38         0c 83 8c                                                                                          ┆   ┆
0x1e35…1e38       }
0x1e38…1e40       0a 3c 70 61 72 69 74 79                                                                           ┆ <parity┆
0x1e40…1e60       3e 20 20 20 20 20 20 20 84 50 61 72 69 74 79 20 63 6f 6e 74 72 6f 6c 20 61 6e 64 20 67 65 6e 65   ┆>        Parity control and gene┆
0x1e60…1e80       72 61 74 69 6f 6e 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 4c 65 67 61 6c 20 76 61 6c   ┆ration                 Legal val┆
0x1e80…1ea0       75 65 73 3a 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 6e 3a 20 6e 6f 20 70 61 72 69 74   ┆ues:                 n: no parit┆
0x1ea0…1ec0       79 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 65 3a 20 65 76 65 6e 20 70 61 72 69 74 79   ┆y                 e: even parity┆
0x1ec0…1ee0       0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 6f 3a 20 6f 64 64 20 70 61 72 69 74 79 0d 0a   ┆                 o: odd parity  ┆
0x1ee0…1f00       0d 0a 3c 63 68 61 72 6c 65 6e 67 74 68 3e 20 20 20 84 54 68 65 20 63 68 61 72 61 63 74 65 72 20   ┆  <charlength>    The character ┆
0x1f00…1f20       6c 65 6e 67 74 68 20 6f 66 20 64 61 74 61 20 65 78 63 6c 75 73 69 76 65 20 61 6e 20 65 76 65 6e   ┆length of data exclusive an even┆
0x1f20…1f40       74 75 61 6c 20 0a 19 8f 80 80 70 61 72 69 74 79 20 62 69 74 2e 0d 0a 20 20 20 20 20 20 20 20 20   ┆tual      parity bit.           ┆
0x1f40…1f60       20 20 20 20 20 20 4c 65 67 61 6c 20 76 61 6c 75 65 73 3a 20 35 2c 20 36 2c 20 37 2c 20 38 2e 0d   ┆      Legal values: 5, 6, 7, 8. ┆
0x1f60…1f80       0a 0d 0a 3c 69 6e 72 61 74 65 3e 20 20 20 20 20 20 20 84 54 68 65 20 62 61 75 64 72 61 74 65 20   ┆   <inrate>        The baudrate ┆
0x1f80…1fa0       6f 66 20 74 68 65 20 72 65 63 65 69 76 65 72 2e 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20   ┆of the receiver.                ┆
0x1fa0…1fc0       20 84 4c 65 67 61 6c 20 76 61 6c 75 65 73 3a 20 34 30 2c 20 35 30 2c 20 37 35 2c 20 31 31 30 2c   ┆  Legal values: 40, 50, 75, 110,┆
0x1fc0…1fe0       20 31 33 34 2c 20 31 35 30 2c 20 32 30 30 2c 20 32 32 30 2c 20 0a 19 8f 80 80 33 30 30 2c 20 36   ┆ 134, 150, 200, 220,      300, 6┆
0x1fe0…2000       30 30 2c 20 31 32 30 30 2c 20 34 38 30 30 2c 20 39 36 30 30 2e 0d 0a 0d 0a 3c 6f 75 74 72 61 74   ┆00, 1200, 4800, 9600.    <outrat┆
0x2000…2020 (16,) 65 3e 20 20 20 20 20 20 84 54 68 65 20 62 61 75 64 72 61 74 65 20 6f 66 20 74 68 65 20 74 72 61   ┆e>       The baudrate of the tra┆
0x2020…2040       6e 73 6d 69 74 74 65 72 2e 20 49 66 20 69 74 20 69 73 20 6e 6f 74 20 0a 19 8f 80 80 73 70 65 63   ┆nsmitter. If it is not      spec┆
0x2040…2060       69 66 69 65 64 2c 20 74 68 65 20 73 61 6d 65 20 76 61 6c 75 65 20 61 73 20 66 6f 72 20 74 68 65   ┆ified, the same value as for the┆
0x2060…2080       20 72 65 63 65 69 76 65 72 20 69 73 20 0a 19 8f 80 80 63 68 6f 73 65 6e 2e 0d 0a 0d 0a 3c 64 63   ┆ receiver is      chosen.    <dc┆
0x2080…20a0       74 79 70 65 3e 20 20 20 20 20 20 20 84 54 68 65 20 6b 69 6e 64 20 6f 66 20 66 6c 6f 77 63 6f 6e   ┆type>        The kind of flowcon┆
0x20a0…20c0       74 72 6f 6c 20 73 65 6c 65 63 74 65 64 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 4c 65   ┆trol selected                 Le┆
0x20c0…20e0       67 61 6c 20 76 61 6c 75 65 73 3a 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 6e 6f 3a 20   ┆gal values:                 no: ┆
0x20e0…2100       20 20 20 20 4e 6f 20 66 6c 6f 77 63 6f 6e 74 72 6f 6c 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20   ┆    No flowcontrol              ┆
0x2100…2120       20 20 20 69 6e 70 75 74 3a 20 20 46 6c 6f 77 63 6f 6e 74 72 6f 6c 20 6f 6e 20 74 68 65 20 72 65   ┆   input:  Flowcontrol on the re┆
0x2120…2140       63 65 69 76 65 72 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 6f 75 74 70 75 74 3a 20 46   ┆ceiver                 output: F┆
0x2140…2160       6c 6f 77 63 6f 6e 74 72 6f 6c 20 6f 6e 20 74 68 65 20 74 72 61 6e 73 6d 69 74 74 65 72 0d 0a 20   ┆lowcontrol on the transmitter   ┆
0x2160…2180       20 20 20 20 20 20 20 20 20 20 20 20 20 20 62 6f 74 68 3a 20 20 20 84 46 6c 6f 77 63 6f 6e 74 72   ┆              both:    Flowcontr┆
0x2180…21a0       6f 6c 20 6f 6e 20 74 68 65 20 72 65 63 65 69 76 65 72 20 61 6e 64 20 74 68 65 20 74 72 61 6e 73   ┆ol on the receiver and the trans┆
0x21a0…21c0       80 0a 19 97 80 80 6d 69 74 74 65 72 2e 0d 0a 0d 0a 3c 65 63 68 6f 69 6e 67 3e 20 20 20 20 20 20   ┆      mitter.    <echoing>      ┆
0x21c0…21e0       84 45 6e 61 62 6c 65 73 20 6f 72 20 64 69 73 61 62 6c 65 73 20 65 63 68 6f 69 6e 67 20 6f 66 20   ┆ Enables or disables echoing of ┆
0x21e0…2200       69 6e 70 75 74 2e 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 4c 65 67 61 6c 20 76 61 6c   ┆input.                 Legal val┆
0x2200…2220 (17,) 75 65 73 3a 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 79 65 73 3a 20 69 6e 70 75 74 20   ┆ues:                 yes: input ┆
0x2220…2240       65 63 68 6f 65 64 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 6e 6f 3a 20 20 69 6e 70 75   ┆echoed                 no:  inpu┆
0x2240…2260       74 20 6e 6f 74 20 65 63 68 6f 65 64 0d 0a 0d 0a 3c 63 68 61 72 3e 20 20 20 20 20 20 20 20 20 84   ┆t not echoed    <char>          ┆
0x2260…2280       54 68 65 20 76 61 6c 75 65 20 6f 66 20 74 68 65 20 63 68 61 72 61 63 74 65 72 20 75 73 65 64 20   ┆The value of the character used ┆
0x2280…22a0       66 6f 72 20 70 72 6f 6d 70 74 2e 20 41 20 7a 65 72 6f 20 0a 19 8f 80 80 76 61 6c 75 65 20 77 69   ┆for prompt. A zero      value wi┆
0x22a0…22c0       6c 6c 20 69 6e 68 69 62 69 74 20 6f 75 74 70 75 74 74 69 6e 67 20 6f 66 20 61 20 70 72 6f 6d 70   ┆ll inhibit outputting of a promp┆
0x22c0…22d5       74 20 0a 19 8f 80 80 63 68 61 72 61 63 74 65 72 2e 0d 0a 0d 0a                                    ┆t      character.    ┆
0x22d5…22d8       FormFeed {
0x22d5…22d8         0c 83 a4                                                                                          ┆   ┆
0x22d5…22d8       }
0x22d8…22e0       0a 3c 63 6f 6e 74 69 6e                                                                           ┆ <contin┆
0x22e0…2300       6f 75 73 3e 20 20 20 20 84 53 65 6c 65 63 74 69 6e 67 20 6f 66 20 63 6f 6e 74 69 6e 6f 75 73 20   ┆ous>     Selecting of continous ┆
0x2300…2320       69 6e 70 75 74 20 28 74 79 70 65 20 61 68 65 61 64 29 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20   ┆input (type ahead)              ┆
0x2320…2340       20 20 20 4c 65 67 61 6c 20 76 61 6c 75 65 73 3a 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20   ┆   Legal values:                ┆
0x2340…2360       20 79 65 73 3a 20 63 6f 6e 74 69 6e 6f 75 73 20 69 6e 70 75 74 20 61 70 70 6c 69 65 64 0d 0a 20   ┆ yes: continous input applied   ┆
0x2360…2380       20 20 20 20 20 20 20 20 20 20 20 20 20 20 6e 6f 3a 20 20 6e 6f 72 6d 61 6c 20 69 6e 70 75 74 0d   ┆              no:  normal input ┆
0x2380…23a0       0a 0d 0a 3c 63 6f 6e 76 65 72 73 69 6f 6e 3e 20 20 20 84 54 68 65 20 63 6f 6e 76 65 72 73 69 6f   ┆   <conversion>    The conversio┆
0x23a0…23c0       6e 20 6d 6f 64 65 20 75 73 65 64 2e 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 4c 65 67   ┆n mode used.                 Leg┆
0x23c0…23e0       61 6c 20 76 61 6c 75 65 73 3a 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 79 65 73 3a 20   ┆al values:                 yes: ┆
0x23e0…2400       84 43 6f 6e 76 65 72 73 69 6f 6e 20 6f 66 20 63 61 70 69 74 61 6c 20 6c 65 74 74 65 72 73 20 61   ┆ Conversion of capital letters a┆
0x2400…2420 (18,) 73 20 64 65 73 63 72 69 62 65 64 20 0a 19 94 80 80 69 6e 20 74 68 65 20 54 65 72 6d 69 6e 61 6c   ┆s described      in the Terminal┆
0x2420…2440       20 50 72 6f 63 65 73 73 2e 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 6e 6f 3a 20 20 4e   ┆ Process.                 no:  N┆
0x2440…2460       6f 20 63 6f 6e 76 65 72 73 69 6f 6e 20 75 73 65 64 2e 0d 0a 0d 0a 3c 61 74 74 3e 20 20 20 20 20   ┆o conversion used.    <att>     ┆
0x2460…2480       20 20 20 20 20 84 45 6e 61 62 6c 65 73 20 6f 72 20 64 69 73 61 62 6c 65 73 20 61 74 74 65 6e 74   ┆      Enables or disables attent┆
0x2480…24a0       69 6f 6e 20 77 68 65 6e 20 6e 6f 20 69 6e 70 75 74 20 0a 19 8f 80 80 6d 65 73 73 61 67 65 20 69   ┆ion when no input      message i┆
0x24a0…24c0       73 20 70 72 65 73 65 6e 74 2e 20 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 4c 65 67 61   ┆s present.                  Lega┆
0x24c0…24e0       6c 20 76 61 6c 75 65 73 3a 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 65 6e 61 3a 20 20   ┆l values:                 ena:  ┆
0x24e0…2500       45 6e 61 62 6c 65 73 20 61 74 74 65 6e 74 69 6f 6e 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20   ┆Enables attention               ┆
0x2500…2520       20 20 64 69 73 61 3a 20 44 69 73 61 62 6c 65 73 20 61 74 74 65 6e 74 69 6f 6e 0d 0a 0d 0a 3c 6d   ┆  disa: Disables attention    <m┆
0x2520…2540       65 73 73 61 67 65 3e 20 20 20 20 20 20 84 45 6e 61 62 6c 65 73 20 6f 72 20 64 69 73 61 62 6c 65   ┆essage>       Enables or disable┆
0x2540…2560       73 20 64 69 73 63 6f 6e 6e 65 63 74 20 61 6e 64 20 63 6f 6e 6e 65 63 74 20 0a 19 8f 80 80 6d 65   ┆s disconnect and connect      me┆
0x2560…2580       73 73 61 67 65 73 20 6f 6e 20 74 65 72 6d 69 6e 61 6c 2e 0d 0a 20 20 20 20 20 20 20 20 20 20 20   ┆ssages on terminal.             ┆
0x2580…25a0       20 20 20 20 4c 65 67 61 6c 20 76 61 6c 75 65 73 3a 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20 20   ┆    Legal values:               ┆
0x25a0…25c0       20 20 79 65 73 3a 20 4d 65 73 73 61 67 65 73 20 61 72 65 20 77 72 69 74 74 65 6e 0d 0a 20 20 20   ┆  yes: Messages are written     ┆
0x25c0…25e0       20 20 20 20 20 20 20 20 20 20 20 20 6e 6f 3a 20 20 4e 6f 20 6d 65 73 73 61 67 65 73 20 61 72 65   ┆            no:  No messages are┆
0x25e0…2600       20 77 72 69 74 74 65 6e 0d 0a 0d 0a 3c 66 6c 6f 77 63 6f 6e 74 72 6f 6c 3e 20 20 84 46 6c 6f 77   ┆ written    <flowcontrol>   Flow┆
0x2600…2620 (19,) 63 6f 6e 74 72 6f 6c 20 66 6f 72 20 70 72 69 6e 74 65 72 2e 0d 0a 20 20 20 20 20 20 20 20 20 20   ┆control for printer.            ┆
0x2620…2640       20 20 20 20 20 4c 65 67 61 6c 20 76 61 6c 75 65 73 3a 0d 0a 20 20 20 20 20 20 20 20 20 20 20 20   ┆     Legal values:              ┆
0x2640…2660       20 20 20 79 65 73 3a 20 46 6c 6f 77 20 63 6f 6e 74 72 6f 6c 20 61 70 70 6c 69 65 64 0d 0a 20 20   ┆   yes: Flow control applied    ┆
0x2660…2680       20 20 20 20 20 20 20 20 20 20 20 20 20 6e 6f 3a 20 20 4e 6f 20 66 6c 6f 77 20 63 6f 6e 74 72 6f   ┆             no:  No flow contro┆
0x2680…26a0       6c 0d 0a 0d 0a 0d 0a b0 a1 33 2e 33 20 46 75 6e 63 74 69 6f 6e 0d 0a 0d 0a 54 68 65 20 70 72 6f   ┆l        3.3 Function    The pro┆
0x26a0…26c0       67 72 61 6d 20 68 61 73 20 66 6f 75 72 20 63 6f 6d 6d 61 6e 64 73 20 28 69 6e 66 6f 2c 20 68 6f   ┆gram has four commands (info, ho┆
0x26c0…26e0       73 74 2c 20 74 65 72 6d 69 6e 61 6c 2c 20 70 72 69 6e 74 65 72 29 20 61 6e 64 20 0a 74 68 65 79   ┆st, terminal, printer) and  they┆
0x26e0…2700       20 61 72 65 20 64 65 73 63 72 69 62 65 64 20 69 6e 20 74 68 65 20 66 6f 6c 6c 6f 77 69 6e 67 20   ┆ are described in the following ┆
0x2700…270f       73 65 63 74 69 6f 6e 73 2e 0d 0a 0d 0a 0d 0a                                                      ┆sections.      ┆
0x270f…2712       FormFeed {
0x270f…2712         0c 83 a4                                                                                          ┆   ┆
0x270f…2712       }
0x2712…2720       0a b0 a1 33 2e 33 2e 31 20 49 6e 66 6f 0d                                                         ┆   3.3.1 Info ┆
0x2720…2740       0a 0d 0a 54 68 69 73 20 63 6f 6d 6d 61 6e 64 20 70 72 69 6e 74 73 20 61 20 73 68 6f 72 74 20 73   ┆   This command prints a short s┆
0x2740…2760       75 6d 6d 61 72 79 20 6f 66 20 74 68 65 20 61 76 61 69 6c 61 62 6c 65 20 63 6f 6d 6d 61 6e 64 73   ┆ummary of the available commands┆
0x2760…2780       20 0a 69 6e 63 6c 75 64 69 6e 67 20 74 68 65 20 73 79 6e 74 61 78 20 6f 66 20 70 72 6f 67 72 61   ┆  including the syntax of progra┆
0x2780…27a0       6d 20 63 61 6c 6c 73 2e 0d 0a 0d 0a 45 78 61 6d 70 6c 65 3a 0d 0a 20 20 20 20 20 20 20 20 20 20   ┆m calls.    Example:            ┆
0x27a0…27c0       69 6e 66 6f 20 68 6f 73 74 0d 0a 20 20 20 20 20 20 20 20 20 20 69 6e 66 6f 20 74 65 72 6d 69 6e   ┆info host            info termin┆
0x27c0…27e0       61 6c 0d 0a 20 20 20 20 20 6f 72 20 20 20 69 6e 66 6f 20 70 72 69 6e 74 65 72 0d 0a 0d 0a 0d 0a   ┆al       or   info printer      ┆
0x27e0…2800       b0 a1 33 2e 33 2e 32 20 48 6f 73 74 0d 0a 0d 0a 54 68 65 20 63 6f 6d 6d 61 6e 64 20 74 65 72 6d   ┆  3.3.2 Host    The command term┆
0x2800…2820 (20,) 69 6e 61 74 65 20 61 6e 20 65 76 65 6e 74 75 61 6c 20 63 6f 6d 6d 75 6e 69 63 61 74 69 6f 6e 20   ┆inate an eventual communication ┆
0x2820…2840       77 69 74 68 20 61 20 64 65 76 69 63 65 68 6f 73 74 20 0a 61 6e 64 20 63 72 65 61 74 65 20 61 20   ┆with a devicehost  and create a ┆
0x2840…2860       6c 69 6e 6b 20 74 6f 20 74 68 65 20 64 65 76 69 63 65 68 6f 73 74 20 73 70 65 63 69 66 69 65 64   ┆link to the devicehost specified┆
0x2860…2880       2e 0d 0a 0d 0a 45 78 61 6d 70 6c 65 3a 0d 0a 20 20 20 20 20 20 20 20 20 20 68 6f 73 74 20 35 30   ┆.    Example:            host 50┆
0x2880…28a0       31 34 0d 0a 0d 0a 0d 0a b0 a1 33 2e 33 2e 33 20 54 65 72 6d 69 6e 61 6c 0d 0a 0d 0a 54 68 65 20   ┆14        3.3.3 Terminal    The ┆
0x28a0…28c0       74 65 72 6d 69 6e 61 6c 20 63 6f 6d 6d 61 6e 64 20 63 61 6e 20 65 69 74 68 65 72 20 63 68 61 6e   ┆terminal command can either chan┆
0x28c0…28e0       67 65 20 74 68 65 20 70 61 72 61 6d 65 74 65 72 73 20 6f 66 20 61 20 73 65 80 0a 6c 65 63 74 65   ┆ge the parameters of a se  lecte┆
0x28e0…2900       64 20 74 65 72 6d 69 6e 61 6c 2c 20 6f 72 20 69 74 20 63 61 6e 20 70 72 69 6e 74 20 74 68 65 20   ┆d terminal, or it can print the ┆
0x2900…2920       70 61 72 61 6d 65 74 65 72 73 20 69 6e 20 75 73 65 2e 0d 0a 0d 0a 45 78 61 6d 70 6c 65 3a 0d 0a   ┆parameters in use.    Example:  ┆
0x2920…2940       20 20 20 20 20 20 20 20 20 20 74 65 72 6d 69 6e 61 6c 20 64 68 6c 69 6e 6b 2e 31 20 72 2e 34 38   ┆          terminal dhlink.1 r.48┆
0x2940…2960       30 30 0d 0a 20 20 20 20 20 20 20 20 20 20 74 65 72 6d 69 6e 61 6c 20 64 68 6c 69 6e 6b 2e 31 20   ┆00            terminal dhlink.1 ┆
0x2960…2980       6c 6f 6f 6b 75 70 0d 0a 0d 0a 57 68 65 6e 20 70 61 72 61 6d 65 74 65 72 73 20 61 72 65 20 63 68   ┆lookup    When parameters are ch┆
0x2980…29a0       61 6e 67 65 64 2c 20 61 6e 79 20 70 61 72 61 6d 65 74 65 72 20 6e 6f 74 20 73 70 65 63 69 66 69   ┆anged, any parameter not specifi┆
0x29a0…29c0       65 64 20 69 6e 20 74 68 65 20 0a 63 61 6c 6c 20 77 69 6c 6c 20 6e 6f 74 20 62 65 20 63 68 61 6e   ┆ed in the  call will not be chan┆
0x29c0…29e0       67 65 64 2e 0d 0a 0d 0a 54 68 69 73 20 69 73 20 6f 6e 6c 79 20 74 72 75 65 20 69 66 20 74 68 65   ┆ged.    This is only true if the┆
0x29e0…2a00       20 42 61 73 69 73 20 53 79 73 74 65 6d 20 28 53 57 38 30 30 31 29 20 69 73 20 76 65 72 73 69 6f   ┆ Basis System (SW8001) is versio┆
0x2a00…2a20 (21,) 6e 20 32 20 0a 72 65 6c 65 61 73 65 20 33 2e 30 20 6f 72 20 6c 61 74 65 72 2e 20 49 6e 20 65 61   ┆n 2  release 3.0 or later. In ea┆
0x2a20…2a40       72 6c 69 65 72 20 72 65 6c 65 61 73 65 73 20 6f 66 20 74 68 65 20 42 61 73 69 73 20 53 79 73 74   ┆rlier releases of the Basis Syst┆
0x2a40…2a60       65 6d 20 69 74 20 0a 77 61 73 20 6e 6f 74 20 70 6f 73 73 69 62 6c 65 20 74 6f 20 72 65 61 64 20   ┆em it  was not possible to read ┆
0x2a60…2a80       74 68 65 20 70 61 72 61 6d 65 74 65 72 73 20 6f 66 20 61 20 74 65 72 6d 69 6e 61 6c 2c 20 61 6e   ┆the parameters of a terminal, an┆
0x2a80…2aa0       64 20 74 68 65 72 65 80 0a 66 6f 72 65 20 74 68 65 20 70 61 72 61 6d 65 74 65 72 73 20 6e 6f 74   ┆d there  fore the parameters not┆
0x2aa0…2ac0       20 73 70 65 63 69 66 69 65 64 20 77 69 6c 6c 20 67 65 74 20 74 68 65 20 64 65 66 61 75 6c 74 20   ┆ specified will get the default ┆
0x2ac0…2ae0       76 61 6c 75 65 73 20 0a 64 65 73 63 72 69 62 65 64 20 69 6e 20 73 65 63 74 69 6f 6e 20 32 2e 0d   ┆values  described in section 2. ┆
0x2ae0…2ae3       0a 0d 0a                                                                                          ┆   ┆
0x2ae3…2ae6       FormFeed {
0x2ae3…2ae6         0c 83 c8                                                                                          ┆   ┆
0x2ae3…2ae6       }
0x2ae6…2b00       0a 49 6e 20 74 68 65 20 73 61 6d 65 20 77 61 79 20 74 68 65 20 6c 6f 6f 6b 75                     ┆ In the same way the looku┆
0x2b00…2b20       70 20 66 75 6e 63 74 69 6f 6e 20 77 69 6c 6c 20 6a 75 73 74 20 70 72 69 6e 74 20 61 6c 6c 20 74   ┆p function will just print all t┆
0x2b20…2b40       68 65 20 0a 64 65 66 61 75 6c 74 20 76 61 6c 75 65 73 20 6f 66 20 70 61 72 61 6d 65 74 65 72 73   ┆he  default values of parameters┆
0x2b40…2b60       2e 0d 0a 0d 0a 0d 0a b0 a1 33 2e 33 2e 34 20 50 72 69 6e 74 65 72 0d 0a 0d 0a 54 68 65 20 70 72   ┆.        3.3.4 Printer    The pr┆
0x2b60…2b80       69 6e 74 65 72 20 63 6f 6d 6d 61 6e 64 20 63 68 61 6e 67 65 73 20 74 68 65 20 70 61 72 61 6d 65   ┆inter command changes the parame┆
0x2b80…2ba0       74 65 72 73 20 66 6f 72 20 61 20 70 72 69 6e 74 65 72 20 63 6f 6e 6e 65 63 74 80 0a 65 64 20 76   ┆ters for a printer connect  ed v┆
0x2ba0…2bc0       69 61 20 61 6e 20 61 73 79 6e 63 68 72 6f 6e 6f 75 73 20 63 68 61 6e 6e 65 6c 0d 0a 0d 0a 09 70   ┆ia an asynchronous channel     p┆
0x2bc0…2be0       72 69 6e 74 65 72 20 64 68 6c 69 6e 6b 2e 32 30 20 72 2e 32 34 30 30 20 74 69 6d 65 72 2e 31 30   ┆rinter dhlink.20 r.2400 timer.10┆
0x2be0…2c00       30 0d 0a 20 20 20 20 70 72 69 6e 74 65 72 20 64 68 6c 69 6e 6b 2e 32 30 20 74 69 6d 65 72 2e 31   ┆0      printer dhlink.20 timer.1┆
0x2c00…2c20 (22,) 30 30 20 64 63 31 2e 79 65 73 20 72 2e 34 38 30 30 0d 0a 0d 0a 54 68 65 20 64 65 76 69 63 65 68   ┆00 dc1.yes r.4800    The deviceh┆
0x2c20…2c40       6f 73 74 20 6c 69 6e 6b 6e 75 6d 62 65 72 20 6f 66 20 74 68 65 20 70 72 69 6e 74 65 72 20 63 61   ┆ost linknumber of the printer ca┆
0x2c40…2c60       6e 20 62 65 20 6f 62 74 61 69 6e 65 64 20 62 79 20 74 68 65 20 0a 75 74 69 6c 69 74 79 20 70 72   ┆n be obtained by the  utility pr┆
0x2c60…2c80       6f 67 72 61 6d 20 27 6c 6f 6f 6b 75 70 6c 69 6e 6b 27 2c 20 6f 72 20 66 72 6f 6d 20 74 68 65 20   ┆ogram 'lookuplink', or from the ┆
0x2c80…2ca0       64 65 76 69 63 65 6c 69 73 74 20 64 65 6c 69 76 65 72 65 64 20 0a 77 69 74 68 20 74 68 65 20 42   ┆devicelist delivered  with the B┆
0x2ca0…2cc0       61 73 69 73 20 53 79 73 74 65 6d 2e 0d 0a 0d 0a 54 68 65 20 6e 65 77 20 70 61 72 61 6d 65 74 65   ┆asis System.    The new paramete┆
0x2cc0…2ce0       72 73 20 77 69 6c 6c 20 62 65 20 74 68 65 20 6f 6e 65 73 20 73 70 65 63 69 66 69 65 64 20 69 6e   ┆rs will be the ones specified in┆
0x2ce0…2d00       20 74 68 65 20 63 61 6c 6c 2c 20 61 6e 64 20 0a 66 6f 72 20 74 68 65 20 72 65 73 74 20 6f 66 20   ┆ the call, and  for the rest of ┆
0x2d00…2d20       74 68 65 20 70 61 72 61 6d 65 74 65 72 73 2c 20 64 65 66 61 75 6c 74 20 76 61 6c 75 65 73 20 61   ┆the parameters, default values a┆
0x2d20…2d30       72 65 20 63 68 6f 73 65 6e 2e 0d 0a 0d 0a 0d 0a                                                   ┆re chosen.      ┆
0x2d30…2d33       FormFeed {
0x2d30…2d33         0c 81 f0                                                                                          ┆   ┆
0x2d30…2d33       }
0x2d33…2d40       0a b0 a1 34 2e 20 45 52 52 4f 52 20 4d                                                            ┆   4. ERROR M┆
0x2d40…2d60       45 53 53 41 47 45 53 0d 0a 0d 0a 45 72 72 6f 72 20 6d 65 73 73 61 67 65 73 20 68 61 76 65 20 74   ┆ESSAGES    Error messages have t┆
0x2d60…2d80       68 65 20 66 6f 72 6d 61 74 3a 0d 0a 0d 0a 2a 2a 2a 69 6e 69 74 61 6d 78 3a 20 3c 65 72 72 6f 72   ┆he format:    ***initamx: <error┆
0x2d80…2da0       20 74 65 78 74 3e 0d 0a 0d 0a 45 72 72 6f 72 73 20 69 6e 20 63 6f 6e 6e 65 63 74 69 6f 6e 20 77   ┆ text>    Errors in connection w┆
0x2da0…2dc0       69 74 68 20 73 65 6c 65 63 74 69 6f 6e 20 6f 66 20 64 65 76 69 63 65 68 6f 73 74 2e 0d 0a 0d 0a   ┆ith selection of devicehost.    ┆
0x2dc0…2de0       3c 65 72 72 6f 72 20 74 65 78 74 3e 20 3d 0d 0a 20 09 64 65 76 69 63 65 68 6f 73 74 20 6e 6f 20   ┆<error text> =    devicehost no ┆
0x2de0…2e00       3c 68 6f 73 74 6e 6f 3e 20 6e 6f 74 20 66 6f 75 6e 64 0d 0a 0d 0a 09 49 74 20 77 61 73 20 6e 6f   ┆<hostno> not found     It was no┆
0x2e00…2e20 (23,) 74 20 70 6f 73 73 69 62 6c 65 20 74 6f 20 66 69 6e 64 20 61 20 68 6f 73 74 70 72 6f 63 65 73 73   ┆t possible to find a hostprocess┆
0x2e20…2e40       0d 0a 0d 0a 6f 72 0d 0a 0d 0a 3c 65 72 72 6f 72 20 74 65 78 74 3e 20 3d 0d 0a 20 20 20 20 6c 69   ┆    or    <error text> =      li┆
0x2e40…2e60       6e 6b 20 65 72 72 6f 72 20 3c 63 61 75 73 65 3e 20 63 6f 6e 6e 65 63 74 69 6e 67 20 74 6f 20 64   ┆nk error <cause> connecting to d┆
0x2e60…2e80       65 76 69 63 65 68 6f 73 74 20 6e 6f 20 3c 68 6f 73 74 6e 6f 3e 0d 0a 0d 0a 3c 63 61 75 73 65 3e   ┆evicehost no <hostno>    <cause>┆
0x2e80…2ea0       20 3d 20 64 65 76 69 63 65 68 6f 73 74 20 72 65 73 65 72 76 65 64 0d 0a 0d 0a 20 20 20 20 84 41   ┆ = devicehost reserved         A┆
0x2ea0…2ec0       20 70 72 6f 63 65 73 73 20 6f 6e 20 74 68 65 20 73 61 6d 65 20 63 6f 6d 70 75 74 65 72 20 69 73   ┆ process on the same computer is┆
0x2ec0…2ee0       20 75 73 69 6e 67 20 69 6e 69 74 61 6d 78 20 6f 6e 20 74 68 65 20 73 61 6d 65 20 0a 19 84 80 80   ┆ using initamx on the same      ┆
0x2ee0…2f00       64 65 76 69 63 65 68 6f 73 74 2e 0d 0a 0d 0a 3c 63 61 75 73 65 3e 20 3d 20 6e 6f 20 72 65 73 6f   ┆devicehost.    <cause> = no reso┆
0x2f00…2f20       75 72 63 65 73 20 61 74 20 6a 6f 62 68 6f 73 74 0d 0a 0d 0a 20 20 20 20 84 54 68 65 72 65 20 69   ┆urces at jobhost         There i┆
0x2f20…2f40       73 20 6e 6f 20 66 72 65 65 20 65 78 74 65 72 6e 61 6c 20 70 72 6f 63 65 73 73 65 73 2e 0d 0a 0d   ┆s no free external processes.   ┆
0x2f40…2f60       0a 3c 63 61 75 73 65 3e 20 3d 20 74 69 6d 6f 75 74 0d 0a 0d 0a 20 20 20 20 84 41 20 75 73 65 72   ┆ <cause> = timout         A user┆
0x2f60…2f80       20 69 6e 20 74 68 65 20 6e 65 74 77 6f 72 6b 20 69 73 20 75 73 69 6e 67 20 74 68 65 20 69 6e 69   ┆ in the network is using the ini┆
0x2f80…2fa0       74 61 6d 78 20 70 72 6f 67 72 61 6d 20 6f 6e 20 74 68 61 74 20 0a 19 84 80 80 64 65 76 69 63 65   ┆tamx program on that      device┆
0x2fa0…2fc0       68 6f 73 74 2e 0d 0a 0d 0a 84 41 6e 6f 74 68 65 72 20 67 72 6f 75 70 20 6f 66 20 65 72 72 6f 72   ┆host.     Another group of error┆
0x2fc0…2fe0       73 20 61 72 65 20 63 61 75 73 65 64 20 62 79 20 69 6c 6c 65 67 61 6c 20 70 61 72 61 6d 65 74 65   ┆s are caused by illegal paramete┆
0x2fe0…3000       72 73 20 6f 72 20 77 72 6f 6e 67 20 0a 73 79 6e 74 61 78 20 6f 66 20 70 72 6f 67 72 61 6d 20 63   ┆rs or wrong  syntax of program c┆
0x3000…3020 (24,) 61 6c 6c 2e 0d 0a 0d 0a 3c 65 72 72 6f 72 20 74 65 78 74 3e 20 3d 20 74 65 72 6d 69 6e 61 6c 20   ┆all.    <error text> = terminal ┆
0x3020…302e       6e 6f 74 20 66 6f 75 6e 64 2e 0d 0a 0d 0a                                                         ┆not found.    ┆
0x302e…3031       FormFeed {
0x302e…3031         0c 83 bc                                                                                          ┆   ┆
0x302e…3031       }
0x3031…3040       0a 20 20 20 20 84 54 68 65 20 64 65 76 69 63                                                      ┆      The devic┆
0x3040…3060       65 6e 75 6d 62 65 72 20 73 70 65 63 69 66 69 65 64 20 28 64 68 6c 69 6e 6b 29 20 69 73 20 6e 6f   ┆enumber specified (dhlink) is no┆
0x3060…3080       74 20 61 20 6c 65 67 61 6c 20 64 65 76 69 63 65 20 6f 66 20 0a 19 84 80 80 61 20 74 65 72 6d 69   ┆t a legal device of      a termi┆
0x3080…30a0       6e 61 6c 2e 0d 0a 0d 0a 3c 65 72 72 6f 72 20 74 65 78 74 3e 20 3d 20 70 72 69 6e 74 65 72 20 6e   ┆nal.    <error text> = printer n┆
0x30a0…30c0       6f 74 20 66 6f 75 6e 64 0d 0a 0d 0a 20 20 20 20 84 54 68 65 20 64 65 76 69 63 65 6e 75 6d 62 65   ┆ot found         The devicenumbe┆
0x30c0…30e0       72 20 73 70 65 63 69 66 69 65 64 20 69 73 20 6e 6f 74 20 61 20 6c 65 67 61 6c 20 64 65 76 69 63   ┆r specified is not a legal devic┆
0x30e0…3100       65 20 66 6f 72 20 61 20 70 72 69 6e 80 0a 19 84 80 80 74 65 72 2e 0d 0a 0d 0a 3c 65 72 72 6f 72   ┆e for a prin      ter.    <error┆
0x3100…3120       20 74 65 78 74 3e 20 3d 20 6e 6f 20 6c 69 6e 6b 6e 75 6d 62 65 72 20 73 70 65 63 69 66 69 65 64   ┆ text> = no linknumber specified┆
0x3120…3140       0d 0a 20 20 20 20 4e 6f 20 64 68 6c 69 6e 6b 20 73 74 61 74 65 6d 65 6e 74 0d 0a 0d 0a 3c 65 72   ┆      No dhlink statement    <er┆
0x3140…3160       72 6f 72 20 74 65 78 74 3e 20 3d 20 6e 6f 20 64 65 76 69 63 65 68 6f 73 74 20 63 6f 6e 6e 65 63   ┆ror text> = no devicehost connec┆
0x3160…3180       74 65 64 0d 0a 0d 0a 20 20 20 20 84 41 20 70 72 69 6e 74 65 72 20 6f 72 20 74 65 72 6d 69 6e 61   ┆ted         A printer or termina┆
0x3180…31a0       6c 20 63 6f 6d 6d 61 6e 64 20 77 61 73 20 69 73 73 75 65 64 20 77 69 74 68 6f 75 74 20 61 6e 79   ┆l command was issued without any┆
0x31a0…31c0       20 70 72 65 76 69 6f 75 73 20 0a 19 84 80 80 68 6f 73 74 20 63 6f 6d 6d 61 6e 64 2e 0d 0a 0d 0a   ┆ previous      host command.    ┆
0x31c0…31c3       FormFeed {
0x31c0…31c3         0c 81 c0                                                                                          ┆   ┆
0x31c0…31c3       }
0x31c3…31e0       0a 0d 0a 20 20 20 0a 1a 1a 74 65 64 20 76 69 61 20 74 68 65 20 61 67 65 73 20 61 72 65            ┆         ted via the ages are┆
0x31e0…3200       20 77 72 69 74 74 65 6e 0d 0a 0d 0a 3c 66 6c 6f 77 63 6f 6e 74 72 6f 6c 3e 20 20 84 46 6c 6f 77   ┆ written    <flowcontrol>   Flow┆

Reduced view