>>>>> On Mon, 18 Jan 2010 18:48:41 -0300, Pino Zollo <[email protected]> said:
> Hi, > rig.set_frequency changes the frequency displayed on fldigi form but not the > transceiver one controlled via hamlib. > Is it what it is supposed to do ? Yes, the rig.* methods are meant to be used by an external program that wants to assume control of the rig. If you do this, your program should also call rig.take_control before trying to access the rig, and rig.release_control after it has closed serial ports etc. The rig.take_control method will switch rig control to xmlrpc from whatever it was before, so you can do this even if fldigi is configured to use hamlib or rigcat. The main.set_frequency method will change frequency via the currently configured rig control method, so if you use hamlib or rigcat you will cause the rig to QSY too. If you use xmlrpc rig control, it is more or less equivalent to rig.set_frequency. -- 73, Stelios, M0GLD. _______________________________________________ fldigi-alpha mailing list [email protected] https://lists.berlios.de/mailman/listinfo/fldigi-alpha
