Keyboard Shortcuts
Likes
- Linuxham
- 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 ?? |
||||||||||
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 |
||||||||||
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
|
||||||||||
Re: fldigi 4.2.05.09 development version posted at
toggle quoted message
Show quoted text
On Sat, Apr 27, 2024 at 01:30 PM, Dave, W1HKJ wrote: |
||||||||||
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. |
||||||||||
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.
|
||||||||||
Re: fldigi 4.2.05.09 development version posted at
toggle quoted message
Show quoted text
|