xmrpc command strings

* update to read Icom hexadecimal strings
This commit is contained in:
David Freese 2020-02-29 15:21:21 -06:00
parent 216de6fd3f
commit cd7e3294b3

View file

@ -1792,16 +1792,14 @@ public:
}
} else
cmd = command;
// lock out polling loops until done
{
guard_lock lock1(&mutex_srvc_reqs);
guard_lock lock2(&mutex_serial);
sendCommand(cmd, cmd.length());
sendCommand(cmd, 0, 0);//cmd.length());
retstr.clear();
waitResponse(100);
if (!respstr.empty()) {
retstr = usehex ?
str2hex(respstr.c_str(), respstr.length()) :