mirror of
https://git.code.sf.net/p/fldigi/flrig
synced 2026-08-13 17:28:24 -04:00
xmrpc command strings
* update to read Icom hexadecimal strings
This commit is contained in:
parent
216de6fd3f
commit
cd7e3294b3
1 changed files with 1 additions and 3 deletions
|
|
@ -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()) :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue