Keyboard Shortcuts
Likes
- Nbems
- Messages
Search
fldigi 4.2.05.14 development (test) version posted at
开云体育Index of /alpha/fldigiAuthor: 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
开云体育atIndex of /alpha/fldigi??? UDP log record This should fix is disappearing configuration items between
execution cycles. 73, David |
||||||||||
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 atIndex of /alpha/fldigicommit 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
|
||||||||||
fldigi 4.2.05.09 development version posted at
开云体育Index of /alpha/fldigicommit 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
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:
|
||||||||||
fldigi 4.2.05
开云体育posted to Source Forge, andIndex of /files/fldigiOn 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
|
||||||||||
flamp 2.2.12 poosted at
开云体育??? Version 2.2.12 See readme.txt for complete list of changes. 73, David, W1HKJ |
||||||||||
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 |
||||||||||
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:
|
||||||||||
flrig 2.0.05.42 developer version posted at
开云体育Author: Michael Black
<mdblack98@...> 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:
--
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: On Fri, Apr 12, 2024 at 7:24?AM K3EUI Barry <k3euibarry@...> wrote: Don --
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 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: 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:
|