开云体育

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

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


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 
??














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


fldigi 4.2.05.09 development version posted at

 

开云体育

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


updated K4.xml rigcat control definition file

 

开云体育

posted at

and at

Corrects bandwidth selections.

Thank you Mike, W9MDB.

73, David, W1HKJ


Re: fldigi 4.2.05

 

The Winkeyer connected to my Raspberry Pi 5 works perfectly now.? Been making lots of CW QSOs today.? Thanks!

73,
Harry Bloomberg W3YJ


On Tue, Apr 23, 2024 at 8:20?AM Dave via <w1hkj=[email protected]> wrote:
posted to Source Forge, and


Index of /files/fldigi

On line help also updated to this version.

Refer to the readme.txt file for a chronological list of changes since 4.2.04.

73, David, W1HKJ



fldigi 4.2.05

 

开云体育

posted to Source Forge, and


Index of /files/fldigi

On line help also updated to this version.

Refer to the readme.txt file for a chronological list of changes since 4.2.04.

73, David, W1HKJ



flrig development version posted

 

开云体育

at

See readme.txt for list of changes.

73, David, W1HKJ


flamp 2.2.12 poosted at

 

开云体育

??? Version 2.2.12
?? ?
????? * maintenance release
?? ?
???????? . kk5vd? <kk5vd@...>
?????????? 6754d04: Compatibility/Modem Switch
?????????? 24e1837: Document/GUI/Header Modem/Default Modems
?????????? afb90bd: Tabs/Relay Options/GUI/Fluid
?? ?
???????? . dave-w1hkj? <w1hkj@...>
?????????? 73db3b6: font browser

See readme.txt for complete list of changes.

73, David, W1HKJ
??? Robert, KK5VD


Fldigi and Sonoma

 

Downloaded the new version of Fldigi (4.2.04.14) and when starting program I get a request for it access the microphone. I click "Allow" and then the request screen disappears and immediately reappears. Cannot seem to get the microphone accepted.
In system preferences for the microphone Fldigi appears and is approved for microphone usage.

Any ideas?

Les
WD5BYQ


fldigi 4.2.04.14 developers version posted at

 

开云体育

Updated CW Wordsworth code to include DTR/RTS keyline i/o.

73, David, W1HKJ



Re: fldigi 4.2.04.13 developer release posted at

 

Built and installed on a Raspberry Pi 5 running Bookworm with a Winkeyer.? Sorry to report that it hangs after sending my callsign a couple of times.

I have to go to an appointment, I'll get a dump and the status file later.

73,
Harry W3YJ



On Fri, Apr 12, 2024 at 2:56?AM Dave <w1hkj@...> wrote:

??? pi-winkeyer
????? * repair broken winkeyer serial i/o on Pi computers

??? Default language
????? * add code to force default language to be English

??? RSID Min Bandwidth
????? * add user adjustable bandwidth for minimum RsID detection
??????? range.
????? * display RsID detection zone on waterfall (dashed lines) when RsID
??????? is both ON and limited to a specific bandwidth range

...? full list available in readme.txt file

73, David, W1HKJ


flrig 2.0.05.42 developer version posted at

 

开云体育

Author: Michael Black <mdblack98@...>

??? Cannot connect logic
?? ?
????? * retain serial port assignment if transceiver fails to
??????? respond to initialization
????? * improve alert message to provide hint as to probable cause

Author: dave-w1hkj <w1hkj@...>

??? fdm duo
?? ?
????? * update / cleanup of FDM Duo transceiver class

Author: dave-w1hkj <w1hkj@...>

??? 7300 readbuffer
?? ?
????? * modify Windows ReadBuffer method to more closely match
??????? Linux ReadBuffer method.

Author: Michael Black <mdblack98@...>

??? TS890
?? ?
????? * Correct errors in mode/bandwidth
????? * Correct get/set split method

TS890 interface code still a work in progress.? Additional change; please see the readme.txt file.


73, David W1HKJ



Re: does the CM108 PTT functiopnality work with te Windoes Version of FLDIGI?

 

Sorry forgot URL:



On Fri, Apr 12, 2024 at 7:36?AM Don Rolph <don.rolph@...> wrote:
It uses the CM108 chip.

The schematic is at:

image.png

On Fri, Apr 12, 2024 at 7:24?AM K3EUI Barry <k3euibarry@...> wrote:
Don

I only have experience with the DRA (MastersCommunications) sound cards with the C-Media chip (119) and PTT via RA adapter.
All four of my DRA’s (different models) all work: DRA 70, DRA SR.

