5dc08fc
# These TNC cmds will be executed each time you start aprsd.
5dc08fc
# Modify the MYCALL and BTEXT lines with your data.
5dc08fc
# Add/delete any other commands your TNC needs for configuration.
5dc08fc
# The last command "K" puts the TNC in communication mode and must be present.
5dc08fc
# These sample commands are for a Kantronics KPC-3
5dc08fc
# A ctrl-C is sent to the TNC from the server just before these commands are issued.
5dc08fc
# Note: The TNCs user interface must have already been set for 9600 baud.
5dc08fc
#
5dc08fc
#
5dc08fc
INTFACE TERMINAL
5dc08fc
ECHO OFF
5dc08fc
MCOM OFF
5dc08fc
MSTAMP OFF
5dc08fc
PASSALL OFF
5dc08fc
MRPT ON
5dc08fc
XMITOK ON
5dc08fc
FILTER ON
5dc08fc
CD SOFTWARE
5dc08fc
NEWMODE OFF
5dc08fc
#MYCALL must match MyCall in aprsd.conf
5dc08fc
MYCALL KG4IJB-3
5dc08fc
#You may turn off BTEXT here and use the "tncbeacon" command in aprsd.conf instead.
5dc08fc
#BTEXT _0000.00NI00000.00W& APRS Linux Internet Server 
5dc08fc
BEACON EVERY 10
5dc08fc
#Note: The "APRS" in the next line will be overwritten by APDxxx where xxx is the version number.
5dc08fc
#      So, it matters not what you put there.
5dc08fc
UNPROTO APRS VIA WIDE,WIDE
5dc08fc
HEADERLN OFF
5dc08fc
DIGI OFF
5dc08fc
HID OFF
5dc08fc
PACLEN 0
5dc08fc
SCREENL 0
5dc08fc
Monitor ON
5dc08fc
K
5dc08fc
#
5dc08fc
# end of file
5dc08fc
5dc08fc
5dc08fc