开云体育

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

#flrig #raspberrypi Yaesu FT-710 had s-meter, power meter, etc working - but now, they don't #flrig #raspberrypi

 

Running FLRIG version 2.0.05.? I had s-meter, power meter, SWR etc working.? Somewhere along the line they stopped working.? I must have done something to make them stop working but I don't know what it was.? I have checked here and in the help, I don't see how to turn them back on.? Any hints?
--

richard
kd8noa


Re: FSQ in FLDIGI: center frequency questions

 

Great discussion.? Seems like we could move Olivia to 1000.? I already have a simple macro to switch to Olivia and it would just take a second to add a line to it to change the frequency.??? Sarah, N6OPE


Re: FSQ in FLDIGI: center frequency questions

 

开云体育

Jack KD4IZ and Don AB1PH,
When I tested with Fldigi only it appeared to work but with radio on I can see 1000 as red and 1500 as green. As confirmed by Dave W1HKJ FSQ is fixed at 1500. The good news is GOFREQ will work with other modems. Sorry for the confusion. 73 Don

On Aug 2, 2024, at 3:08?PM, Jack Spitznagel (KD4IZ) <kd4iz@...> wrote:

Thanks Don,
?
I understand and I do use fldigi macros extensively. But thank you for reviewing them for others.
?
The root of my question is that yes, you can move the window on screen, however the transmitted signal will remain on 1500 (denoted by a red bar). I have just recently communicated with Dave, W1HKJ ?on this matter and he looked into the code and stated the following clearly (quote):
?
Bad news on the FSQ issue.? It is designed to work at 1500, so I am removing the 1150 / variable option.? Moving the tx/rx frequency should be done at the transceiver or with rig frequency control.

Dave
?
I assume he means shifting the 1500 center frequency by using the VFO or a rig control program So I am skeptical of the result you got other than seeing the RX window line shift.?
?
So to get a clearer answer: Did you transmit after the shift to 1000 and observe the TX signal shift on another receiver??
Did the red bar move for you or did it stay centered on 1500?
It moved for me, but the aqua (receive window) bar did not and the transceiver transmitted at 1500.
To check, I manually tried to move the receive window (aqua bar) to 1000 – doesn’t.
To answer John, W0JWT – nope, same response. It will always transmit dial frequency + 1500Hz.
?
Tried several ways to doodle it and W1HKJ - David’s assertion is true. FSQ is functionally locked at 1500Hz. That point should be made clearly in all fldigi information and FSQcall information.
?
Jack Spitznagel – KD4IZ
Science River LLC
Biomedical Consulting Services
?
?
?
?
From:?[email protected]?<[email protected]>?On Behalf Of?Don
Sent:?Friday, August 2, 2024 14:59
To:?[email protected]
Subject:?Re: [nbems] FSQ in FLDIGI: center frequency questions
?
Hi Jack, ?As I understand it the GOFREQ command is independent of modem choice. It moves the WF cursor to freq NNNN Hz. That being said you can add a modem change in the same macro. It would look like this:?
?
<PUSH:m><LOCK:off>
<RXRSID:on><TXRSID:off>
<MODEM:FSQ>
<GOFREQ:1000>
<@LOCK:on>
?
Yes it’s easy to test and I did. All you need to do is copy commands above into a blank macro. ?
FSQ defaults to FSQ-4.5 which is widely used.
?
You can add <TX> at the end of the macro and it will transmit your message or <RX> and you’re ready to receive messages. You can also make another macro to change back to say OLIVIA 8/500.
The PUSH command is probably not needed but if will keep you current frequency in memory ?and using the POP command retrieves it. Hope this helps. 73 Don
?
?
On Aug 2, 2024, at 10:24?AM, Jack Spitznagel (KD4IZ) <kd4iz@...> wrote:
?
Hi Don,
You have tested this macro for FSQ? Or is this macro to shift other modes?
Jack – KD4IZ
?
From:?[email protected]?<[email protected]>?On Behalf Of?Don
Sent:?Thursday, August 1, 2024 21:41
To:?[email protected]
Subject:?Re: [nbems] FSQ in FLDIGI: center frequency questions
?
Don I had another thought besides changing the sweet spot. You can also make up a macro to go to whatever frequency you want to TX to . Simply use <GOFREQ:NNNN>.?
?
A fancy macro to change frequency would look like:
?
<PUSH:m><LOCK:off>
<RXRSID:on><TXRSID:off>
<GOFREQ:1000>
<@LOCK:on>
?
You don’t have to use the LOCK command just an extra safety.?
Next time you start Fldigi it will default to your sweet spot. Now you
Should have two options. 73 Don
?
?
?
Sent from??for Windows
?

