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 wsjt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wsjt-devel