开云体育

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date

Re: Next version FLdigi

 

Please send a "TEST button" string in ADIF format: <FLDIGI_TEST:XX>Test UDP broadcast on XXX.XXX.XXX.XXX : XXXXX <STATION_CALLSIGN:yy>YYYYYY <EOR>.


Re: Next version FLdigi

 

On Sat, Apr 27, 2024 at 06:09 AM, Vladimir, RW6AVK wrote:
<MY_GRIDSQUARE:6>
They also forgot <MY_GRIDSQUARE: >


Re: Next version FLdigi

 

On Sat, Apr 27, 2024 at 06:09 AM, Vladimir, RW6AVK wrote:
<STATION_CALLSIGN:6>RW6AVK
We completely forgot the tag <STATION_CALLSIGN: >
And only in Alpha .14 did I notice this.?


fldigi 4.2.05.14 development (test) version posted at

 

开云体育

Index of /alpha/fldigi





Author: dave-w1hkj <w1hkj@...>
Date:?? Fri Apr 26 01:26:08 2024 -0500

??? UDP log record
?? ?
????? * add write log record to UDP socket concurrent with other
??????? internal and external logbook recording.? UDP record in
??????? ADIF format and contains the following fields:
????????? . ADIF_MODE, SUBMODE
????????? . FREQ, BAND
????????? . QSO_DATE, TIME_ON
????????? . QSO_DATE_OFF, TIME_OFF
????????? . GRIDSQUARE
????????? . NAME, QTH, STATE, VE_PROV, COUNTRY
????????? . RST_SENT, RST_RCVD
????????? . STX, STR
??????? and record terminated by <EOR>

Author: dave-w1hkj <w1hkj@...>
Date:?? Sat Apr 27 07:44:58 2024 -0500

??? FMT thread
?? ?
????? * insure that FMT thread is closed when modem is deleted
??????? . windows gags on multiple threads writing to same object
????? * put a whole file lock on the csv file during entire time
??????? it is being written to by the FMT modem.? Excel is an
??????? ultra greedy application that attempts to lock a file before
??????? any reads or writes and does so even to a file opened for
??????? write by another program.? Bah Humbug!

73, David, W1HKJ


Re: fldigi 4.2.05.13 development version posted

 

fldigi 4.2.05.13
- nothing is sent to the external IP via UDP;
- the specified UDP port 9876 cannot be changed; when the port is changed, packets are not sent or are sent to an unknown destination;


fldigi 4.2.05.13 development version posted

 

开云体育

at

Index of /alpha/fldigi

??? UDP log record
?? ?
????? * add write log record to UDP socket concurrent with other
??????? internal and external logbook recording.? UDP record in
??????? ADIF format and contains the following fields:
????????? . ADIF_MODE, SUBMODE
????????? . FREQ, BAND
????????? . QSO_DATE, TIME_ON
????????? . QSO_DATE_OFF, TIME_OFF
????????? . GRIDSQUARE
????????? . NAME, QTH, STATE, VE_PROV, COUNTRY
????????? . RST_SENT, RST_RCVD
????????? . STX, STR
??????? and record terminated by <EOR>

??? FMT thread
?? ?
????? * insure that FMT thread is closed when modem is deleted
??????? . windows gags on multiple threads writing to same object
????? * put a whole file lock on the csv file during entire time
??????? it is being written to by the FMT modem.? Excel is an
??????? ultra greedy application that attempts to lock a file before
??????? any reads or writes and does so even to a file opened for
??????? write by another program.? Bah Humbug!

This should fix is disappearing configuration items between execution cycles.

73, David
W1HKJ


Re: fldigi 4.2.05.12 development release

 

开云体育

Thanks Mike and others for the report.? I'll look at this code some more after church.

David

On 4/28/24 08:13, Mike Black via groups.io wrote:

fldigi_pref.xml still not loading at all.? It is saving correctly.
Attached is the saved version that is not getting loaded -- config information is completely blank.

Duplicated this on both Windows and Linux and compiling it myself.

Mike W9MDB









On Sunday, April 28, 2024 at 12:10:44 AM CDT, Dave <w1hkj@...> wrote: 






poste at 

Index of /alpha/fldigi