From:?[email protected]?<[email protected]> on behalf of Don Rolph <don.rolph@...>
Sent:?Sunday, July 28, 2024 4:52:34 PM
To:?[email protected]?<[email protected]>
Subject:?[nbems] FSQ in FLDIGI: center frequency questions
?
It ooks like FLDIGI will allow one to set an arbirtrary center frequency for FSG, as well as use the traditional 1160 Hz annd 1500 Hz center frequencies.?
?
But in testing it looks like FSQ always only transmits on 1500 center frequency.
?
Am I missing something?
?
Thanks!
?
--?
?
73,?
AB1PH
Don Rolph
?



Re: FSQ in FLDIGI: center frequency questions

 

开云体育

Thanks Don,

?

I understand and I do use fldigi macros extensively. But thank you for reviewing them for others.

?

The root of my question is that yes, you can move the window on screen, however the transmitted signal will remain on 1500 (denoted by a red bar). I have just recently communicated with Dave, W1HKJ ?on this matter and he looked into the code and stated the following clearly (quote):

?

Bad news on the FSQ issue.? It is designed to work at 1500, so I am removing the 1150 / variable option.? Moving the tx/rx frequency should be done at the transceiver or with rig frequency control.

Dave

?

I assume he means shifting the 1500 center frequency by using the VFO or a rig control program So I am skeptical of the result you got other than seeing the RX window line shift.

?

So to get a clearer answer: Did you transmit after the shift to 1000 and observe the TX signal shift on another receiver?

Did the red bar move for you or did it stay centered on 1500?

It moved for me, but the aqua (receive window) bar did not and the transceiver transmitted at 1500.

To check, I manually tried to move the receive window (aqua bar) to 1000 – doesn’t.

To answer John, W0JWT – nope, same response. It will always transmit dial frequency + 1500Hz.

?

Tried several ways to doodle it and W1HKJ - David’s assertion is true. FSQ is functionally locked at 1500Hz. That point should be made clearly in all fldigi information and FSQcall information.

?

Jack Spitznagel – KD4IZ

Science River LLC

Biomedical Consulting Services

?

?

?

?

From: [email protected] <[email protected]> On Behalf Of Don
Sent: Friday, August 2, 2024 14:59
To: [email protected]
Subject: Re: [nbems] FSQ in FLDIGI: center frequency questions

?

Hi Jack, ?As I understand it the GOFREQ command is independent of modem choice. It moves the WF cursor to freq NNNN Hz. That being said you can add a modem change in the same macro. It would look like this:

?

<PUSH:m><LOCK:off>

<RXRSID:on><TXRSID:off>

<MODEM:FSQ>

<GOFREQ:1000>

<@LOCK:on>

?

Yes it’s easy to test and I did. All you need to do is copy commands above into a blank macro. ?

FSQ defaults to FSQ-4.5 which is widely used.

?

You can add <TX> at the end of the macro and it will transmit your message or <RX> and you’re ready to receive messages. You can also make another macro to change back to say OLIVIA 8/500.

The PUSH command is probably not needed but if will keep you current frequency in memory ?and using the POP command retrieves it. Hope this helps. 73 Don

?

?

On Aug 2, 2024, at 10:24?AM, Jack Spitznagel (KD4IZ) <kd4iz@...> wrote:

?

Hi Don,

You have tested this macro for FSQ? Or is this macro to shift other modes?

Jack – KD4IZ

?

From:?[email protected]?<[email protected]>?On Behalf Of?Don
Sent:?Thursday, August 1, 2024 21:41
To:?[email protected]
Subject:?Re: [nbems] FSQ in FLDIGI: center frequency questions

?

Don I had another thought besides changing the sweet spot. You can also make up a macro to go to whatever frequency you want to TX to . Simply use <GOFREQ:NNNN>.?

?

A fancy macro to change frequency would look like:

?

<PUSH:m><LOCK:off>

<RXRSID:on><TXRSID:off>

<GOFREQ:1000>

<@LOCK:on>

?

