From ed248eb70213caf0f314390a797724988b52ba94 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sun, 3 Mar 2024 08:50:42 -0500 Subject: [PATCH] WIP toward moving the conversion from old Fox messages to new command string in the new external program sfox_tx. --- widgets/mainwindow.cpp | 19 ++++++++++++++++++- widgets/mainwindow.h | 1 + 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index b59d35d38..a4d8cd54c 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -10894,5 +10894,22 @@ void MainWindow::sfox_tx(QString t) QString t2=p2.readAllStandardOutput(); t2=t2.left(t2.length()-2); // qDebug() << "aa" << QDateTime::currentMSecsSinceEpoch() - ms0 << t2; - qDebug() << "aa" << t2; +// qDebug() << "aa" << t2; + p4.start("sfox_tx2",QStringList {""}); + p4.waitForStarted(); + QString t0; + for(int i=0; i