???? 
????*??Parent Directory
????
????*??fldigi-4.2.05.12.tar.gz
????
????*??fldigi-4.2.05.12_LI.dmg
????
????*??fldigi-4.2.05.12_VN.dmg
????
????*??fldigi-4.2.05.12_setup.exe
????
????*??readme.dmg.txt
????
????*??readme.txt
????
commit c773e63fa78393f9654a0e6b85fd6c3bbd33597f
Author: dave-w1hkj <w1hkj@...>
Date:?? Sat Apr 27 23:43:42 2024 -0500

????CONFIG_LIST macro
????
??????* modify contents of CONFIG_LIST macro to remove extraneous
????????white space.??macro text size exceeded the compilers macro
????????parser (without warning, just corrupt executable).

commit 92724fcd02b40c2a907d0549d5e3eabb0817e149
Author: dave-w1hkj <w1hkj@...>
Date:?? Fri Apr 26 01:26:08 2024 -0500

????UDP log record
????
??????* add write log record to UDP socket concurrent with other
????????internal and external logbook recording.??UDP record in
????????ADIF format and contains the following fields:
??????????. ADIF_MODE, SUBMODE
??????????. FREQ, BAND
??????????. QSO_DATE, TIME_ON
??????????. QSO_DATE_OFF, TIME_OFF
??????????. GRIDSQUARE
??????????. NAME, QTH, STATE, VE_PROV, COUNTRY
??????????. RST_SENT, RST_RCVD
??????????. STX, STR
????????and record terminated by <EOR>

commit 6d87dd4ddf10b1279d0174417172ad0a39170cdb
Author: dave-w1hkj <w1hkj@...>
Date:?? Sat Apr 27 07:44:58 2024 -0500

????FMT thread
????
??????* insure that FMT thread is closed when modem is deleted
????????. windows gags on multiple threads writing to same object
??????* put a whole file lock on the csv file during entire time
????????it is being written to by the FMT modem.??Excel is an
????????ultra greedy application that attempts to lock a file before
????????any reads or writes and does so even to a file opened for
????????write by another program.??Bah Humbug!


73, David, W1HKJ

NOTE: when testing development versions of fldigi you should ALWAYS back up you fldigi files folder before executing the test version


On XP??C:\"Documents and Settings\<urlogin>\fldigi.files"??
On W2K??C:\"Documents and Settings\<urlogin>\fldigi.files"??
On Vista/Win7/8/10/11???C:\User\<urlogin>\fldigi.files??
On Linux 
??/home/<user>/.fldigi 
??
On MacOS 
??/Users/<user>/.fldigi 
??














Re: Can't find LPM setting in WEFAX

 

Sorry, I think I forgot the hashtag and also to specify that I'm using GNU/Linux :( sorry for that.


not quite 'linux/ham' but a real CW mystery

 

British plane sends word 'stendec' before disappearing in Chilé.

?

a youtube video (before the plane was found...)



Can't find LPM setting in WEFAX

 

Hello,?
In order to receive KYODO NEWS fax service correctly I always had to set LPM to 60 instead of 120 in my fldigi using WEFAX ioc576.?

I can't find this setting anymore, and I remember it just over the waterfall. The button is present in many screenshot around but somehow I am missing it from the version of FLDIGI I just installed.

Was that removed? And why?

Any help??
What I receive from KYODO NEWS is half the page, and IOC288 doesn't work either, using it I got everything garbled.?

PS I'm not getting a sync because of poor reception here but I remember being able to set LPM manually using that button, that isn't there now.?

Please help :)

TY all, 73


Thank you,?




--

73 DE IW9HGS


Re: Next version FLdigi

 

fldigi 4.2.05.12

Settings disappear after closing and opening the program.
The user paths during installation are correct.


Re: fldigi 4.2.05.10 posted

 

Good day David.

Please add a checkbox to enable/disable UDP sending.


fldigi 4.2.05.12 development release

 

开云体育

poste at

Index of /alpha/fldigi

commit c773e63fa78393f9654a0e6b85fd6c3bbd33597f
Author: dave-w1hkj <w1hkj@...>
Date:   Sat Apr 27 23:43:42 2024 -0500

    CONFIG_LIST macro
    
      * modify contents of CONFIG_LIST macro to remove extraneous
        white space.  macro text size exceeded the compilers macro
        parser (without warning, just corrupt executable).