You don’t have to use the LOCK command just an extra safety.?

Next time you start Fldigi it will default to your sweet spot. Now you

Should have two options. 73 Don

?

?

?

Sent from??for Windows

?


From:?[email protected]?<[email protected]> on behalf of Don Rolph <don.rolph@...>
Sent:?Sunday, July 28, 2024 4:52:34 PM
To:?[email protected]?<[email protected]>
Subject:?[nbems] FSQ in FLDIGI: center frequency questions

?

It ooks like FLDIGI will allow one to set an arbirtrary center frequency for FSG, as well as use the traditional 1160 Hz annd 1500 Hz center frequencies.?

?

But in testing it looks like FSQ always only transmits on 1500 center frequency.

?

Am I missing something?

?

Thanks!

?

--?

?

73,?

AB1PH

Don Rolph

?


Re: FSQ in FLDIGI: center frequency questions

 

If you unhighlite the LK button?what does it do?

On Fri, Aug 2, 2024 at 4:16?PM Don Rolph via <don.rolph=[email protected]> wrote:
Ok I tested this.

Indeed it does move?the cursor and change the center frequency.
.
However, FSQ still transmits on 1500 Hz center.

image.png

It looks like?this center frequency is hard coded into?FSQ in FLDIGI

On Fri, Aug 2, 2024 at 2:59?PM Don via <damapn66=[email protected]> wrote:
Hi Jack, ?As I understand it the GOFREQ command is independent of modem choice. It moves the WF cursor to freq NNNN Hz. That being said you can add a modem change in the same macro. It would look like this:

<PUSH:m><LOCK:off>
<RXRSID:on><TXRSID:off>
<MODEM:FSQ>
<GOFREQ:1000>
<@LOCK:on>

Yes it’s easy to test and I did. All you need to do is copy commands above into a blank macro. ?
FSQ defaults to FSQ-4.5 which is widely used.

You can add <TX> at the end of the macro and it will transmit your message or <RX> and you’re ready to receive messages. You can also make another macro to change back to say OLIVIA 8/500.
The PUSH command is probably not needed but if will keep you current frequency in memory ?and using the POP command retrieves it. Hope this helps. 73 Don


On Aug 2, 2024, at 10:24?AM, Jack Spitznagel (KD4IZ) <kd4iz@...> wrote:

Hi Don,
You have tested this macro for FSQ? Or is this macro to shift other modes?
Jack – KD4IZ
?
From:?[email protected]?<[email protected]>?On Behalf Of?Don
Sent:?Thursday, August 1, 2024 21:41
To:?[email protected]
Subject:?Re: [nbems] FSQ in FLDIGI: center frequency questions
?
Don I had another thought besides changing the sweet spot. You can also make up a macro to go to whatever frequency you want to TX to . Simply use <GOFREQ:NNNN>.?
?
A fancy macro to change frequency would look like:
?
<PUSH:m><LOCK:off>
<RXRSID:on><TXRSID:off>
<GOFREQ:1000>
<@LOCK:on>
?
You don’t have to use the LOCK command just an extra safety.?
Next time you start Fldigi it will default to your sweet spot. Now you
Should have two options. 73 Don
?
?
?
Sent from??for Windows
?

From:?[email protected]?<[email protected]> on behalf of Don Rolph <don.rolph@...>
Sent:?Sunday, July 28, 2024 4:52:34 PM
To:?
[email protected]?<[email protected]>
Subject:?[nbems] FSQ in FLDIGI: center frequency questions
?
It ooks like FLDIGI will allow one to set an arbirtrary center frequency for FSG, as well as use the traditional 1160 Hz annd 1500 Hz center frequencies.?
?
But in testing it looks like FSQ always only transmits on 1500 center frequency.
?
Am I missing something?
?
Thanks!
?
--?
?
73,?
AB1PH
Don Rolph




--

73,
AB1PH
Don Rolph



--
John W. Totzke W?JWT


Re: FSQ in FLDIGI: center frequency questions

 

Ok I tested this.

Indeed it does move?the cursor and change the center frequency.
.
However, FSQ still transmits on 1500 Hz center.

image.png

It looks like?this center frequency is hard coded into?FSQ in FLDIGI

