# kamrc -- KAM configuration file

CALL: G3xxx

# the next parameter should indicate the serial port device
# (eg. ttyS0) to which the Kam is connected - on Linux ttyS0 equates
# to COM 1, ttyS1 equates to COM 2, ttyS2 equates to COM 3, and so on

SERIALPORT: ttyS1

SPEED: 9600

# FILEDIR: enables the Kam to find your configuration files, etc and
# is the directory to which it will write capture.txt for text saved
# to file.  It is sensible (though not necessary) that it should be
# the one the binary executable is installed in

FILEDIR: /usr/local/kamdir

# you don't need to specify your selcall, because the program can work 
# it out automatically, but if you want a non-standard one, set it below

#SELCALL: 

# set NOPROMPT: true if you do not want a prompt when sending a message
# via Alt 0 to Alt 9 (Note: this does not affect the operation of F6)

NOPROMPT: false

# set AUTOCQ: to the number of seconds delay between the end of one
# auto-cq call and the start of the next - the default is 90 seconds

AUTOCQ: 90

# V_PACLEN: (vhf transmitted packet length) and HF_PACLEN: (hf
# transmitted packet length) can be set between 32 and the value of
# MAX_FRAMESIZE in prog_defs.h (default is 128).  If the value is less
# than 32, the program will set the packet length to 32; if the value
# is greater than MAX_FRAMESIZE, the program will set the packet
# length to MAX_FRAMESIZE

V_PACLEN: 80
H_PACLEN: 32

# if you only want to transmit and not receive cw, and don't want
# garbage cluttering the screen, set NO_CW_RX: to true
# (with the Qt version of the program, this can be changed from the
# settings menu for the duration of the program - change this to alter
# the start-up setting)

NO_CW_RX: false

# if a received bell character (7) is to make a beep, set BELL: to true
# (with the Qt version of the program, this can be changed from the
# settings menu for the duration of the program - change this to alter
# the start-up setting)

BELL: false

# set PRINT_CMD: to the printer command which will accept input on
# standard input.  If PRINT_CMD: is not set, the program will default
# to lpr, which will produce something on most systems (see 'man lpr')

# this is the default (strictly speaking you do not need to set it)

PRINT_CMD: lpr

# or if you have nenscript-1.13++ installed and want to force
# postscript printing, the following will work for A4 paper
#PRINT_CMD: nenscript -TA4 -B
# or for US letter size paper
#PRINT_CMD: nenscript -TUS -B

# if using kamplus-qt, and you want a buffered (slow) write in RTTY,
# etc for machines short on processor power, set SLOW_WRITE: to true
# (this option has no effect in the ncurses version of kamplus)

SLOW_WRITE: false

# if using kamplus-qt, and you want a receive endstop which will
# caused received text to wrap to the next line, set RX_ENDSTOP: true,
# and enter the number of characters in the line before the wrap occurs
# in ENDSTOP_SIZE: (the default is 80 - do not make it less than that)
# (this can be changed from the settings menu for the duration of the
# program - change this to alter the start-up setting).  This option
# has no effect in the ncurses version of kamplus

RX_ENDSTOP: true
ENDSTOP_SIZE: 80
