home *** CD-ROM | disk | FTP | other *** search
- REM You may add or remove as many REM lines as you like
- REM Do not remove any lines that do not begin with REM
- REM You may change the text of any line
- REM Do not change the order of the lines
- REM You may add to the arrays: TNC$, BBS$, SNMSG$
- REM be sure to change the counters TNCN,BBSN,SNMSGN to match the
- REM size of the array
- REM DO NOT LEAVE ANY BLANK LINES
- REM
- REM ** Replace PK232 with your call (REM lines are for reference only)
- REM ** change here and in TNC SETUP STRING also
- REM YOURCALL$ = "PK232"
- PK232
- REM *****************PUT CALL TO CHECK FOR MAIL HERE
- REM MAILCALL$ = "WB6CGW"
- WB6CGW
- REM *********PUT YOUR COMMUNICATIONS PARAMETERS HERE
- REM COMX$ = "COM1:1200,E,7,1,CS60000,RB15360"
- REM COMT$ = "COM1:1200,N,8,1,CS60000,RB15360"
- COM1:1200,E,7,1,CS60000,RB15360
- COM1:1200,N,8,1,CS60000,RB15360
- REM *****************PUT YOUR TNC command strings here
- REM RESTARTS TNC
- REM TRESET$ = "RESTART"
- RESTART
- REM CHAR THAT PUTS TNC INTO CMD MODE - PUT DECIMAL NUMBER HERE
- REM CMDMODE$ = CHR$(&H3)
- 3
- REM CHAR THAT DISCONNECTS
- REM DISMODE$ = "D"
- D
- REM CHAR FOR CONVERSE MODE
- REM CONVMODE$ = "CONV"
- CONV
- REM CHAR FOR TRANSPARENT MODE
- REM TMODE$ = "T"
- T
- REM Marks end of binary file and forces disconnect.
- REM Change to "/EX" if disconnect not wanted
- REM ENDBINARY$ = "*** DISCONNECTED"
- *** DISCONNECTED
- REM XON & XOFF CHARS
- REM XON$ = CHR$(&H11)
- REM XOFF$ = CHR$(&H13)
- 17
- 19
- REM *****************PUT YOUR TNC INITIALIZATION STRINGS HERE
- REM ENTER # OF TNC SETUP STRINGS HERE
- REM TNCN = 5
- 5
- REM autobaud char
- REM TNC$(1) = "*"
- *
- REM TNC$(2) = "ECHO OFF"
- ECHO OFF
- REM TNC$(3) = "MY " + YOURCALL$
- REM ******************************** PUT MY + YOUR CALL HERE !!!!!!!!!
- MY PK232
- REM TNC$(4) = "AWLEN 8"
- AWLEN 8
- REM TNC$(5) = "PARITY 0"
- PARITY 0
- REM ***************** PUT BBS CALLS HERE
- REM ENTER # OF BBS CALL STRINGS HERE
- REM BBSN = 2
- 2
- REM BBS$(0) RESERVED
- REM BBS$(1) = "Los Altos BBS "
- Los Altos BBS
- REM BBS$(2) = "Mail"
- MAIL
- REM ***************** PUT NUMERICAL POSITION of first letter of
- REM call in the string which appears when your TNC connects to a station
- REM i.e. When my TNC connects to a station the following message appears:
- REM *** CONNECTED TO XXXXX
- REM the first letter of the call appears in the eighteenth position
- REM CALLPOS = 18
- 18
- REM PUT # OF MESSAGES HERE
- REM SNMSGN = 3
- 3
- REM SNMSG$(1) = "Ready to receive mail!"
- Ready to receive mail!
- REM SNMSG$(2) = "For ASCII END text with /EX as the last line"
- For ASCII END text with /EX as the last line
- REM SNMSG$(3) = "For binary file send /B FILENAME.EXT now!"
- For binary file send /B FILENAME.EXT now!
- REM SOFFMSG$ = "MAIL RECEIVED AT "
- MAIL RECEIVED AT
- REM ****************** CHANGE FUDGE FACTOR TO SUIT YOUR COMPUTER
- REM adjust FF until TNC resets after Upload of binary file
- REM FF = 5
- 5
- REM TIMER USED WITH COM BUFFER RESET
- REM T0 = 100
- 100
- REM SHORT TIMER used when putting TNC into command mode
- REM T1 = 100 * FF
- 100
- REM MEDIUM TIMER used to enter/exit quiet mode
- REM T2 = 500 * FF
- 500
- REM LONG TIMER used to enter/exit quiet mode
- REM T3 = 5000 * FF
- 5000
- REM FOUR MINUITE TIMER
- REM T4 = 6000 * FF
- 6000
- REM these appear in front of all commands from the tnc
- REM FLAG$ = "***"
- ***
- REM Put your function key strings here
- REM KEY 1
- C WB6ASR
- REM KEY 2
- LL 12
- REM KEY 3
- W
- REM KEY 4
- YW
- REM KEY 5
- MHEARD
- REM KEY 6
- SIX
- REM KEY 7
- MY
- REM KEY 8
- DISP ALL
- REM KEY 9
- CONV
- REM KEY 10
- ^C
-