On Fri, Aug 2, 2024 at 2:59?PM Don via <damapn66=[email protected]> wrote:
Hi Jack, ?As I understand it the GOFREQ command is independent of modem choice. It moves the WF cursor to freq NNNN Hz. That being said you can add a modem change in the same macro. It would look like this:

<PUSH:m><LOCK:off>
<RXRSID:on><TXRSID:off>
<MODEM:FSQ>
<GOFREQ:1000>
<@LOCK:on>

Yes it’s easy to test and I did. All you need to do is copy commands above into a blank macro. ?
FSQ defaults to FSQ-4.5 which is widely used.

You can add <TX> at the end of the macro and it will transmit your message or <RX> and you’re ready to receive messages. You can also make another macro to change back to say OLIVIA 8/500.
The PUSH command is probably not needed but if will keep you current frequency in memory ?and using the POP command retrieves it. Hope this helps. 73 Don


On Aug 2, 2024, at 10:24?AM, Jack Spitznagel (KD4IZ) <kd4iz@...> wrote:

Hi Don,
You have tested this macro for FSQ? Or is this macro to shift other modes?
Jack – KD4IZ
?
From:?[email protected]?<[email protected]>?On Behalf Of?Don
Sent:?Thursday, August 1, 2024 21:41
To:?[email protected]
Subject:?Re: [nbems] FSQ in FLDIGI: center frequency questions
?
Don I had another thought besides changing the sweet spot. You can also make up a macro to go to whatever frequency you want to TX to . Simply use <GOFREQ:NNNN>.?
?
A fancy macro to change frequency would look like:
?
<PUSH:m><LOCK:off>
<RXRSID:on><TXRSID:off>
<GOFREQ:1000>
<@LOCK:on>
?
You don’t have to use the LOCK command just an extra safety.?
Next time you start Fldigi it will default to your sweet spot. Now you
Should have two options. 73 Don
?
?
?
Sent from??for Windows
?

From:?[email protected]?<[email protected]> on behalf of Don Rolph <don.rolph@...>
Sent:?Sunday, July 28, 2024 4:52:34 PM
To:?
[email protected]?<[email protected]>
Subject:?[nbems] FSQ in FLDIGI: center frequency questions
?
It ooks like FLDIGI will allow one to set an arbirtrary center frequency for FSG, as well as use the traditional 1160 Hz annd 1500 Hz center frequencies.?
?
But in testing it looks like FSQ always only transmits on 1500 center frequency.
?
Am I missing something?
?
Thanks!
?
--?
?
73,?
AB1PH
Don Rolph




--

73,
AB1PH
Don Rolph


Re: FSQ in FLDIGI: center frequency questions

 

开云体育

Hi Jack, ?As I understand it the GOFREQ command is independent of modem choice. It moves the WF cursor to freq NNNN Hz. That being said you can add a modem change in the same macro. It would look like this:

<PUSH:m><LOCK:off>
<RXRSID:on><TXRSID:off>
<MODEM:FSQ>
<GOFREQ:1000>
<@LOCK:on>

Yes it’s easy to test and I did. All you need to do is copy commands above into a blank macro. ?
FSQ defaults to FSQ-4.5 which is widely used.

You can add <TX> at the end of the macro and it will transmit your message or <RX> and you’re ready to receive messages. You can also make another macro to change back to say OLIVIA 8/500.
The PUSH command is probably not needed but if will keep you current frequency in memory ?and using the POP command retrieves it. Hope this helps. 73 Don


On Aug 2, 2024, at 10:24?AM, Jack Spitznagel (KD4IZ) <kd4iz@...> wrote:

Hi Don,
You have tested this macro for FSQ? Or is this macro to shift other modes?
Jack – KD4IZ
?
From:?[email protected]?<[email protected]>?On Behalf Of?Don
Sent:?Thursday, August 1, 2024 21:41
To:?[email protected]
Subject:?Re: [nbems] FSQ in FLDIGI: center frequency questions
?
Don I had another thought besides changing the sweet spot. You can also make up a macro to go to whatever frequency you want to TX to . Simply use <GOFREQ:NNNN>.?
?
A fancy macro to change frequency would look like:
?
<PUSH:m><LOCK:off>
<RXRSID:on><TXRSID:off>
<GOFREQ:1000>
<@LOCK:on>
?
You don’t have to use the LOCK command just an extra safety.?
Next time you start Fldigi it will default to your sweet spot. Now you
Should have two options. 73 Don
?
?
?
Sent from??for Windows
?

