-
Notifications
You must be signed in to change notification settings - Fork 313
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
How to configure hamlib for ptt #16
Comments
Using "PTT RIG /dev/ttyUSB0 122" gleaned from source, but it complains can't find the rig number. I have verified using the hamlib tools that it does key the radio, but can't get direwolf to use it. Thanks a bunch, this modem is decoding like a champ. Now I just need it to key the radio. |
The hamlib interface code was updated and documented better in version 1.3. Look in the User Guide. Currently Section 9.2.8.4 "PTT Using hamlib." "PTT RIG /dev/ttyUSB0 122" has the last two parameters reversed. Try "PTT RIG 122 /dev/ttyUSB0" |
I am trying to use hamlib with Windows 1.3 build. Is hamlib enabled with this? I use a PTT specifier as follows: PTT RIG 135 COM7, but get the following message: Config file line 205: PTT with RIG is only available when hamlib support is enabled. I guess hamlib support needs to be enabled? Thanks |
Do you have hamlib already installed? That package is NOT included with Direwolf and needs to be installed from https://sourceforge.net/projects/hamlib/?source=directory |
Hi David... I do. It's installed, in the path and accessible, but I get the "PTT with RIG is only available when hamlib support is enabled" message all the same. |
From config.c: #ifdef USE_HAMLIB So, I guess it's not... |
I added the following to Makefile.win, added the hamlib includes to the search path and added libhamlib.dll.a to the MinGW library path and rebuilt... CFLAGS += -DUSE_HAMLIB -I../../hamlib-master/hamlib-master/include When I run, initially it looks good, then after a bit, it crashes... C:\MinGW>cd \Users\gerryk\Downloads\direwolf-master\direwolf-master C:\Users\gerryk\Downloads\direwolf-master\direwolf-master>direwolf.exe Reading config file direwolf.conf C:\Users\gerryk\Downloads\direwolf-master\direwolf-master> Progress... of sorts. |
I saw in the December pre release that support for hamlib was added. I'd like to give it a whirl, but I don't know how to configure it. What shall I put on the PTT line?
Thanks!
The text was updated successfully, but these errors were encountered: