开云体育

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

fldigi 4.2.06.19 posted for testing

 

开云体育

commit e8bec83905a081e385ecc14777bae7edbd8887fe
Author: dave-w1hkj <w1hkj@...>
Date:?? Wed Jan 1 20:39:59 2025 -0600

??? THOR-25
?? ?
????? * add new THOR modem with following characteristics
??????? . symlen = 320
??????? . samplerate = 8000
??????? . flushlength = 40
??????? . bandwidth = 460
??????? . interleave depth = 50, 2 second
??????? . IEEE coefficients for viterbi encode/decode algorithms
????????? THOR_K15? 15
????????? K15_POLY1 044735
????????? K15_POLY2 063057
??????? . objective to provide highest baud within 500 Hertz bandwidth for
????????? European amateurs
??????? . CPS test for THOR-25
????????? - text:
??????????? 0123456789
??????????? abcdefghijklmnopqrstuvwxyz
??????????? ABCDEFGHIJKLMNOPQRSTUVWXYZ
????????? - # chars:????? 65
????????? - overhead:???? 10.720000 sec
????????? - xmt time:???? 10.080000 sec
????????? - xmt samples:? 166400
????????? - sample rate:? 8000
????????? - chars/sec:??? 6.45
????? * assigned secondary RsID code 691 to THOR-25
????? * increased flush length for all THOR baud rates
????? * added configurable start and end of signal shaping to these modem types:
??????? . dominoEX
??????? . psk
??????? . mfsk
??????? . rtty
??????? . thor
??????? . selectable on configuration tab Modem/General
????? * restored selectable paths to all THOR modem types
????? * added individual tone shaping for all THOR modem types

Increased the interleave duration to 2 seconds.? Not compatible with earlier test versions.

73, David, W1HKJ


Re: Icom IC-7100 USB Driver

 

I'll read more into it later,
?
I've never ever had a problem? using the sym links in /dev/serial/by-id , they always work, they always point to the right device on my Debian 12(ish) systems and Icom rigs.
?
On Thu, Jan 2, 2025 at 01:51 AM, Dave, G?WBX wrote:

the serial/by-id values can change, and ruin your day.


fldigi on MacOS 15.2

 

Hello,
I purchased a new MacMiniv M4. Now I am having the issue on my Mac when starting fldigi that I am always bothered by a pop-up message asking for Microphone access.
How to overcome it? In the SystemsSetting I granted already Microphone access to fldigi without success.
?
On this net I was reading about:
?
codesign --force --deep --sign - /Applications/fldigi-4.x.xx.app
?
Event this is not revolving the matter. Any help is welcome.
?
73
?
Jens
?


Re: Happy New Year

 

Happy New Year to you too Sir.

Let's all hope 2025 is less troublesome than 2024 was!

73.

Dave G0WBX.

--
Created on and sent from a Unix like PC running and using open source software:


Re: Icom IC-7100 USB Driver

 

开云体育

Hi Lonney.

Yes, those links work too, but the problem is, not that one or other style of link works or not, is that the default links/symlinks created by the OS, can change whenever it is kicked into re-enumerating USB devices at Boot, or restart time, or whenever the USB subsystem changes, as devices are added or removed.

That is in effect what happens when RF gets into a USB lead and messes with things...? They often get assigned in a different order than they did the first time!?? So, even the serial/by-id values can change, and ruin your day.

