home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / comms / network / grn116f.lha / GRn-1.16f / GRn-Term.man < prev    next >
Encoding:
Text File  |  1992-09-23  |  2.9 KB  |  90 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.  
  11. DECRIPTION
  12.  
  13.         GRn-Term is a *really* stupid terminal program, which uses the
  14.         standard console, provided to assist users in connecting to an
  15.         NNTP server via the serial port. GRn-Term open the device/unit
  16.         in shared mode, as does GRn. This allows the use of devices
  17.         other than serial.device, that can work with shared mode.
  18.  
  19.         It has four commands:
  20.  
  21.                 \dial <number>
  22.                 \grn  <arguments>
  23.                 \hangup
  24.                 \quit
  25.  
  26.         \dial causes <number> to be dialed. It is required because some
  27.         modems require a carriage-return/line-feed combination for the
  28.         dial string.
  29.  
  30.         \grn starts GRn with the <arguments> specified. While GRn is running,
  31.         GRn-Term ignores all input and output via the console; as well as
  32.         any device/unit combination specified. After GRn complete, GRn-Term
  33.         begins using the device/unit combination again.
  34.  
  35.         \hangup causes the +++, followed by ATH0 sequence to be emitted
  36.         to hang up the modem.
  37.  
  38.         \quit terminates GRn-Term. The modem IS NOT HUNG UP. You MUST
  39.         do this yourself.
  40.  
  41. WARNINGS
  42.  
  43.         This is NOT meant to be a general purpose terminal program.
  44.         GRn-Term is very simple, and will stay that way. It is there
  45.         to help make a simple connection, and then start GRn. Nothing
  46.         else.
  47.  
  48. EXAMPLES
  49.  
  50.         GRn-Term
  51.  
  52.             Starts GRn-Term using serial.device, unit 0, seven-wire false,
  53.             and baud-rate set to preferences default.
  54.  
  55.         GRn-Term device dnet.device unit 8192
  56.  
  57.             Starts GRn-Term using dnet.device, unit 8192.
  58.  
  59.         \grn nntp device dnet.device unit 8192
  60.  
  61.             Causes GRn to be initialized, and GRn-Term will ignore
  62.             all input and output from the console and the device
  63.             specified when GRn-Term was initiated.
  64.  
  65. NOTES
  66.  
  67.         If you have the debug version of GRn installed, the command
  68.         \grn-debug is also available. It takes arguments just like
  69.         \grn.
  70.  
  71.         If device and unit are not specified, GRn-Term presumes the
  72.         serial.device, unit 0.
  73.  
  74.         You will need to suppress local echo at the receiving side
  75.         (on SVR4 Unix, "stty -echo"). This will confuse you if you
  76.         don't.
  77.  
  78.         GRn-Term uses the console, so ALL input is cooked. You cannot
  79.         send control characters that the console.device does not pass.
  80.         Make sure you don't get in a situation where you need to.
  81.  
  82.         GRn-Term does NOT use OwnDevUnit style locking, as you'd
  83.         deadlock that way. We don't have a consistent interface going
  84.         between C-News, AmigaUUCP and NNTP. So, if you are using it
  85.         with AmigaUUCP then do:
  86.  
  87.                 lockserial GRn-Term serial.device 0
  88.  
  89.         etc.
  90.