mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-04 06:07:50 -04:00
Assume that the DX Lab Suite Commander always answers with a string. This is to avoid misinterpretations that could lead to crashes.
This commit is contained in:
parent
eae509f08d
commit
19229bc0c3
@ -437,12 +437,7 @@ QString DXLabSuiteCommanderTransceiver::command_with_reply (QString const& cmd)
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
auto result = commander_->readAll ();
|
QString result = commander_->readAll ();
|
||||||
// qDebug () << "result: " << result;
|
|
||||||
// for (int i = 0; i < result.size (); ++i)
|
|
||||||
// {
|
|
||||||
// qDebug () << i << ":" << hex << int (result[i]);
|
|
||||||
// }
|
|
||||||
|
|
||||||
if (result != NULL)
|
if (result != NULL)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user