home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / oct93 / comm / grn.lha / GRn / GRn-Term.man < prev    next >
Text File  |  1992-11-15  |  4KB  |  119 lines

  1. GRn-Term                                                                GRn-Term
  2.  
  3. NAME
  4.  
  5.         GRn-Term
  6.  
  7. SYNOPSIS
  8.  
  9.         GRn-Term [DEVICE <devicename>] [UNIT <unitnumber>] [7WIRE] [BAUD <rate>]
  10.                  [DIAL <dialstring>]   [NL=NEWLINE] [IOADDR]
  11.  
  12. DECRIPTION
  13.  
  14.         GRn-Term is a *really* stupid terminal program, which uses the
  15.         standard console, provided to assist users in connecting to an
  16.         NNTP server via the serial port. GRn-Term open the device/unit
  17.         in shared mode, as does GRn. This allows the use of devices
  18.         other than serial.device, that can work with shared mode.
  19.  
  20.         GRn-Term does require that DEVICE either be, or emulate, the
  21.         CBM serial.device.
  22.  
  23.         DEVICE specifies the device name to connect to. It defaults to
  24.         serial.device.
  25.  
  26.         UNIT specifies the unit number of the DEVICE to connect to. It
  27.         defaults to zero.
  28.  
  29.         7WIRE indicates that hardware handshaking should be used to
  30.         communicate with DEVICE. Default is set in user preferences.
  31.  
  32.         BAUD indicates what speed to communicate with DEVICE. The default
  33.         is set in user preferences.
  34.  
  35.         DIAL indicates a character string to be output to DEVICE upon
  36.         startup. Typically, a phone number.
  37.  
  38.         NEWLINE indicates that each line output to DEVICE should be
  39.         terminated by a carriage-return linefeed combination, and not
  40.         just the default carriage-return.
  41.  
  42.         IOADDR indicates that it is not possible to re-open the specified
  43.         DEVICE and UNIT and receive the same connection to the destination
  44.         (this is a problem with dnet.device, sockser.device, and perhaps
  45.         others). This option causes a special option to be passed to GRn
  46.         so that it will "copy" GRn-Term's I/O parameters.
  47.  
  48.         GRn-Term has four commands:
  49.  
  50.                 \dial <number>
  51.                 \grn  <arguments>
  52.                 \hangup
  53.                 \quit
  54.  
  55.         \dial causes <number> to be dialed. It is required because some
  56.         modems require a carriage-return/line-feed combination for the
  57.         dial string.
  58.  
  59.         \grn starts GRn with the <arguments> specified. While GRn is running,
  60.         GRn-Term ignores all input and output via the console; as well as
  61.         any device/unit combination specified. After GRn complete, GRn-Term
  62.         begins using the device/unit combination again.
  63.  
  64.         \hangup causes the +++, followed by ATH0 sequence to be emitted
  65.         to hang up the modem.
  66.  
  67.         \quit terminates GRn-Term. The modem IS NOT HUNG UP. You MUST
  68.         do this yourself.
  69.  
  70. WARNINGS
  71.  
  72.         This is NOT meant to be a general purpose terminal program.
  73.         GRn-Term is very simple, and will stay that way. It is there
  74.         to help make a simple connection, and then start GRn. Nothing
  75.         else.
  76.  
  77. EXAMPLES
  78.  
  79.         GRn-Term
  80.  
  81.             Starts GRn-Term using serial.device, unit 0, seven-wire false,
  82.             and baud-rate set to preferences default.
  83.  
  84.         GRn-Term device dnet.device unit 8192
  85.  
  86.             Starts GRn-Term using dnet.device, unit 8192.
  87.  
  88.         \grn nntp device dnet.device unit 8192
  89.  
  90.             Causes GRn to be initialized, and GRn-Term will ignore
  91.             all input and output from the console and the device
  92.             specified when GRn-Term was initiated.
  93.  
  94. NOTES
  95.  
  96.         If you have the debug version of GRn installed, the command
  97.         \grn-debug is also available. It takes arguments just like
  98.         \grn.
  99.  
  100.         If device and unit are not specified, GRn-Term presumes the
  101.         serial.device, unit 0.
  102.  
  103.         You will need to suppress local echo at the receiving side
  104.         (on SVR4 Unix, "stty -echo"). This will confuse you if you
  105.         don't.
  106.  
  107.         GRn-Term uses the console, so ALL input is cooked. You cannot
  108.         send control characters that the console.device does not pass.
  109.         Make sure you don't get in a situation where you need to.
  110.  
  111.         GRn-Term does NOT use OwnDevUnit style locking, as you'd
  112.         deadlock that way. We don't have a consistent interface going
  113.         between C-News, AmigaUUCP and NNTP. So, if you are using it
  114.         with AmigaUUCP then do:
  115.  
  116.                 lockserial GRn-Term serial.device 0
  117.  
  118.         etc.
  119.