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

  1. *************************************************************************
  2. ******     S T A R T U P       M O D E  TESTDRIVE         *******
  3. *************************************************************************
  4.  
  5.     *             Rules for setting up .TNC files:
  6.  
  7.     *  1.   Leading blank spaces are ignored, allowing you to indent
  8.     *       text for readibility
  9.  
  10.     *  2.   Blank lines are ignored, but are useful for readibility.
  11.  
  12.     *  3.   If the first non-blank character is an Asterisk (*)
  13.     *       the line is ignored.
  14.  
  15.  
  16.     * Note:  STARTUP.TNC is read and processed when program is started,
  17.     * and SHUTDOWN.TNC is read and processed on shutdown.
  18.  
  19. * You may create other .TNC files, such as AMTOR.TNC, or BAUDOT.TNC
  20. * and have them read and processed instead of STARTUP.TNC by referring
  21. * to them on the command line, such as PKTDEMO AMTOR
  22.  
  23. * Get into PACKET mode
  24.   PACKET
  25.  
  26. * For 2-meter operation
  27.   VHF  ON
  28.   HBAUD 1200
  29.  
  30. * Many of these commands are "commented out" using the asterisk at
  31. * the beginning of the line.  To modify the file, you may add or
  32. * delete commands, or remove the asterisks if necessary.
  33.  
  34.   RAWHDLC OFF
  35.  
  36. * Do not change the next three parameters
  37. * Sets Transparent mode
  38.  
  39.   CONMODE Trans
  40.   PACLEN 150
  41.   USERS 10
  42.  
  43. * MONITORING PARAMETERS
  44. * Show Digipeaters used in the Address field, Use of Digi, and
  45. * NET/ROM protocol frames, i.e., show all monitored data
  46.  
  47.   MRPT ON
  48.   MDIGI ON
  49.   MRPT ON
  50.   MPROTO ON
  51.  
  52. * If you have this in your ROM, turn on MXMIT, it shows your outgoing
  53. * packets.
  54.  
  55. * MXMIT ON
  56.  
  57. * MONITOR and MCON to show all frames possible
  58.  
  59.   MONITOR 6
  60.   MCON 6
  61.  
  62. * note date/time on connects
  63.  
  64.   CONSTAMP ON
  65.  
  66. * include DATE on monitored frames, and put stamp on monitored frames
  67. * and add CRLF after each monitored header
  68.  
  69.   DAYSTAMP ON
  70.   MSTAMP ON
  71.   HEADERLN Y
  72.  
  73. * Filter defaults to $80
  74.  
  75.   MFILTER 0
  76.  
  77. * Turn off MBX in case it is on
  78.  
  79.   MBX NONE
  80.  
  81. * Set MFROM and MTO, in case they were on
  82.  
  83.   MFROM ALL
  84.   MTO NONE
  85.  
  86.  
  87. * Fulldup YES will cause problems if you are not operating in a full
  88. * duplex RF environment. Should be OFF or NO for most users.
  89.  
  90.   FULLDUP N
  91.  
  92. ** AX25 parameters for p-Persistant CSMA
  93.  
  94.   PPERSIST ON
  95.   PERSIST  64
  96.   SLOTTIME 30
  97.   DWAIT     0
  98.  
  99. ** In 10 ms increments, 30=300 ms or 1/3 second of Flag chars
  100. ** before starting a data packet.  Sometimes useful to set to
  101. ** longer values (50) for heavy qrm, gives other stations opportunity
  102. ** to hear your "carrier" and refrain from transmitting
  103.  
  104.    TXDELAY  30
  105.  
  106. * Some Digis won't repeater AX25 level 2 frames
  107. * but in general, use AX25 ON (for level 2)
  108.  
  109. * AX25    ON
  110.  
  111.   RETRY    15
  112.   FRACK     7
  113.   MAXFRAME  4
  114.  
  115.  
  116.  
  117. ******************** OK TO TRANSMIT *****************
  118.  
  119.   XMITOK ON
  120.  
  121. ** pk232 only: (* Not relevant for PK87, PK88 *)
  122. * EAS    ON
  123. * USOS    ON
  124.  
  125.   CTEXT If I'm around, I'll be with you in a minute^M
  126.   CMSG ON
  127.   BTEXT This text is sent with the BEACON when it occurs
  128.  
  129. ***********************
  130. * UI frames go to CQ ( could be UNPROTO CQ VIA W1AW,W2AU etc. )
  131. * or for roundtables UNPROTO GROUP or UNPROTO GROUP VIA W1AQ
  132.  
  133.   UNPROTO CQ
  134.  
  135. * Set Connect From to ALL, or modify as desired,
  136. * for example: CFROM N K6LID, W6LID etc.
  137.  
  138.   * CFROM ALL
  139.  
  140. * Set list of stations to Digipeat
  141. * for example: DFROM Y W1AW, W5YI  etc. etc. or DFROM NONE or ALL
  142.  
  143.   * DFROM ALL
  144.  
  145. * If you have a Digipeat Alias, set it here, and permit regular
  146. * ID with HID Y
  147.  
  148.   * MYALIAS NONE
  149.   * HID Y
  150.  
  151. * Set CHswitch to Control-A in case you run in Direct Terminal
  152.  
  153.   * CHSWITCH $01
  154.  
  155.  
  156.  
  157.