Will a DigiRig work using a COM port for PTT?
What about a SignaLink (left channel only) and simple VOX for PTT?

The PTT signal is coming over the pin13 on the C-Media chip.
Be sure any auxilary VOX circuit on the sound card is DISABLED!
DRA’s do this with a jumper plug - disconnects the VOX on the LEFT channel or RIGHT channel (another plug to choose)


Can you post the schematic of the “Dinah Sound Card”?
Which C-Media chip does it use?
Something is clearly amiss.

Does the rig and Fldigi work with “other” sound cards (SignaLink, Rigblaster, etc.)?

de k3eui barry
April 12



--

73,
AB1PH
Don Rolph


--

73,
AB1PH
Don Rolph


Re: does the CM108 PTT functiopnality work with te Windoes Version of FLDIGI?

 

It uses the CM108 chip.

The schematic is at:

image.png


On Fri, Apr 12, 2024 at 7:24?AM K3EUI Barry <k3euibarry@...> wrote:
Don

I only have experience with the DRA (MastersCommunications) sound cards with the C-Media chip (119) and PTT via RA adapter.
All four of my DRA’s (different models) all work: DRA 70, DRA SR.

Will a DigiRig work using a COM port for PTT?
What about a SignaLink (left channel only) and simple VOX for PTT?

The PTT signal is coming over the pin13 on the C-Media chip.
Be sure any auxilary VOX circuit on the sound card is DISABLED!
DRA’s do this with a jumper plug - disconnects the VOX on the LEFT channel or RIGHT channel (another plug to choose)


Can you post the schematic of the “Dinah Sound Card”?
Which C-Media chip does it use?
Something is clearly amiss.

Does the rig and Fldigi work with “other” sound cards (SignaLink, Rigblaster, etc.)?

de k3eui barry
April 12



--

73,
AB1PH
Don Rolph


Re: does the CM108 PTT functiopnality work with te Windoes Version of FLDIGI?

 

Don

I only have experience with the DRA (MastersCommunications) sound cards with the C-Media chip (119) and PTT via RA adapter.
All four of my DRA’s (different models) all work: DRA 70, DRA SR.

Will a DigiRig work using a COM port for PTT?
What about a SignaLink (left channel only) and simple VOX for PTT?

The PTT signal is coming over the pin13 on the C-Media chip.
Be sure any auxilary VOX circuit on the sound card is DISABLED!
DRA’s do this with a jumper plug - disconnects the VOX on the LEFT channel or RIGHT channel (another plug to choose)


Can you post the schematic of the “Dinah Sound Card”?
Which C-Media chip does it use?
Something is clearly amiss.

Does the rig and Fldigi work with “other” sound cards (SignaLink, Rigblaster, etc.)?

de k3eui barry
April 12


fldigi 4.2.04.13 developer release posted at

 

开云体育

??? pi-winkeyer
????? * repair broken winkeyer serial i/o on Pi computers

??? Default language
????? * add code to force default language to be English

??? RSID Min Bandwidth
????? * add user adjustable bandwidth for minimum RsID detection
??????? range.
????? * display RsID detection zone on waterfall (dashed lines) when RsID
??????? is both ON and limited to a specific bandwidth range

...? full list available in readme.txt file

73, David, W1HKJ


Re: [linuxham] fldigi 4.2.04.11 developer version posted at

 

开云体育

Hi Dave

I note that this dev update doesn't appear as a parameter of the default/generate config script. I assumed this will (hand edited) work but note it does not;

ID:
?? RSID:
????? MIN_BW:200
?? END:
END:

Personally not something I'd use, but the NBEMS folks may find it handy for automated setup. Oh if you were going to look at that eventually, it might also be worthwhile having (rig) RX/IF bandwidth setting included.

Cheers Bob

On 11/4/24 02:58, Dave, W1HKJ wrote:

commit 0a2519ec3d2d5e44501724e3b989908268bf5777
Author: dave-w1hkj <w1hkj@...>
Date:   Wed Apr 10 11:29:46 2024 -0500

    Default language
    
      * add code to force default language to be English

commit 0313f1a2e64632e322533621de878fc5cf10054a
Author: dave-w1hkj <w1hkj@...>
Date:   Wed Apr 10 11:16:36 2024 -0500

    RSID Min Bandwidth
    
      * add user adjustable bandwidth for minimum RsID detection
        range.
      * display RsID detection zone on waterfall (dashed lines) when RsID
        is both ON and limited to a specific bandwidth range

  color is configurable on Waterfall Display configuration tab.

73, David, W1HKJ