It causes real chaos, in cases (such as here) where I have multiple serial devices (not just radio's, but a GPSDO and other USB/Serial connected devices in the shack.? (As well as two or three USB audio devices!)

If you just have one such USB serial device, and one only external sound I/O, you likely will never experience the chaos that can happen.


Using udev rules, based on some unique feature of a device (typically a serial number, if that exists, or some other unique info, take care, the VID/PID values are generally not unique) NOT based on what the OS did, will always work the same each and every time.

Consider the not uncommon event of RF in the shack, that can cause a USB device to "drop out", the OS then "forgets" it, but when the RF has gone, the device "re appears" and everything is re-enumerated.?? THAT is when the mayhem can happen, not just with Linux, but Windows and other OS's that support USB devices in the same way, as is the standard way these days..

Using:-
udevadm info -a -n /dev/ttyUSBn

(where n is 0, 1, 2 etc) does list a lot of good info, but in the case of my two main PC's (the currently sick HP and this Dell) that internally have at least two "layers" of dynamic hardware such as PCI and USB subsystems, each boot usually results in a different I/O "path" to an externally connected device, even if is physically connected to the same physical USB "port".

The Dell XPS laptop I'm using at the moment, has two internal PCI bus's, each of them has a collection of internal USB Hub's, that as well as supporting the external devices, also support the keyboad, mouse pad, internal sound system, some aspects of the video system (default LCD screen, and an external HDMI device if connected (and that too it seems can "carry" USB traffic between PC and "Monitor") as well a several other internal sensor type devices, battery state monitoring and temperature sensors etc.

Quite how exactly the combination of it's BIOS, UEFI and OS manage to bring all that up into a usable and generally stable system is quite amazing!

"Udev rules" when configured well, work reliably and consistently in every case, but ONLY where there is something unique about any particular "device" that is not assigned dynamically on a cold or warm start...

The obvious value to look at would be the "serial number", as that ideally (I know...)? "Could" be unique amongst a particular class of devices at least.? But the device makers are somewhat lax in that respect.? It seems Icom, and possibly other Ham rig makers may do the right thing, as does FTDI, but 99.999% of the low cost genuine (as well as the fake/counterfeit) devices do not.

Some, have the ability to use custom information held in an external ROM of some sort, using a microwire bus to communicate with it.? If present, the custom information in it will be provided to the OS when enumerated, instead of the hard coded info in the peripheral chip itself.

See the CM108 sound codec data sheet for example...


Scroll down to the "Reference Application Schematic"? (Page 27 of 28 in the file.)
U3 a 93C46 is a small EEPROM for such needs, connected to pins 2, 3, 4 and 5.

(Page 14 has the format of the needed data for that external EEPROM too.)

Therefore, it could be possible (eyesight and tooling permitting) to retrofit such an EEPROM "dead bug" on top of the codec chip perhaps.

(There is ISTR one Ham USB Audio interface device, that has lands for such a chip provided on the underside of the board, but I forget which one.)? Of course, you first need to program the EEPROM with the correct data in the correct format.

The combination of a "Genuine" FTDI USB serial bridge device (that already has a unique on the planet serial number) and with a CM108 + (programmed) EEPROM would with an example udev rule, solve the issue once and for all, perhaps.

But why would mass market developers do that, Ham Radio is a tiny & trivial marked compared to the general throw-away gadget market these days.

You pay your money, and take your choice.

73.

Dave G0WBX
(Who's eyesight is not good enough for such electronic microsurgery these days, even if I had the tooling to hand!)



-- 
Created on and sent from a Unix like PC running and using open source software:


Re: FLAMP | transmit | add followed by XMIT does not transmit

 

Initial test looks good.? XMIT transmits.? Cancel stops transmitting with the correct message.? Remove removes.? Thank you sir, great suggestion!??
?
I am running FLDIGI version 4.2.06.? Should I upgrade?
FLMSG version 4.0.23?
FLRIG v 2.0.05???
?
I don't want to be at the bleeding edge but I don't mind being near the front ...?


Re: FLAMP | transmit | add followed by XMIT does not transmit

 

2.2.14 installed and running.? Will advise.??


Re: FLAMP | transmit | add followed by XMIT does not transmit

 

Yea, that version was released in error and has a few issues, grab 2.2.14.



Robert


Re: FLAMP | transmit | add followed by XMIT does not transmit

 

2.2.13
?
This is on a RPi, 4B, Bookworm.? Everything else in FLAMP seems to work as expected.??


Re: FLAMP | transmit | add followed by XMIT does not transmit

 

Richard,

What version are you using?

Robert


FLAMP | transmit | add followed by XMIT does not transmit

 

"does not XMIT" means that the transmitter is not keyed, the transmit timer left of "Spot" in the upper right does not come on, the T/R button in the lower right does not change to red, no signal in waterfall.? Cancel displays a dialog that I am ending transmit.? At this point, "remove" does not remove the file.? It appears to do nothing.??
?
However if I drag-and-drop a file onto the DnD button and click XMIT, it does transmit.? Everything works normally.??
?
Sending in mfsk32 with rxid and txid on.??
?
I have tried different file extensions and locations, compress on and off, with and without description.? File name contains no space characters.? File is k2s and opens in FLMSG, view form works.??


Re: Icom IC-7100 USB Driver

 

Some of this might be useful:
?
ls -l /dev/serial/by-id
?
Find the symlink that points to your rig. If the /dev/USB or TTY numbering changes (reboots, connecting/disconnecting different devices), it just works.
?
Also, this is as an example: If you run gpsd, it likes to capture all serial ports to find gps serial devices, this hoses up rig control. That is something to be aware of too depending on the default configs for software that uses serial devices. Two example fixes:
?
or, I tweaked /etc/default/gpsd and changed: START_DAEMON="false" , and
USBAUTO="false".
?
?
- Lonney
?


Re: [nbems] Happy New Year

 

Happy New Year to you Dave and the very best health. Thanks for your ( and others) work on fldigi. It is a mainstay for my ham radio operations.

73, tom w7sua Arizona

On 1/1/2025 7:04 AM, Dave via groups.io wrote:
HNY to all.? Hope that 2025 brings good health and happy digital QSOs to all.? Lord willing and the creek don't rise, I plan on continuing support of all of the fl applications during this year.
73, David
W1HKJ


Re: Happy New Year

 

开云体育

Thank you David,
God Bless you for all you do for Ham radio operators.
Wishing you and yours the best of everything in 2025.

73 de John K7JHM?


On Jan 1, 2025, at 7:04 AM, Dave, W1HKJ <w1hkj@...> wrote:

HNY to all.? Hope that 2025 brings good health and happy digital QSOs to all.? Lord willing and the creek don't rise, I plan on continuing support of all of the fl applications during this year.

73, David
W1HKJ

John McCurdy

IMPORTANT......... IF YOU FORWARD THIS EMAIL, PLEASE DELETE ALL THE FORWARDING HISTORY?WHICH INCLUDES MY EMAIL ADDRESS. USE BCC TO LIST YOUR CONTACTS..... ERASING THE?HISTORY HELPS PREVENT SPAMMERS FROM COLLECTING ADDRESSES AND VIRUSES FROM BEING?PROPAGATED. THANK YOU




Re: Happy New Year

 

Right back at you my friend.

On 1/1/25 08:04, Dave, W1HKJ wrote:
HNY to all.? Hope that 2025 brings good health and happy digital QSOs to all.? Lord willing and the creek don't rise, I plan on continuing support of all of the fl applications during this year.

73, David
W1HKJ
--
*AD5XJ* Ken ad5xj@...


Happy New Year

 

开云体育

HNY to all.? Hope that 2025 brings good health and happy digital QSOs to all.? Lord willing and the creek don't rise, I plan on continuing support of all of the fl applications during this year.

73, David
W1HKJ


Re: Icom IC-7100 USB Driver

 

Well done Tim.

73 and happy new year.

Dave G0WBX.

--
Created on and sent from a Unix like PC running and using open source software:


Re: fldigi 4.2.06.18 test version available at

 

开云体育

Hi Richard

I think I remember that datatype error back in (my) 4.6 days. This would however be a recent change in the current master branch? Mine is at Hamlib 4.7~git 2024-12-29T16:43:39Z SHA=028d75 64-bit

Is it likely to be reverted in this branch?

Cheers Bob VK2YQA

On 31/12/24 10:50, Richard Shaw, KF5OIM via groups.io wrote:

On Mon, Dec 30, 2024 at 5:20?PM Bob Cameron, VK2YQA via <bob3bob3=[email protected]> wrote:

Hi Dave

Had a build failure here. I build/test every fldigi change plus hamlib just prior. I have not tried to run this down, so only regard as background info.


There was a change in the datatype?for Hamlib 4.6 which has since been reverted due to this issues (not yet released). It will be corrected in a future hamlib release.

Thanks,
Richard
KF5OIM?


CTY-3441 Country Files - 31 December 2024

 

The Country (CTY) Files were updated on 31 December 2024:



For installation instructions, start at:



Hover your mouse over the word Contest in the menu, then select the
software you are using.

To install the file, follow the link to your software at the top of the page.

If you are interested in a bigger CTY.DAT for everyday logging, you can get
it here:



Note that the release notes (and Version Entity) for this larger file are
different than what is shown below. There is a separate link to them.

As a reminder, there is an RSS feed of the latest country file announcements:



Here are the release notes:

31 December 2024 (CTY-3441)
VER20241231, Version entity is Trinidad & Tobago, 9Y

Added/changed Entities/Prefixes/Callsigns:

* IZ1KHY/IA0 is in ITU zone 70, not ITU zone 74
* IZ1KHY/IA0 is in CQ zone 29, not CQ zone 13
* IA0/IZ1KHY is Antarctica, CE9 in CQ zone 29, ITU zone 70
* N3ZZ is in ITU zone 7, not ITU zone 6
* N3ZZ is in CQ zone 4, not CQ zone 3
* AA6X is United States, K in CQ zone 4, ITU zone 7
* KI4LLA, KM4FOC and N4XTT are all United States, K in CQ zone 4, ITU zone 8
* K7ZVZ and N8YAK are both Alaska, KL
* LU1UU/D is Argentina, LU
* RK25NY, RN25NY, RT25NY, RW25NY and UA4FMQ/P are all European Russia, UA
* RQ9F/4 is European Russia, UA in ITU zone 30
* RX25NY is European Russia, UA in CQ zone 17, ITU zone 20
* RN1B/2 is Kaliningrad, UA2
* RC25BA, RC5B/8 and RO25NY are all Asiatic Russia, UA9
* RV7B/9 is Asiatic Russia, UA9 in ITU zone 20
* R0KA/9 is Asiatic Russia, UA9 in CQ zone 18
* RU25NY is Asiatic Russia, UA9 in CQ zone 18, ITU zone 31
* VK9/W5EIT is Cocos (Keeling) Islands, VK9C

Removed Entities/Prefixes/Callsigns:

* GB1RBL in Scotland, GM
* GB4SDC in Wales, GW
* IQ0SS/P in Sardinia, IS
* NJ5M in United States, K
* AK0S, KD7ZAP and ND1A in Hawaii, KH6
* KK6IQC in Alaska, KL
* KX4GB in Puerto Rico, KP4
* LU9XBA/L in Argentina, LU
* R0CM/4 and R225P in European Russia, UA
* R0FBA/9, R4HY/8, RA9WU/P and RK4PA/9 in Asiatic Russia, UA9

Though I am subscribed to this reflector so that I can make these
announcements, I do not see most messages posted to it. If you have
any comments or corrections to the country file, please contact me
directly.

73 - Jim AD1C

--
Jim Reisert AD1C, <jjreisert at alum.mit.edu>,


Re: FLDIGI on Android Question

 

开云体育

Hi Drew,

This worked.? Thank you very much and Happy New Year! :)

73's,

N2YNQ

On 12/31/24 9:39 AM, Drew, KG7YSX via groups.io wrote:

?
That forum post contains links to some comms programs for android.
?
The closest android app to FLDIGI is called AndFLMSG and you can find the latest version here:
?
?
Andflmsg is able to communicate with FLDIGI when the same modem is selected on both systems.