;This is a sample TNC initialisation file for use with ;the Kenwood TH-D7. ;TH-D7.ORG will allow you to revert to the default ;version of this file, if you edit it and mess it up! [SETUP] ;DON'T alter anything in this section unless you are ;sure you know what you are doing! COMMAND_PROMPT=cmd: COMMAND_CHARACTER_CODE=3 ESCAPE_CHARACTER_CODE= CONV_COMMAND=CONV MYCALL_COMMAND="MYCALL " UNPROTO_COMMAND="UNPROTO " NO_BEACON_COMMAND=BEACON EVERY 0 [INIT_COMMANDS] ^C AI 1! ;Control mode on. TC 1! ;Select packet mode. TNC 0!TNC 0 ;Select band 'A'. ;sELECT band B for 9k6 BC 1!BC 1 ;Set the frequency to 144.800. FQ 00438100000,0!FQ 00438100000,0 ;No shift. SFT 0!SFT 0 ;Select data band as 'A'. DTB 1!DTB 1 ;Open the TNC in packet mode. Wait for up to 4 seconds ;for PORTOUT to be seen in the response from the TNC. TC 0!PORTOUT!4 ;Send some TNC commands. ECHO OFF HBAUD 9600 AWLEN 8 BEACON EVERY 0 MON ON MCOM ON CONOK OFF LTMON 10 LOC E 0 GPSTEXT $GPRMC [EXIT_COMMANDS] MON OFF ;Close the TNC. TC 1