
term <subcommands>

      The term command is used to configure TCP access to local async
      ports.  It is only available if Jnos was compiled with TERMSERVER
      #defined.  Then, if 'start term' is issued, connects to TCP port
      5000 (default) will be asked the term password if one was defined,
      then asked an interface name (unless just one term interface was
      defined).  After these questions are answered satisfactorily,
      whatever is received from the tcp connection is sent to the inter-
      face, and whatever is received from the interface is sent to the
      tcp connection.


    term iface [<iface> options...]

      Displays the list of interfaces accessible via term, or establishes
      a term interface and its operating parameters.

      term iface <iface> 7bit [OFF | on]

        Displays or changes the setting of the flag which causes term to
        apply a mask of 0x7F to all characters read during the term session.

      term iface <iface> drop

        Deletes the interface <iface> from the list of interfaces accessible
        to term.  The interface must not be in use by a term process.

      term iface <iface> flushwait [<#ms>]                   Default: 0

        Displays or changes the number of milliseconds after which any
        non-newline-terminated input from the serial port, is flushed so
        that it becomes visible to the term user.  The default value is 0,
        meaning that no flushing is done.  A flushwait value of 500 ms is a
        good value to use when it is important to see, for example, login
        prompts that are not followed by a CR.

      term iface <iface> nlcr [OFF | on]

        Displays or changes the setting of the flag which causes term to
        translate a newline (LF) read from the tcp input stream, into a CR
        to be sent to the serial interface.

      term iface <iface> cronly [OFF | on]

        Displays or changes the setting of the flag which causes term to
        ignore a newline (LF) read immediately after a CR is read from the
        tcp input stream.  Note that if the nlcr option is in effect, a CRLF
        sequence is translated into a CRCR sequence, since the nlcr option
        is applied before the cronly option.

      term iface <iface> noecho [OFF | on]

        Displays or changes the setting of the flag which causes telnet
        echoing to be turned off for the duration of a term session.

      term iface <iface> noopt [OFF | on]

        Displays or changes the setting of the flag which causes telnet
        option processing to be turned off for the duration of a term session.

      term iface <iface> winkdtr [OFF | on]

        Displays or changes the setting of the flag which causes DTR to
        be deasserted for one second, at the start of a term session.

      term iface <iface> break [<integer>]

        Displays or changes the value of the character code which, when
        read from the tcp input stream, causes term to send a BREAK to
        the associated serial device.  The default is -1, ie, disabled.
        Example:  term iface mdm1 break 3
        will interpreted ASCII ^C as a send-break character.


    term password string

     Sets the term facility password to the provided string.  The default
     is no password required.
