Il sabato 26 dicembre 2009 18:14:41 hai scritto:
> Pino Zollo wrote:
> > Hi,
> >
> >> Version 3.13BJ
> >>     XMLRPC set_freq bug fix
> >>         main.set_frequency calls to main gui events did not use
> >>         REQ_LOCK.
> >
> > Seems that Version 3.13BJ does not sets any more the radio frequency on
> > my IC-706MKIIG when controlled via XMLRPC by DBLog.
> >
> > The Version 3.13BH works 100% fine.
> >
> > I have not tried yet the new releases.
> >
> > Best 73, Happy New Year
> >
> > Pino ZP4KFX
>
> Fix one break another.
>
> How were you using the main.set_frequency Pino? 

------ this is a part of the subroutine that sends the command to fldigi 
-----------------

  sCad = "<?xml version=" & Chr(34) & "1.0" & Chr(34) & "?>" & Chr(13) & Chr(10)
  sCad = sCad & "<methodCall>" 
  sCad = sCad & "<methodName>" & method2 & "</methodName>"  
  sCad = sCad & "<params><param><value><double>" & freq & 
"</double></value></param></params>"
  sCad = sCad & "</methodCall>" 
  
     P.Post("text/xml", sCad)
---------------------------
where method2 is a variable that = "main.set_frequency" ; the symbol & chains 
the strings

> Is fldigi controlling 
> the transceiver or DBlog?

When fldigi is active DBLog stops controlling the radio a gives the task to 
fldigi.
In my setup fldigi uses hamlibs and  3.13BJ reads correctly the radio  VFO.
>
> Dave

Best 73

Pino

-- 
Key ID: 0xF6768208 
Key fingerprint = B16D 0A7C 5B29 A334 CE6A  71F6 EAF8 3D88 F676 8208
Key server: hkp://wwwkeys.eu.pgp.net
_______________________________________________
fldigi-alpha mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/fldigi-alpha

Reply via email to