mirror of https://github.com/wb2osz/direwolf.git
update direwolf.txt with descption of audio PTT usage
This commit is contained in:
parent
762799aaad
commit
910ca29fed
|
@ -234,10 +234,16 @@ C# Both can be used for interfaces that want them driven with opposite polarity.
|
||||||
C#
|
C#
|
||||||
L# COM1 can be used instead of /dev/ttyS0, COM2 for /dev/ttyS1, and so on.
|
L# COM1 can be used instead of /dev/ttyS0, COM2 for /dev/ttyS1, and so on.
|
||||||
L#
|
L#
|
||||||
|
C# With a suitable interface circuit an audio channel can also be used to
|
||||||
|
C# trigger the PTT control. The device should be specified as CHANNEL,
|
||||||
|
C# followed by the channel number and (optionally) the desired frequency,
|
||||||
|
C# in Hz, of the audio tone to be used. The frequency must be between
|
||||||
|
C# 50 and 20000 Hz and defaults to 1000 Hz.
|
||||||
C
|
C
|
||||||
C#PTT COM1 RTS
|
C#PTT COM1 RTS
|
||||||
C#PTT COM1 RTS -DTR
|
C#PTT COM1 RTS -DTR
|
||||||
L#PTT /dev/ttyUSB0 RTS
|
L#PTT /dev/ttyUSB0 RTS
|
||||||
|
C#PTT CHANNEL 1 1000
|
||||||
C
|
C
|
||||||
L#
|
L#
|
||||||
L# On Linux, you can also use general purpose I/O pins if
|
L# On Linux, you can also use general purpose I/O pins if
|
||||||
|
|
Loading…
Reference in New Issue