Hi Eric,

I have not answered your queries about failure to transmit in WSPR mode 
because so far I have not been able to reproduce the problem.

As reported here a number of times, I (and a number of others) have been 
happily WSPRing with WSJT-X v1.6 for about two weeks.  I've observed no 
reluctance of the program to transmit.

Can you provide details on exactly what you are doing, and how you are 
configured?
                -- Joe, K1JT

On 5/27/2015 3:10 PM, Eric NO3M wrote:
> Appears the problem is stemming from mainwindow.cpp, start line +1849
> (MainWindow::guiUpdate()):
>
>         if((m_auto and (m_pctx>0) and (m_txNext or ((m_nrx<=0) and
>                          (m_ntr!=-1)))) or ((m_auto and (m_pctx==100)))) {
>
> some condition is failing to satisfy the above, so a TX cycle is never
> entered.   m_nrx is continuously decrementing (Status bar showing
> "Receiving -2586" after a while).  Since:
>
>    m_auto and (m_pctx==100)
>
> look to be grouped exclusive of the rest of the conditional, perhaps
> m_auto is perpetually false, because m_pctx has been set to 100 in my
> running instance and a TX cycle still never fires off.  Haven't traced
> out all the instances of m_auto to see where it is being set true/false yet.
>
> BTW, this is with the latest SVN on the main dev branch since the _exp
> branch was merged per Bills' post.
>
> 73 Eric NO3M
>
> ------------------------------------------------------------------------------
> _______________________________________________
> wsjt-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel

------------------------------------------------------------------------------
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to