;***************************************************** ;* * ;* Konfiguration-file for AmiCom Amiga version 2.0 * ;* * ;***************************************************** ;* * ;* In this file are all important informations * ;* which are necessary to run this program. * ;* Please read carefully! * ;* * ;***************************************************** ; MYCALL "G0LBQ" ;Your own callsign MYNAME "Bob" ;Your own name ; ;Number of channels. Every channel uses memory and decreases speed! ;Look for the maximum channel-number of your TNC-firmware. CHANNELS 3 ; ;Sets the external driver: ;Host.drv = WA8DED-hostmode ;KISS.drv = KISS-mode ;BayCom.drv = BayCom-modem from DG3RBU and DL8MBT ;Baycom+.drv= Baycom.drv + TX signal via audio (BY SP9UNB) ;DRIVER "Host.drv" DRIVER "Kiss.drv" ;DRIVER "Baycom.drv" ;DRIVER "Baycom+.drv" ; ;Paths: REMOTEDIR "work:ham/amicom/remote" ;Remote-directory AUTOSAVEDIR "work:ham/amicom/bin" ;AmiCom puts 7Plus-files in this dir. EDITOR "work:wordpro/cygnus" ;Texteditor ; ;Some preferences: AMDATE OFF ;Date: OFF: DD.MM.YYYY, ON: MM/DD/YYYY AUTOSAVE ON ;Save 7Plus-Files automatic? BELL OFF ;Westminster-gong when connected or //RI ? BOXCHECK ON ;Boxcheck (DieBox/BayCom-box)? CONVERTER 0 ;Charset-converter for national characters: ; ;0=Off (Amiga, ANSI), 1=IBM, 2=DIN/IBM CTEXT ON ;Should I send connect-text? ECHO OFF ;Repeat input-text in output-window (other colour)? ENGLISH ON ;Language of remote-texts and error-messages: ; ;OFF: german/deutsch, ON: english/englisch LOGBOOK OFF ;Log all connects (logbook.ac)? MHEARD ON ;Do you want a Monitor-Heard-list? NUMPAD ON ;Numeric keypad: ON: Home/End/... OFF: Numbers PCFONT OFF ;IBM-Font (Not with converter!)? REMOTE ON ;Remote with //XXXX ? SOUND OFF ;Sound on incoming data or CTRL-G? TNCCLOCK ON ;Should I set TNC-Clock (with K...)? UMLAUTE OFF ;German Umlaute? (OFF: ä->ae, ß->ss...) ; ;Screenmode: INTERLACE OFF ;Screen in interlaced-mode? SCREENHEIGHT 0 ;Screenheight (200-2048, 0=automatic, workbench) PALETTE 0 8 8 8 ;Background colour PALETTE 1 0 0 0 ;Textpen 1 (input, most output...) PALETTE 2 15 15 15 ;Textpen 2 (echoed text in output-window...) PALETTE 3 12 12 12 ;Background colour 2 (statuslines) EDITWINDOW 3 ;Height of input-window in lines MONITORWINDOW 5 ;Height of monitor-window in lines ; ;the rest is height of output-window. ; ;Buffersizes: BUFFERS 30 ;Size of all output-backscrollbuffers, *1024 Bytes BUFFER 0 10 ;Size of monitor-backscrollbuffer, *1024 Bytes ; ;Setup of serial interface: DEVICE "serial.device" ;Device, normal "serial.device" UNIT 0 ;Unit-number, normal 0 BAUDRATE 9600 ;Baudrate Computer<->TNC ; ;L2/3 Parameter: MAXFRAME 2 ;Maximum number of unack. frames PACLEN 64 ;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 ALL" ;Destination-call for UI-frames (monitor) TNC 0 "F 500" ;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 15" ;N2, Tries TNC 0 "P 128" ;Persistence (useful: 16...128) TNC 0 "R 1" ;L2 Digipeating: 0=Off, 1=On TNC 0 "T 42" ;TXDelay TNC 0 "U 0" ;Connect-text off (this does AmiCom) TNC 0 "W 5" ;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 QRT. Vy 73! ** Bob G0LBQ **" ; ;Search-path for Q-command, max. 8 routes (Only KISS.drv and Baycom.drv!) ;TNC 0 "Q + DB0ZKA" ;TNC 0 "Q + DB0ZKA DB0KCP" ;TNC 0 "Q + SR6BBS-8 SP9ZDN-4 SP9PDF-2 SR6DOP SR6BBS" ;TNC 0 "Q + DB0ZKA DB0AHO" ;TNC 0 "Q + DB0ZKA DB0DLG" ;TNC 0 "Q + DB0ZKA DB0APW" ;TNC 0 "Q + DB0ZKA DB0MWE" ;TNC 0 "Q + DB0ZKA DB0LAI" ; END