[App_rpt-users] Problem with HF remote

George Csahanin george at dyb.com
Wed Apr 15 04:54:02 UTC 2009


Hi all-

I have a problem with app_rpt with ft897

(does the same with ic706)

In the source there are frequency/mode defaults, example below for 40M:

 else if(m == 7){ /* 40 meters */
  dflmd = REM_MODE_LSB;
  if(d > 30000)
   return -1;
 }

This works, this  has a problem:

 else if(m == 50){ /* 6 meters */
  if(d >= 30000)
   dflmd = REM_MODE_FM;
  else
   dflmd = REM_MODE_USB;
 }

The above works up to 50.3, and sets USB mode, but above this the frequency does not set, nor does mode.
I have determined by experimenting that anywhere REM_MODE_FM is, the frequency setting fails. If you set it from a memory channel defined in rpt.conf it works and selects the frequency and mode just fine. 

What I'm wondering is if "REM_MODE_FM" is correct syntax. I find it in 20+ places in the source. I setup for IC706, does exactly same. 


By changing all the "FM" to "AM" (or USB, LSB) (in the source)the frequency and mode will select.

nybody have any advice, other than changing all instances of FM to AM/USB/LSB, etc to be able to program a freq, and then a second step to select mode (which WILL select FM)?

GeorgeC
W2DB
UHF node 2360, HF still with a hidden node, 1999
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.keekles.org/pipermail/app_rpt-users/attachments/20090414/ee2c0fa7/attachment.html>


More information about the App_rpt-users mailing list