commit 92724fcd02b40c2a907d0549d5e3eabb0817e149
Author: dave-w1hkj <w1hkj@...>
Date:   Fri Apr 26 01:26:08 2024 -0500

    UDP log record
    
      * add write log record to UDP socket concurrent with other
        internal and external logbook recording.  UDP record in
        ADIF format and contains the following fields:
          . ADIF_MODE, SUBMODE
          . FREQ, BAND
          . QSO_DATE, TIME_ON
          . QSO_DATE_OFF, TIME_OFF
          . GRIDSQUARE
          . NAME, QTH, STATE, VE_PROV, COUNTRY
          . RST_SENT, RST_RCVD
          . STX, STR
        and record terminated by <EOR>

commit 6d87dd4ddf10b1279d0174417172ad0a39170cdb
Author: dave-w1hkj <w1hkj@...>
Date:   Sat Apr 27 07:44:58 2024 -0500

    FMT thread
    
      * insure that FMT thread is closed when modem is deleted
        . windows gags on multiple threads writing to same object
      * put a whole file lock on the csv file during entire time
        it is being written to by the FMT modem.  Excel is an
        ultra greedy application that attempts to lock a file before
        any reads or writes and does so even to a file opened for
        write by another program.  Bah Humbug!


73, David, W1HKJ

NOTE: when testing development versions of fldigi you should ALWAYS back up you fldigi files folder before executing the test version

On XP C:\"Documents and Settings\<urlogin>\fldigi.files"
On W2K C:\"Documents and Settings\<urlogin>\fldigi.files"
On Vista/Win7/8/10/11? C:\User\<urlogin>\fldigi.files
On Linux
/home/<user>/.fldigi
On MacOS
/Users/<user>/.fldigi


fldigi 4.2.05.10 posted

 

开云体育

at



posted for Windows and compressed source.? Pending for OS-X and MacOS.

73, David, W1HKJ


Re: fldigi 4.2.05.09 development version posted at

 

On Sat, Apr 27, 2024 at 04:20 PM, Dave, W1HKJ wrote:
Posting .10 shortly.
TNX. I'll test it.


Re: fldigi 4.2.05.09 development version posted at

 

开云体育

Hello Vladimir,

Posting .10 shortly.

David

On 4/27/24 10:08, Vladimir, RW6AVK wrote:

On Sat, Apr 27, 2024 at 01:30 PM, Dave, W1HKJ wrote:
commit 4701d2d2918a2aaacb49371fa3be0de64293dbc2
Good day Dave. After installation
?

I didn't see it in the settings "UDP log record". Which menu item should I look for?


Re: fldigi 4.2.05.09 development version posted at

 

开云体育

Same on my system(s).? Thanks for the report Gary.

Dave

On 4/27/24 09:33, Gary Rogers, KO3F wrote:

However, creating the testbin folder and running?./fldigi from terminal, it opened without asking for mic access.

On Apr 27, 2024, at 10:26?AM, Gary Rogers, KO3F via groups.io <cgaryrogers190@...> wrote:

Dave, FYI I still had to say yes to microphone 4 times to satisfy the app using Sonoma 14.5

On Apr 27, 2024, at 9:30?AM, Dave, W1HKJ via groups.io <w1hkj@...> wrote:

Index of /alpha/fldigi

commit 4701d2d2918a2aaacb49371fa3be0de64293dbc2
Author: dave-w1hkj <w1hkj@...>
Date:   Fri Apr 26 01:26:08 2024 -0500

    UDP log record
    
      * add write log record to UDP socket concurrent with other
        internal and external logbook recording.  UDP record in
        ADIF format and contains the following fields:
          . ADIF_MODE, SUBMODE
          . FREQ, BAND
          . QSO_DATE, TIME_ON
          . QSO_DATE_OFF, TIME_OFF
          . GRIDSQUARE
          . NAME, QTH, STATE, VE_PROV, COUNTRY
          . RST_SENT, RST_RCVD
          . STX, STR
        and record terminated by <EOR>