From:?[email protected]?<[email protected]> on behalf of Don Rolph <don.rolph@...>
Sent:?Sunday, July 28, 2024 4:52:34 PM
To:?
[email protected]?<[email protected]>
Subject:?[nbems] FSQ in FLDIGI: center frequency questions
?
It ooks like FLDIGI will allow one to set an arbirtrary center frequency for FSG, as well as use the traditional 1160 Hz annd 1500 Hz center frequencies.?
?
But in testing it looks like FSQ always only transmits on 1500 center frequency.
?
Am I missing something?
?
Thanks!
?
--?
?
73,?
AB1PH
Don Rolph



Re: FSQ in FLDIGI: center frequency questions

 

开云体育

Hi Don,

You have tested this macro for FSQ? Or is this macro to shift other modes?

Jack – KD4IZ

?

From: [email protected] <[email protected]> On Behalf Of Don
Sent: Thursday, August 1, 2024 21:41
To: [email protected]
Subject: Re: [nbems] FSQ in FLDIGI: center frequency questions

?

Don I had another thought besides changing the sweet spot. You can also make up a macro to go to whatever frequency you want to TX to . Simply use <GOFREQ:NNNN>.

?

A fancy macro to change frequency would look like:

?

<PUSH:m><LOCK:off>

<RXRSID:on><TXRSID:off>

<GOFREQ:1000>

<@LOCK:on>

?

You don’t have to use the LOCK command just an extra safety.

Next time you start Fldigi it will default to your sweet spot. Now you

Should have two options. 73 Don

?

?

?

Sent from for Windows

?


From: [email protected] <[email protected]> on behalf of Don Rolph <don.rolph@...>
Sent: Sunday, July 28, 2024 4:52:34 PM
To:
[email protected] <[email protected]>
Subject: [nbems] FSQ in FLDIGI: center frequency questions

?

It ooks like FLDIGI will allow one to set an arbirtrary center frequency for FSG, as well as use the traditional 1160 Hz annd 1500 Hz center frequencies.

?

But in testing it looks like FSQ always only transmits on 1500 center frequency.

?

Am I missing something?

?

Thanks!

?

--

?

73,

AB1PH

Don Rolph


Re: FSQ in FLDIGI: center frequency questions

 

开云体育

Don I had another thought besides changing the sweet spot. You can also make up a macro to go to whatever frequency you want to TX to . Simply use <GOFREQ:NNNN>.

?

A fancy macro to change frequency would look like:

?

<PUSH:m><LOCK:off>

<RXRSID:on><TXRSID:off>

<GOFREQ:1000>

<@LOCK:on>

?

You don’t have to use the LOCK command just an extra safety.

Next time you start Fldigi it will default to your sweet spot. Now you

Should have two options. 73 Don

?

?

?

Sent from for Windows

?


From: [email protected] <[email protected]> on behalf of Don Rolph <don.rolph@...>
Sent: Sunday, July 28, 2024 4:52:34 PM
To: [email protected] <[email protected]>
Subject: [nbems] FSQ in FLDIGI: center frequency questions
?
It ooks like FLDIGI will allow one to set an arbirtrary center frequency for FSG, as well as use the traditional 1160 Hz annd 1500 Hz center frequencies.

But in testing it looks like FSQ always only transmits on 1500 center frequency.

Am I missing something?

Thanks!

--

73,
AB1PH
Don Rolph


Re: FSQ in FLDIGI: center frequency questions

 

开云体育

Not understanding issue but check your sweat spot in config. Change that to what you want to TX on. Hope this helps. AB1PH
Sent from another world

On Jul 28, 2024, at 7:16?PM, Jack Spitznagel (KD4IZ) <kd4iz@...> wrote:

? Nope… the selection of 1150, 1500, or variable TX is there, but nonfunctional. Pooh!
Jack

On Jul 28, 2024, at 19:52, Don Rolph <don.rolph@...> wrote:

?
It ooks like FLDIGI will allow one to set an arbirtrary center frequency for FSG, as well as use the traditional 1160 Hz annd 1500 Hz center frequencies.

But in testing it looks like FSQ always only transmits on 1500 center frequency.

Am I missing something?

Thanks!

--

73,
AB1PH
Don Rolph


Re: help with dotted yellow lines: I am dense

 

My thanks to KD8FTR and Bob for clarifying?this.


