Have you produced a trace log showing your problem?  I wonder if you're
running into a different behavior?

The TS-480 problem shows up at 53 seconds when the frequency gets changed
for the next transmission...but before ptt is turned off.

Trying to debug this from qtcreator was problematic since signals are hard
to back track.  So I added a bunch of qDebug's to find it.

73
Mike W9MDB

-----Original Message-----
From: Joe Taylor [mailto:j...@princeton.edu] 
Sent: Friday, July 10, 2015 10:19 AM
To: WSJT software development
Subject: Re: [wsjt-devel] FW: r5700

Mike --

I haven't been following these tests in great detail, but as reported I see
see similar bad behavior to what Steve has reported.

My setup is a TS-2000, which (with a firmware upgrade) has no problem
changing frequency while transmitting.

        -- Joe, K1JT

On 7/10/2015 11:10 AM, Michael Black wrote:
> OK.this WSPR patch is a hack.but I believe this will solve the TS-480 
> problem.  The real solution is to only call WSPR_scheduling once 
> instead of twice and only do it after ptt is turned off.
>
> For this hack simply ensure ptt=false before calling WSPR_scheduling.
>
> This should at least confirm that this is the problem being 
> experienced on rigs that can't change frequency while transmitting.
>
>
>
> In mainwindow.cpp
>
>
>
> @@ -1858,6 +1863,7 @@
>
>         m_btxok=false;
>
>       }
>
>       if(m_ntr) {
>
> +      Q_EMIT m_config.transceiver_ptt (false);      //Lower PTT just in
> case we're transmitting
>
>         WSPR_scheduling ();
>
>         m_ntr=0;                                //This WSPR Rx sequence is
> complete
>
>       }
>
>
>
> 73
>
> Mike W9MDB
>
>
>
>
>
> ----------------------------------------------------------------------
> -------- Don't Limit Your Business. Reach for the Cloud.
> GigeNET's Cloud Solutions provide you with the tools and support that 
> you need to offload your IT needs and focus on growing your business.
> Configured For All Businesses. Start Your Cloud Today.
> https://www.gigenetcloud.com/
>
>
>
> _______________________________________________
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel

----------------------------------------------------------------------------
--
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that you
need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to