-
Notifications
You must be signed in to change notification settings - Fork 28
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
Direwolf or ARDOPC compatibility? #18
Comments
Did this get resolved ? |
Not that I am aware of. |
Hi Jason. Great Youtube Channel by the way. I've got the PTT working by just using ADEVICE plughw:3,0 in DireWolf. pi@raspberrypi:~ $ arecord -l pi@raspberrypi:~ $ aplay -l PPT has to be set as: This now puts the IC-705 into PTT/TX Regards |
Is it possible to have direwolf and ardopc transmit when using kappanhang?
I created a virtual sound card which pipes the audio to/from Kappanhang-705 using pulse which works perfect for receive. The issue I am having is with TX/PTT. In the direwolf.conf, I tried:
PTT RIG 2 localhost:4532
but PTT isn't working. I receive the following errors in the direwolf terminal:
Hamlib Error: rig_set_ptt command for channel 0 PTT
IO error
read_string called, rxmax=1024
read_string(): read() failed - Success
rig.c(2755):rig_set_ptt return(-6)
With kappanhang running, I can run:
echo "\set_ptt 1" | nc localhost 4532
and the radio will go into transmit and
echo "\set_ptt 0" | nc localhost 4532
to reset the transmit on the radio. This leads me to believe it is possible PTT possible in direwolf.
FWIW, JS8Call & WSJTX are working perfectly.
73, de KM4ACK
The text was updated successfully, but these errors were encountered: