Keyboard Shortcuts
Likes
- Winfldigi
- Messages
Search
Re: FLDIG commands
#flrig
Cliff
开云体育True, you have to click it the first TX to set it. Dave might change that is you ask him, maybe.
73,
Cliff, AE5ZA
|
|||
fldigi 4.1.19 release
开云体育Please correct? C-Media PTT support ??? * add support for C-Media ptt signal, used by DAR-30 etal to read ? C-Media PTT support ??? * add support for C-Media ptt signal, used by DRA-30 etal 73, David, W1HKJ |
|||
Re: FLDIG commands
#flrig
Still can not save just ALC and no SWR. I have to change it manually on the rig.
Any help would be appreciated. -- 73 NU4N Dave |
|||
fldigi 4.1.19.01 posted
开云体育atand pushed to SF git repository branch pu/df commit ea4702e33b5828edcb5c6b515cc4ef6b1e88a17e Author: dave-w1hkj <w1hkj@...> Date: Fri Apr 16 18:22:27 2021 -0500 Add OFDM modes for NBEMS * OFDM-500F for HF SSB - survives HF NVIS/long path - 4-carriers of 62.5-baud 4PSK = 250 bps - 1/2 rate K=15 FEC with 4sec interleaver * OFDM-750F for HF SSB - survives HF NVIS/long path - 3-carriers of 125-baud 8PSK = 562 bps - 1/2 rate K=13 FEC with 3.2sec interleaver * OFDM-2000F for HF-SSB/FM - 8 carriers of 125-baud 8PSK = 2000bps - 2/3 rate K=13 FEC with 3.2sec interleaver * OFDM-2000 for HF-SSB/FM - 4 carriers of 250-baud 8PSK = 3000bps - NO FEC, meant for line-of-sight * OFDM-3500 for FM 9600-port - 7 carriers of 250-baud 8PSK = 5250bps - NO FEC, meant for line-of-sight - Requires Signalink made-after 2018 connected to the 9600-jack * OFDM-2000F CPU-load fix - FEC of previous mode too heavy for some CPUs . Reduced to: K=11 FEC with 1600msec interleaver . Other mode parameters unchanged * Added Vestigial-carrier based AFC to OFDM modes - Increases robustness and tolerance to drift * OFDM 2000F hold - commented out OFDM 2000 and 2000F modes for bugfixes - OFDM 500F, 750F, and 3500 are complete commit c38d1c153b4cb5d25110258897958f39630cb159 Author: dave-w1hkj <w1hkj@...> Date: Thu Jun 24 08:00:32 2021 -0500 Version 4.1.19 73, David, W1HKJ |
|||
OFDM test modes
开云体育The OFDM test modes are not included in 4.1.19.? I will be posting an alpha 4.1.19.01 which has those modes available for testing.73, David, W1HKJ |
|||
fldigi 4.1.19 posted
开云体育 to
Pushed to SF git master branch, tag v4.1.19 Date:?? Thu Jun 24 08:00:32 2021 -0500 ? Version 4.1.19 ??? * maintenance release ? Vestigial AFC fixes ???? * Fix OFDM and 8PSK AFC jumping randomly to noise-signals ? C-Media PTT support ??? * add support for C-Media ptt signal, used by DAR-30 etal ? LNW macro tag ??? * add missing add to log call ? Notes ??? * add Notes as a retrieve field for last worked call lookup in logbook ? lower case tx ??? * defeat lower case TX when text source is from arq or xmlrpc socket interface. ? Win Install Directory ??? * Change installer to target either 32 or 64 bit installation ? Qso Party Cabrillo ??? * add state & country selections ? mxe scripts update ? cwid ??? * enable cwid for ????? . T/R button reset to Rx ????? . ^r in xmlrpc transmit text strings ????? . ^r in macro text ????? . ^r in transmit text ????? NOTE: recommend disabling cwid for all ARQ type message transmissions; flarq / flmsg. ? Doxygen srcdoc fix ?? * MBEDTLS breaks the cppcheck tool, bypass checking for now ? Dxcluster freq ??? * change to accommodate either '.' or ',' as the integer fractional part of frequency in kHz. ? Documentation update ??? * image and text associated with menu items ????? . View/Rig/Log Controls ????? . View/Waterfall ? Carat r/R ??? * if modem is not IFKP, change to identical function for ^r and ^R transmit character sequence ? WIN Build Errors ??? * Correct Windows 64 bit build segmentation fault caused by ulong int usage for string pointer. ????? Replaced with size_t ? Compiler warnings ??? * fix compiler warning on use of memset ????? . rsid.cxx ????? . ifkp.cxx ? flrig cwio ??? * DTR/RTS CW keying using xmlrpc commands to flrig ? Set/Get Notch ??? * Correct notch processing when used with flrig ??? * RigCAT notch processing ????? . Add wait 2 poll cycles between set and get notch ? FMT mod ??? * limit estimation error to user defined value, reset tracking if error exceeds the set value ??? * add +/- 5 and +/- 10 plot ranges ? Tx Monitor Level ??? * Change control to dB scale to allow greater range of user control ? fh baud ??? * modify fh parameter printout ? dxcluster ??? * Immediate cmd ????? . ! character as first in command definition will cause the command to be send immediate ??????? upon selection of that command button ? WF-only mode menu ??? * add missing modes ? PSK-modes fix false triggers of DCD-OFF ??? * Certian character combinations were triggering DCD-OFF ??? * DCD-OFF code now searches over 6-bit window ??? * Prevents rare data-loss bug mid-transmission ? fmt ??? * add callback handlers to ????? . btn_unk_enable ????? . btn_ref_enable ????? . btn_fmt_record ??? * reset frequency whenever ref or unk button is pressed ? Win32 Serial Port ??? * change ????? "if (!hComm)" to ????? "if (hComm == INVALID_HANDLE)" ? CW punctuation ??? * Allow user to suppress decode/encode of specific punctuation characters ??? * Allow user to select character to display noise decodes ????? . default '*' ????? . '_' ????? . ' ' ????? . none ? WX ??? * Correct <WX:xxx> weather macro text substitution ? Canada ??? * Add missing provinces / regions ? PulseAudio Server String ??? * always enable PA server string control to allow user to clear or modify entry ??? * fix hanging up on server fault message dialog ????? . caused by message dialog on being re-entrant ? macOS arm64 builds ??? * Change macosx macro to include darwin20 target ? Waterfall buttons ??? * Set all buttons to visibile for new installation ? Audio Codec ??? * fix for Portaudio h/w codec missing during fldigi startup ????? . missing h/w could cause segmentation fault on some systems ????? . added try{}catch{} to trx audio path ????? . display error message ????? . reset audio device to NULL codec ? Version 4.1.18 73, David, W1HKJ |
|||
FLdigi Waterfall
I am using a Windows Pro 10, 16 gig of ram and I5 processor.
Using the newest version of FLdigi and have a problem with the waterfall being jerky, stops etc. Seems like the program is unstable. I just installed this version and have not used FLdigi in a while.? What am I doing wrong ? 73, Art WB4MNK |
|||
Re: FLDIG commands
#flrig
开云体育Hey Cliff Thanks never thought to look there. Really appreciate it. 73's Dave NU4N On 6/22/2021 3:06 PM, Cliff wrote:
Dave, |
|||
Re: FLDIG commands
#flrig
Cliff
开云体育Dave,When the rig is in transmit and SWR is showing, left click on the scale in flrig and it will change to ALC. It will stay there until you click again to put it back to SWR. It’s that way so you can look at the SWR and ALC both easily. Just set what ever one you want as default then when transmitting click to see the other then click again back to the default.
73,
Cliff, AE5ZA
|
|||
FLDIG commands
#flrig
How do I add a command to FLRIG? I want to FLRIG to come up with ALC rather than SWR
-- 73 NU4N Dave |
|||
Re: SPOT not saving.
#fldigi
Still can not get the spot to hold even after save config.
Any help please -- 73 NU4N Dave |
|||
flrig-1.4.0.02 test suite posted at
开云体育commit fa7c02f6882d5b7bec787fc30f4976c78eb43a0b 73, David, W1HKJ
|
|||
Re: Transmission stutters.
#fldigi
开云体育Running at 20%. I had it going again last night then this morning I had to unstall, shutdown,restart then re-install now it's working agn. Strange it ran all day yesterday until after about 6 qso's it was running grreat then it started started stuttering agn. I have no idea why it does this. 73 Dave NU4N
On 6/18/2021 5:36 PM, John via
groups.io wrote:
|
|||
Re: Transmission stutters.
#fldigi
Dave, |
|||
Re: fldigi 4.1.18.43 posted for testing
开云体育Dave,I don't have a cm108 to test, but it builds fine on Linux Mint 20.1 for Linux and Windows MXE build.? I found no error due to missing dependencies.? It runs fine on Linux and Win10x64. 73, -Joe- w1hkj wrote:
at --
|
|||
Re: Transmission stutters.
#fldigi
Cliff
开云体育Please explain more fully the situation.What to you mean by stuttering?? What is stuttering, i.e. waterfall, Tx, ??? What file did you delete? What rig and what method of rigcontrol are you using? Why not use fldigi-4.1.18?
73,
Cliff, AE5ZA
|
|||
Transmission stutters.
#fldigi
I am having problems with FLDIGI suttring. I have do a uninstall and shot down and delete? the file and then it works.
Any thoughts. Using Version 4.1.17 73 NU4N Dave |
|||
Re: [nbems] [linuxham] fldigi 4.1.18.43 posted for testing
开云体育That did it, thanks KA2DDO.W3NR, I was waiting for you to do it so that I didn't make a mistake :-) I also remembered to log off and back on again after creating the cm108.rules file. 73, Ron NY3J On 6/18/21 4:09 PM, w1hkj wrote:
sudo apt-get install libudev-dev |