Auto-populate callsign from Fldigi to Log4OM ?

Post Reply
k3uk
Advanced Class
Posts: 35
Joined: 02 Jun 2022, 14:09

Auto-populate callsign from Fldigi to Log4OM ?

Post by k3uk »

I was wondering if there was a way to click on a callsign in Fldigi and have that callsign populated to the entry window in Log4OM so that i can then use the worked before feature in Log4OM? I want to do this BEFORE working the station and thus before there is an ADIF file transfer of the QSO to Log4OM
Andy K3UK
k4rva
Novice Class
Posts: 6
Joined: 14 Jan 2023, 15:21

Re: Auto-populate callsign from Fldigi to Log4OM ?

Post by k4rva »

Hi Andy,

I've been trying to get this working too, but no luck so far. A few days ago, I enabled the 'Start service' setting in the Fldigi section of the Log4OM Configuration screen. The green 'FLDigi' indicator gets illuminated at the bottom of the Log4OM main screen, but when I click on a callsign in Fldigi nothing happened in Log4OM. I doubled checked the settings in Fldigi (Enable ARQ, XML 127.0.0.1 port 7362) and everything seemed right. I tried closing and re-starting both Log4OM and Fldigi multiple times, but still nothing.

Using Log4OM 2 v.2.25.0.0, Fldigi 4.1.23.24, and Flrig 1.4.7.70 on Windows 10.

So, I decided to try to get it working again today, and at one point I changed the port in the Log4OM configuration to 7322 (which is the ARQ port in Fldigi), clicked 'Save and apply' and Fldigi immediately started transmitting XML text over the air! Whoops, I guess that's not the right port number to use. :D

I'll keep working at it, and if I get it working I will let you know.

Cheers,
Steve K4RVA

Code: Select all

POST / HTTPPOST / HTTP/1.1
Content-Type: text/xml
User-Agent: XML-RPC.NET
Host: 127.0.0.1:7322
Content-Length: 214
Connection: Keep-Alive

<?xml version="1.0"?>
<methodCall>
  <methodName>rig.set_frequency</methodName>
  <params>
    <param>
      <value>
        <double>14065000</double>
      </value>
    </param>
Post Reply