¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Re: #flrig flrig not working with my FT-890 FTDI Programming Cable #flrig
I tried your changes. It seems to revert to the incorrect operation before the changes I submitted. I don't see how your case statement can work for the modes. The only valid numbers in byte 6 are 0,
By Steve, KB5AW · #53386 ·
Re: Guide to New Rig backend creation?
Hi again. Looking into this now.? But... These steps mentioned by Dave 'HKJ... How to add a new transceiver to flrig (A) ? Two new files will need to be added: ??? .
By Dave, G?WBX · #53385 ·
Andy's Ham Radio Linux: v26b-beta has been RELEASED!
Hi Everybody, There has been a LOT of interest in these most recent versions of AHRL.? Thank you for your support! v26b-beta is out.? I've added a bunch of programs for the ARRL Teachers
By kb1oiq@... · #53384 ·
Re: FLRIG with Windows, Linux and the MAC
PS:- Forgot to say... Flrig 2.0.05.75, built from source on LMDE 6.? (Linux Mint Debian Edition.) Controlling a Kenwood TS-870s via a "Prolific 2303" chipset USB<>Serial device running at
By Dave, G?WBX · #53383 ·
Re: FLRIG with Windows, Linux and the MAC
Using a Kenwood TS-870s and Flrig (also the .75 alpha) I find that the BW filter LF cutoff setting is always reset to 300Hz whenever the high cutoff setting is changed. It's not the rig, you can
By Dave, G?WBX · #53382 ·
Re: FLRIG with Windows, Linux and the MAC
No one else is having this problem? -- ----------------------------------- 73/Rick W4XA Western? Wa
By Rick, W7IMM · #53381 ·
Re: flrig 2.0.05.75 alpha release
Hi Dave and team I have been a long time and happy user of FLrig. Thank you. Probably due to a combination of a recent change in my operating interests and updating to alpha version 2.0.05.75 I am
By Denis - EI6IF · #53380 ·
CTY-3434 Country Files - 27 September 2024
The Country (CTY) Files were updated on 27 September 2024: https://www.country-files.com/cty-3434-27-september-2024/ For installation instructions, start at:
By Jim Reisert AD1C · #53379 ·
Re: Anyone got rigpi rigkeyer to work without rigpi software (Winkeyer)
I had it working once after my rigpi had a corrupted card. If i remember correctly the pi serial 0 device is tied to a login terminal by default. And you have to use the config program to disable the
By Mike, K6GTE · #53378 ·
Re: Anyone got rigpi rigkeyer to work without rigpi software (Winkeyer)
No, RigPi uses a K1EL WinKeyer 3 IC. Steve K1EL
By Steve, K1EL · #53377 ·
Re: Anyone got rigpi rigkeyer to work without rigpi software (Winkeyer)
I should have added I think it uses the K3NG arduino software on an AVR microcontroller chip
By GW0WZL · #53376 ·
Anyone got rigpi rigkeyer to work without rigpi software (Winkeyer)
I have a rigpi3, but as the software used on it now is so out of date ie wsjtx and the pi os I have set up another sd card with bookworm, and have installed flrig as a radio control and wsjtx 2,70 rc6
By GW0WZL · #53375 ·
Re: #flrig flrig not working with my FT-890 FTDI Programming Cable #flrig
Steve, I read through the CAT pages for the FT-890 and I think this is what you want for the mode/width code: enum {FT_LSB, FT_USB, FT_CWW, FT_CWN, FT_AMW, FT_AMN, FT_FM}; static
By Dave, W1HKJ · #53374 ·
Re: For all you RTTY / Teletype fans out there..
I am thankful that the Air Force kept me as a TTY tech. for 20 years, because I had no problem finding a job in my retirement. Msgt Donald Casillo USAF (ret)
By Donald, KD5UGY · #53373 ·
Re: For all you RTTY / Teletype fans out there..
Interesting bio! I think doing a single specialty for a long time would be great if you loved it. I had 4 in the USAF since they love to shuffle you around about the time you love a skill/job. USAF
By Bo, W4GHV · #53372 ·
Re: Guide to New Rig backend creation?
Thanks Dave. I'll see how I get on. No doubt I'll be back here again at somepoint soon. All the best. Dave G0WBX.
By Dave, G?WBX · #53371 ·
Re: #flrig flrig not working with my FT-890 FTDI Programming Cable #flrig
Thanks for looking at this. Yes, those are the changes that I made. I don't understand your menu system and all that are in these statements, so you should review approve them. The changes do not
By Steve, KB5AW · #53370 ·
Re: For all you RTTY / Teletype fans out there..
I was for 20 years five months and eight days a Teletype Tech. in the Air Force. Models 15, 19, 28s. I worked for Teletype Corp. (three years) after military retirement working on Models 33, 35, I
By Donald, KD5UGY · #53369 ·
Re: #flrig flrig not working with my FT-890 FTDI Programming Cable #flrig
Thank you Steve.? Please confirm that these are the changes you implemented: diff src/rigs/yaesu/FT890.cxx FT890.cxx 251,253c251,254 < ??? ??? ??? case 1: A.imode = ((replystr[6] & 0x40)
By Dave, W1HKJ · #53368 ·
Re: #flrig flrig not working with my FT-890 FTDI Programming Cable #flrig
I wanted to see about fixing the Yaesu FT-890 rig in flrig, so I looked at the code and did some hacking. I suggest that you look at the code for correctness. I used flrig-2.0.05.75 I got the modes
By Steve, KB5AW · #53367 ·