;*****************************************************
;*                                                   *
;*  Konfiguration-file for AmiCom Amiga version 2.2  *
;*                                                   *
;*****************************************************
;*                                                   *
;*    In this file are all important informations    *
;*      which are necessary to run this program.     *
;*              Please read carefully!               *
;*                                                   *
;*****************************************************
;
MYCALL "NOCALL"           ;Your own callsign
MYNAME "Anonymous"        ;Your own name
;
;Number of channels. Every channel uses memory and decreases speed!
;Look for the maximum channel-number of your TNC-firmware.
CHANNELS 6
;
;Sets the external driver:
;Host.drv   = WA8DED-hostmode
;KISS.drv   = KISS-mode
;BayCom.drv = BayCom-modem from DG3RBU and DL8MBT
DRIVER "Host.drv"
;
;Terminal-paths:
REMOTEDIR ":AmiCom/Remote/"           ;Remote-directory
AUTOSAVEDIR ":Amicom/Bin/"            ;AmiCom puts 7Plus-files in this dir.
EDITOR ":Utilities/Microemacs"        ;Texteditor
;
;Some preferences for terminal:
AMDATE OFF                ;Date: OFF: DD.MM.YYYY, ON: MM/DD/YYYY
AUTOSAVE ON               ;Save 7Plus-Files automatic?
BELL ON                   ;Westminster-gong when connected or //RI ?
BOXCHECK ON               ;Boxcheck (DieBox/BayCom-box)?
CONVERTER 1               ;Charset-converter for national characters:
;                          0=Off (Amiga, ANSI), 1=IBM, 2=DIN/IBM
CTEXT ON                  ;Should I send connect-text?
ECHO ON                   ;Display input-text on output-window?
ENGLISH OFF               ;Language of remote-texts and error-messages:
;                          OFF: german/deutsch, ON: english/englisch
LOGBOOK ON                ;Log all connects (logbook.ac)?
MHEARD ON                 ;Do you want a Monitor-Heard-list?
MONDECODE ON              ;OFF: Display everything on monitorchannel,
;                          ON:  Don't display binary
NUMPAD ON                 ;Numeric keypad: ON: Home/End/... OFF: Numbers
PCFONT OFF                ;IBM-Font? (Not with converter!)
POPUPTIME 6               ;How many seconds should I display error-requesters?
REMOTE ON                 ;Remote with //XXXX ?
SOUND ON                  ;Sound on incoming data or CTRL-G?
TNCCLOCK ON               ;Should I set TNC-Clock (with K...)?
UMLAUTE ON                ;German Umlaute? (OFF: ä->ae, ß->ss...)
;
;Screenmode for terminal:
INTERLACE OFF             ;Screen in interlaced-mode?
SCREENHEIGHT 0            ;Screenheight (200-2048, 0=automatic workbenchsize)
PALETTE 0 10 10 10        ;Background colour
PALETTE 1 0 0 0           ;Textpen 1 (input-window, receieved text...)
PALETTE 2 15 15 15        ;Textpen 2 (transmitted text in output-window...)
PALETTE 3 6 8 11          ;Background colour 2 (statuslines)
EDITWINDOW 4              ;visible height of input-window in lines
MONITORWINDOW 4           ;visible height of monitor-window in lines
;                          the rest is height of output-window.
;
;Sizes of backscrollbuffers:
BUFFERS 20                ;Size of all output-backscrollbuffers, *1024 Bytes
BUFFER 0 5                ;Size of monitor-backscrollbuffer, *1024 Bytes
;
;Setup of serial interface for communication with TNC:
SERDEVICE "serial.device" ;Device, normal "serial.device"
SERUNIT 0                 ;Unit-number, normal 0
SERBAUDRATE 9600          ;Baudrate Computer<->TNC
;
;Modemsetup, used for some drivers:
MODEMBAUD 1200            ;Modembaudrate, see driverdocumentation
MODEMFLAGS 0              ;Some special flags, see driverdocumentation
;
;Some level-2-parameters:
MAXFRAME 3                ;Maximum number of unack. frames
PACLEN 256                ;Maximum length of frames
INFOTIME 100              ;Delay of datacollector in 1/100 Sec.
;
;TNC-initialization (program-start):
TNC 0 "@T2 20"            ;Packet-Response-Timer T2 in 1/100 Sec.
TNC 0 "@T3 18000"         ;Link-Inactivity-Timer T3 in 1/100 Sec.
TNC 0 "C CQ"              ;Destination-call for UI-frames (monitor)
TNC 0 "F 800"             ;Timer T1 (FRACK) in 1/100 Sec.
TNC 0 "K 1"               ;Date/Timestamp: 0=No, 1=Status, 2=St. and Monitor
TNC 0 "M UISC"            ;Show everything in Monitor
TNC 0 "N 10"              ;N2, Tries
TNC 0 "P 64"              ;Persistence (useful: 16...128)
TNC 0 "R 1"               ;L2 Digipeating: 0=Off, 1=On
TNC 0 "T 12"              ;TXDelay
TNC 0 "U 0"               ;Connect-text off (this does AmiCom)
TNC 0 "W 10"              ;Slottime,for Persistence in 1/100 Sec.
TNC 0 "X 1"               ;0=TX disabled (SWL?), 1=TX enabled
;
;TNC-deinitialization (program-end):
TNCSTOP 0 "M N"
TNCSTOP 0 "U 1 Terminal offline, pse QRX."
;
END
