File: cwdaemon.default

package info (click to toggle)
cwdaemon 0.9.5-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 888 kB
  • sloc: sh: 3,535; ansic: 1,835; makefile: 51
file content (33 lines) | stat: -rw-r--r-- 624 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# /etc/default/cwdaemon
# OK1ZIA 17 Aug 2004

#
# Start cwdaemon at boot? yes or no
START_CWDAEMON=yes

# device without /dev/ e.g. ttyS0, ttyS1, ttyUSB0, ttyd0 (FreeBSD), parport0,
# parport1, ... or null for no port keying.
# Default for linux: parport0 with ppdev driver
DEVICE="parport0"

# default 6789
#UDPPORT="6789"

# priority -20 to +20 
#PRIORITY="0"

# CW speed in WPM. Default 24
#SPEED="24"

# default 0
#PTTDELAY="0"

# volume for soundcard. 0 to 100, default 70
#VOLUME="70"

# weight -50 to 50. Default 0
#WEIGHT="0"

# sound device:
# c: console, s: soundcard, b: both, n: none. Default is c.
#SDEVICE="c"