[Xastir-dev] TH-D7 start/stop files

Henk de Groot henk.de.groot at hetnet.nl
Sat Jun 12 18:00:59 EDT 2004


Hello,

I saw the new TM-D700 startup and stop files, so that got me hacking the 
files for the TH-D7... Here they are. One difference, I default to GPS off 
and don't change the GPS on/off setting. Unlike the TM-D700 there is no 
problem with whatever setting GU has.

Okay, here it is:

tnc-startup.thd7
----------------------------------------------------------------------------
# $Id: $
#
# Copyright (C) 2004  The Xastir Group
#
# TNC Init file for KENWOOD TH-D7
#
#--------------------------------------------------
# Note: Terminal Control commands are send without
# CONTROL-C before the lines.
#--------------------------------------------------
#
#--------------------------------------------------
# Turn on Terminal Control
#
# This will make the TH-D7 drop out of Packet mode.
# Once out of Packet mode, the TH-D7 will forget
# all old TNC settings and even KISS mode, so we
# can start from a clean situation.
#--------------------------------------------------
#
##META <no-ctrl-c>
TC 1
# Pause one second
##META <delay>
##META <delay>
#
#--------------------------------------------------
# Turn off Terminal Control
#
# This will make the TH-D7 switch to Packet mode.
#--------------------------------------------------
#
##META <no-ctrl-c>
TC 0
# Pause for two seconds just in case
##META <delay>
##META <delay>
##META <delay>
##META <delay>
#
#--------------------------------------------------
# Initialize the TNC
#
# This will setup the TH-D7 TNC for use with APRS.
#--------------------------------------------------
#
AWlen 8
BBSMsgs ON
B E 0
LOC E 0
Echo off
FLow off
AUTOLF off
MCOM off
MON ON
MRPt on
PACLen 128
PASSALL off
HBAUD 1200
#
#--------------------------------------------------
# Initialize the GPS
#
# Enable the commands if running with GPS.
# If running without GPS, leave them disabled.
#--------------------------------------------------
#
#GBAUD 4800
#GPSTEXT $GPRMC
#LTMH OFF
#LTM 10
#
----------------------------------------------------------------------------

tnc-stop.thd7
----------------------------------------------------------------------------
# $Id: $
#
# Copyright (C) 2004  The Xastir Group
#
# TNC Stop file for KENWOOD TH-D7
#
#--------------------------------------------------
# Note: Terminal Control commands are send without
# CONTROL-C before the lines.
#--------------------------------------------------
#
#--------------------------------------------------
# Turn on Terminal Control
#
# This will make the TH-D7 drop out of Packet mode.
# Once out of Packet mode, the TH-D7 will forget
# all TNC settings. No need to restore anything.
#--------------------------------------------------
#
##META <no-ctrl-c>
TC 1
# Pause one second
##META <delay>
##META <delay>
#
#--------------------------------------------------
# Resume standalone APRS use.
#
# GPS en Beacon settings are not changed. Once back
# in APRS mode, the GPS and Beacon are resumed as
# they were.
#--------------------------------------------------
#
##META <no-ctrl-c>
TNC 1
# Pause one second
##META <delay>
##META <delay>
#
----------------------------------------------------------------------------





More information about the Xastir-dev mailing list