home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / misc / goldtd / shutdown.tnc < prev    next >
Text File  |  1991-01-16  |  2KB  |  57 lines

  1. *****************************************************************************
  2. ******      S H U T D O W N     M O D E            TEST DRIVE VERSION  ******
  3. *****************************************************************************
  4.  
  5.    *    See the STARTUP.TNC file for examples of other commands.
  6.  
  7.    *    Check your AEA manual if you have questions about the parameters.
  8.  
  9. *  The file STARTUP.TNC is read by the program, and processed
  10. *  on startup, unless you refer to another TNC file on the command line.
  11.  
  12. *  For example, typing   PKTDEMO HFPKT  would cause the program to open*
  13. *  the file HFPKT.TNC and use the parameters in that file to configure
  14. *  the TNC.
  15.  
  16. * ------------------------------------------------------------------------*
  17.  
  18.    *    These TNC files can be "bare bones minimum" if you desire.
  19.    *    Just be sure that the following are set, to assure that your
  20.    *    TNC buffer doesn't overflow
  21.  
  22.         MONITOR 0
  23.         MCON 0
  24.         MDIGI OFF
  25.         MRPT OFF
  26.         MPROTO OFF
  27.  
  28.    *    Make your Connect text clear to the other people, that you are
  29.    *    not available.  The  ^M in the text indicates a "new line"
  30.    *    Note: CTEXT (and other text variables) must fit on a single
  31.    *    line.
  32.  
  33.         CTEXT  Not here now, please leave msg in TNC^MLeave your PATH too!
  34.         CMSG  ON
  35.  
  36.  
  37.  
  38.    *    Dont change CONMODE to TRANSparent in any TNC file. The binary
  39.    *    transfer used in the program does not require it, and the program
  40.    *    expects the CONMODE to be CONV, which is the default.
  41.  
  42.         CONMODE CONV
  43.  
  44. * Do not set FULLDUP Y, unless running in a full-duplex RF environment
  45.  
  46.         Fulldup off
  47.  
  48. * Set TXDELAY and AX25L2V2 in case we changed them during the program
  49.  
  50.         AX25L2V2 ON
  51.         TXDELAY  30
  52.  
  53. *  That's about it.  You can add TNC commands to this, or any other
  54. *  TNC file.
  55.  
  56.  
  57.