home *** CD-ROM | disk | FTP | other *** search
- *************************************************************************
- ****** S T A R T U P M O D E TESTDRIVE *******
- *************************************************************************
-
- * Rules for setting up .TNC files:
-
- * 1. Leading blank spaces are ignored, allowing you to indent
- * text for readibility
-
- * 2. Blank lines are ignored, but are useful for readibility.
-
- * 3. If the first non-blank character is an Asterisk (*)
- * the line is ignored.
-
-
- * Note: STARTUP.TNC is read and processed when program is started,
- * and SHUTDOWN.TNC is read and processed on shutdown.
-
- * You may create other .TNC files, such as AMTOR.TNC, or BAUDOT.TNC
- * and have them read and processed instead of STARTUP.TNC by referring
- * to them on the command line, such as PKTDEMO AMTOR
-
- * Get into PACKET mode
- PACKET
-
- * Many of these commands are "commented out" using the asterisk at
- * the beginning of the line. To modify the file, you may add or
- * delete commands, or remove the asterisks if necessary.
-
- RAWHDLC OFF
-
- * Do not change the next three parameters
- * Sets Transparent mode
-
- CONMODE Trans
- PACLEN 150
- USERS 10
-
- * MONITORING PARAMETERS
- * Show Digipeaters used in the Address field, Use of Digi, and
- * NET/ROM protocol frames, i.e., show all monitored data
-
- MRPT ON
- MDIGI ON
- MRPT ON
- MPROTO ON
-
- * MONITOR and MCON to show all frames possible
-
- MONITOR 6
- MCON 6
-
- * note date/time on connects
-
- CONSTAMP ON
-
- * include DATE on monitored frames, and put stamp on monitored frames
- * and add CRLF after each monitored header
-
- DAYSTAMP ON
- MSTAMP ON
- HEADERLN Y
-
- * Filter defaults to $80
-
- MFILTER 0
-
- * Turn off MBX in case it is on
-
- MBX NONE
-
- * Set MFROM and MTO, in case they were on
-
- MFROM ALL
- MTO NONE
-
-
- * Fulldup YES will cause problems if you are not operating in a full
- * duplex RF environment. Should be OFF or NO for most users.
-
- FULLDUP N
-
- ** AX25 parameters for p-Persistant CSMA
-
- PPERSIST ON
- PERSIST 64
- SLOTTIME 30
- DWAIT 0
-
- ** In 10 ms increments, 30=300 ms or 1/3 second of Flag chars
- ** before starting a data packet. Sometimes useful to set to
- ** longer values (50) for heavy qrm, gives other stations opportunity
- ** to hear your "carrier" and refrain from transmitting
-
- TXDELAY 30
-
- * Some Digis won't repeater AX25 level 2 frames
- * but in general, use AX25 ON (for level 2)
-
- * AX25 ON
-
- RETRY 15
- FRACK 7
- MAXFRAME 4
-
- * For 2-meter operation
-
- VHF ON
- HBAUD 1200
-
- ******************** OK TO TRANSMIT *****************
-
- XMITOK ON
-
- ** pk232 only: (* Not relevant for PK87, PK88 *)
- * EAS ON
- * USOS ON
-
- CTEXT If I'm around, I'll be with you in a minute^M
- CMSG ON
- BTEXT This text is sent with the BEACON when it occurs
-
- ***********************
- * UI frames go to CQ ( could be UNPROTO CQ VIA W1AW,W2AU etc. )
- * or for roundtables UNPROTO GROUP or UNPROTO GROUP VIA W1AQ
-
- UNPROTO CQ
-
- * Set Connect From to ALL, or modify as desired,
- * for example: CFROM N K6LID, W6LID etc.
-
- * CFROM ALL
-
- * Set list of stations to Digipeat
- * for example: DFROM Y W1AW, W5YI etc. etc. or DFROM NONE or ALL
-
- * DFROM ALL
-
- * If you have a Digipeat Alias, set it here, and permit regular
- * ID with HID Y
-
- * MYALIAS NONE
- * HID Y
-
- * Set CHswitch to Control-A in case you run in Direct Terminal
-
- * CHSWITCH $01
-
-
-