Search found 337 matches

by w9mdb
10 Feb 2021, 23:35
Forum: Feature suggestions
Topic: Hamlib 4.0
Replies: 19
Views: 13140

Re: Hamlib 4.0

In the 4.2 github repo I've added two new commands

This function will tell you if you have to use VFOA/B or Main/Sub based on what VFOs the rig has (some rigs support both).
\get_vfo_list
VFOs: VFOA VFOB Sub Main MEM


And this one will return freq/mode/width by VFO
\get_vfo_info VFOA
14074000
USB ...
by w9mdb
10 Feb 2021, 15:34
Forum: Error reports
Topic: HRDLOG Upload not updating
Replies: 7
Views: 4692

Re: HRDLOG Upload not updating

FYI...I have HRD auto upload on and every day I do another HRDLOG upload -- and every day about 20% of the QSOs are still queued up...and normally they all say "already saved" when I upload them. Once in a while there will be a new one.

This is on 2.11.0

Tell me what debug to send and I'll set it ...
by w9mdb
07 Feb 2021, 15:33
Forum: Feature suggestions
Topic: Email alert
Replies: 7
Views: 5080

Re: Email alert

Just wanted to bug you again about getting the email notifications working.
I did send you code in C# to do it.

I know several people who won't upgrade until this is implemented -- they are chasing DXCC and have V1 alerting them on their cellphones with text messages.

Mike W9MDB
by w9mdb
07 Feb 2021, 15:30
Forum: Feature suggestions
Topic: Hamlib 4.0
Replies: 19
Views: 13140

Re: Hamlib 4.0

FYI...I'm going to add a new \getvfo command to rigctld so you can ask for A/B freq/mode/width on each vfo.

The idea would be to replace the "f" command with "\getvfo VFOA" or "\getvfo VFOB" as desired and you'll get 3 lines of answer freq/mode/width -- not sure we need any more info than that ...
by w9mdb
09 Jan 2021, 16:02
Forum: Feature suggestions
Topic: Hamlib 4.0
Replies: 19
Views: 13140

Re: Hamlib 4.0

rigctld --vfo
rigctl -m 2
Rig command: F VFOB 146000000
VFO:
Rig command: f VFOA
VFO: Frequency: 145000000

Rig command: f VFOB
VFO: Frequency: 146000000
by w9mdb
09 Jan 2021, 14:06
Forum: Feature suggestions
Topic: Hamlib 4.0
Replies: 19
Views: 13140

Re: Hamlib 4.0

Tried to contact you on Skype -- give me a buzz. mdblack98
by w9mdb
09 Jan 2021, 13:42
Forum: Feature suggestions
Topic: Hamlib 4.0
Replies: 19
Views: 13140

Re: Hamlib 4.0

Are you testing hamlib 4.0? Works fine with my 7300 tester.
by w9mdb
09 Jan 2021, 13:19
Forum: Feature suggestions
Topic: Hamlib 4.0
Replies: 19
Views: 13140

Re: Hamlib 4.0

I does handle both VFOs if the rig is capable.

It's actually better to run rigctld in vfo mode (the -v or --vfo switch).
Then you do
f VFOA
f VFOB
As long as VFOB returns a frequency and not an error you're OK...works for 99% of rigs.

As for more than 1 radio the way you have implemented it you'd ...
by w9mdb
09 Jan 2021, 05:58
Forum: Feature suggestions
Topic: Hamlib 4.0
Replies: 19
Views: 13140

Re: Hamlib 4.0

4.0 Seems work fine...replaced the hamlib_riglist.csv with the attached.

I'm going to be releasing hamlib 4.1 that has some important fixes in the next few days so you may want to consider putting that in the next release of Log4OM.

Mike W9MDB
by w9mdb
07 Jan 2021, 15:00
Forum: Feature suggestions
Topic: Hamlib 4.0
Replies: 19
Views: 13140

Re: Hamlib 4.0

You've got Hamlib compiled into the code, right?

Should only take a recompile....be sure to grab the latest from the master repository as we are fixing bugs all the time.

Mike W9MDB