commit 6d87dd4ddf10b1279d0174417172ad0a39170cdb
Author: dave-w1hkj <w1hkj@...>
Date:   Sat Apr 27 07:44:58 2024 -0500

    FMT thread
    
      * insure that FMT thread is closed when modem is deleted
        . windows gags on multiple threads writing to same object
      * put a whole file lock on the csv file during entire time
        it is being written to by the FMT modem.  Excel is an
        ultra greedy application that attempts to lock a file before
        any reads or writes and does so even to a file opened for
        write by another program.  Bah Humbug!


73, David, W1HKJ





Re: fldigi 4.2.05.09 development version posted at

 

On Sat, Apr 27, 2024 at 01:30 PM, Dave, W1HKJ wrote:
commit 4701d2d2918a2aaacb49371fa3be0de64293dbc2
Good day Dave. After installation
?

I didn't see it in the settings "UDP log record". Which menu item should I look for?


Re: fldigi 4.2.05.09 development version posted at

 

开云体育

However, creating the testbin folder and running?./fldigi from terminal, it opened without asking for mic access.

On Apr 27, 2024, at 10:26?AM, Gary Rogers, KO3F via groups.io <cgaryrogers190@...> wrote:

Dave, FYI I still had to say yes to microphone 4 times to satisfy the app using Sonoma 14.5

On Apr 27, 2024, at 9:30?AM, Dave, W1HKJ via groups.io <w1hkj@...> wrote:

Index of /alpha/fldigi

commit 4701d2d2918a2aaacb49371fa3be0de64293dbc2
Author: dave-w1hkj <w1hkj@...>
Date:   Fri Apr 26 01:26:08 2024 -0500

    UDP log record
    
      * add write log record to UDP socket concurrent with other
        internal and external logbook recording.  UDP record in
        ADIF format and contains the following fields:
          . ADIF_MODE, SUBMODE
          . FREQ, BAND
          . QSO_DATE, TIME_ON
          . QSO_DATE_OFF, TIME_OFF
          . GRIDSQUARE
          . NAME, QTH, STATE, VE_PROV, COUNTRY
          . RST_SENT, RST_RCVD
          . STX, STR
        and record terminated by <EOR>

commit 6d87dd4ddf10b1279d0174417172ad0a39170cdb
Author: dave-w1hkj <w1hkj@...>
Date:   Sat Apr 27 07:44:58 2024 -0500

    FMT thread
    
      * insure that FMT thread is closed when modem is deleted
        . windows gags on multiple threads writing to same object
      * put a whole file lock on the csv file during entire time
        it is being written to by the FMT modem.  Excel is an
        ultra greedy application that attempts to lock a file before
        any reads or writes and does so even to a file opened for
        write by another program.  Bah Humbug!


73, David, W1HKJ




Re: fldigi 4.2.05.09 development version posted at

 

开云体育

Dave, FYI I still had to say yes to microphone 4 times to satisfy the app using Sonoma 14.5

On Apr 27, 2024, at 9:30?AM, Dave, W1HKJ via groups.io <w1hkj@...> wrote:

Index of /alpha/fldigi

commit 4701d2d2918a2aaacb49371fa3be0de64293dbc2
Author: dave-w1hkj <w1hkj@...>
Date:   Fri Apr 26 01:26:08 2024 -0500

    UDP log record
    
      * add write log record to UDP socket concurrent with other
        internal and external logbook recording.  UDP record in
        ADIF format and contains the following fields:
          . ADIF_MODE, SUBMODE
          . FREQ, BAND
          . QSO_DATE, TIME_ON
          . QSO_DATE_OFF, TIME_OFF
          . GRIDSQUARE
          . NAME, QTH, STATE, VE_PROV, COUNTRY
          . RST_SENT, RST_RCVD
          . STX, STR
        and record terminated by <EOR>

commit 6d87dd4ddf10b1279d0174417172ad0a39170cdb
Author: dave-w1hkj <w1hkj@...>
Date:   Sat Apr 27 07:44:58 2024 -0500

    FMT thread
    
      * insure that FMT thread is closed when modem is deleted
        . windows gags on multiple threads writing to same object
      * put a whole file lock on the csv file during entire time
        it is being written to by the FMT modem.  Excel is an
        ultra greedy application that attempts to lock a file before
        any reads or writes and does so even to a file opened for
        write by another program.  Bah Humbug!


73, David, W1HKJ