diff options
author | William Harrington <kb0iic@berzerkula.org> | 2025-01-14 17:00:53 -0600 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2025-01-14 17:00:53 -0600 |
commit | 9ea4534803e193d02d54b24d7f879050a70e47e0 (patch) | |
tree | 1ae47c6a73fa14d3618a60fac4217997e732ed64 /spo256/speak.conf | |
parent | 0cc9b20c15460213e488bf5e70963b941482f628 (diff) |
Add speak.conf and updates for setting flow control. Helpful when using different speech devices using different flow control methods.HEADmaster
Diffstat (limited to 'spo256/speak.conf')
-rw-r--r-- | spo256/speak.conf | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/spo256/speak.conf b/spo256/speak.conf new file mode 100644 index 0000000..2f76c30 --- /dev/null +++ b/spo256/speak.conf @@ -0,0 +1,59 @@ +[interface] +# Serial device for card +device=/dev/ttyS1 + +# Baud rate for card +speed=9600 + +# Parity (odd, even, or none) for card +parity=none + +# Set flow control 0=NONE 1=HARD 2=SOFT 3=FULL +flowctrl=0 + +[vmon] +# Where is server running +server = localhost + +# Time of day to mute +mute = 20-6 + +# How many minutes before checking for new mail, etc. +interval = 5 + +# How many times per hour should vmon announce system status? +frequency = 1 + +# Mailbox prefix directory +maildir = /var/spool/mail + +# Mailboxes to monitor for new mail announcements +mailbox = root dragonfyr + +[down] +# How many seconds in count-down +timer = 10 + +# Program to halt +halt = /sbin/reboot + +# Where is our server? +server = localhost + +[words] +broadcast=brawdcast +online=on lyne +offline=off lyne +dragonfyr=dragonfire +tycho=tyko +nineteen=9 teen +drives=dryves +www=w w w + +[abbrev] +dr.=doctor +mr.=mister +mrs.=misses +ms.=miss + + |