On Mon, Jul 29, 2024 at 12:35?PM kd8ftr via <kd8ftr=[email protected]> wrote:
I believe that is the decode area for RSID.
You can adjust the width in setting in case a station is a little off frequency.
Right click the RxID button and click the box on passband if you want to decode a signal anywhere in the waterfall, otherwise it's centered on your modem center.



--

73,
AB1PH
Don Rolph


Re: help with dotted yellow lines: I am dense

 

开云体育

Oh shd point out that Waterfall | Display has the colour settings;

Signal BW, Center line, Signal trks, Notch, RsID Zone, Monitor,

so depending on your colour scheme/palette, yellow could be something else

Bob

On 30/7/24 01:19, Don Rolph wrote:

I know?this has come u p before, but what are the two yellow dotted lines in the waterfall?and how do I control them?

Thanks!

--

73,
AB1PH
Don Rolph


Re: help with dotted yellow lines: I am dense

 

开云体育

Hi Don

RsID detection bandwidth. The dotted lines disappear if RxID button upper right is not green. The colour can be changed.

See Configure | Config Dialogue | IDs | RsID

Settings box in lower right of sub window, "Min BW Detection"

Apart from modem setting, RsID is very important to get you in the ball park for vestigial tone modes like OFDM and 8PSK. Not really important for IFK modes like Thor, Domino, IFKP and FSQ.

Cheers Bob VK2YQA

On 30/7/24 01:19, Don Rolph wrote:

I know?this has come u p before, but what are the two yellow dotted lines in the waterfall?and how do I control them?

Thanks!

--

73,
AB1PH
Don Rolph
_._,_._,_



Re: help with dotted yellow lines: I am dense

 

I believe that is the decode area for RSID.
You can adjust the width in setting in case a station is a little off frequency.
Right click the RxID button and click the box on passband if you want to decode a signal anywhere in the waterfall, otherwise it's centered on your modem center.


help with dotted yellow lines: I am dense

 

I know?this has come u p before, but what are the two yellow dotted lines in the waterfall?and how do I control them?

Thanks!

--

73,
AB1PH
Don Rolph


Re: Squelch turns off by itself #fldigi #raspberrypi

 

开云体育

Could it be an errant value in RsID squelch open time? I think the default is 5 seconds.

Bob VK2YQA

On 26/7/24 22:48, richard7298@... wrote:

Raspberry Pi 4, bookworm, I leave my radio (Yaesu FT-710) and RPi running all the time.? Yesterday I was getting a lot of decoded noise and I noticed that the squelch was off so I turned it on - noise decoding stopped.? Yesterday at 8pm it was set correctly.? This morning it is off again and I have a lot of decoded noise to sift through in order to see actual traffic.? Any idea why it turns itself off?? Is there some way to turn on squelch and have it stay on?
--

richard
kd8noa


Re: Squelch turns off by itself #fldigi #raspberrypi

 

I have this issue on Win10. Started after upgrading to version 4.2.05 from version 4.1.


Re: FSQ in FLDIGI: center frequency questions

 

开云体育

Nope… the selection of 1150, 1500, or variable TX is there, but nonfunctional. Pooh!
Jack

On Jul 28, 2024, at 19:52, Don Rolph <don.rolph@...> wrote:

?
It ooks like FLDIGI will allow one to set an arbirtrary center frequency for FSG, as well as use the traditional 1160 Hz annd 1500 Hz center frequencies.

But in testing it looks like FSQ always only transmits on 1500 center frequency.

Am I missing something?

Thanks!

--

73,
AB1PH
Don Rolph


resend: center frequency for FSQ in FLDIGI

 

It ooks like FLDIGI will allow one to set an arbirtrary center frequency for FSG, as well as use the traditional 1160 Hz annd 1500 Hz center frequencies:

image.png

But in testing it looks like FSQ always only transmits on 1500 center frequency.

Am I missing something?

Thanks!

--

73,
AB1PH
Don Rolph


FSQ in FLDIGI: center frequency questions

 

It ooks like FLDIGI will allow one to set an arbirtrary center frequency for FSG, as well as use the traditional 1160 Hz annd 1500 Hz center frequencies.

But in testing it looks like FSQ always only transmits on 1500 center frequency.

Am I missing something?

Thanks!

--

73,
AB1PH
Don Rolph