Skip to content

Update Makefile #76

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 12 commits into from
Prev Previous commit
update direwolf.txt with descption of audio PTT usage
  • Loading branch information
va7yaa committed Jan 20, 2017
commit 910ca29fed9df01c97a11b5e0e33b1e869266e31
6 changes: 6 additions & 0 deletions direwolf.txt
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,16 @@ C# Both can be used for interfaces that want them driven with opposite polarity.
C#
L# COM1 can be used instead of /dev/ttyS0, COM2 for /dev/ttyS1, and so on.
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#PTT COM1 RTS
C#PTT COM1 RTS -DTR
L#PTT /dev/ttyUSB0 RTS
C#PTT CHANNEL 1 1000
C
L#
L# On Linux, you can also use general purpose I/O pins if
Expand Down