<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16809" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi all-</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have a problem with app_rpt with 
ft897</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>(does the same with ic706)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>In the source there are frequency/mode defaults, 
example below for 40M:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> else if(m == 7){ /* 40 meters 
*/<BR>  dflmd = REM_MODE_LSB;<BR>  if(d > 
30000)<BR>   return -1;<BR> }</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>This works, this  has a problem:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> else if(m == 50){ /* 6 meters 
*/<BR>  if(d >= 30000)<BR>   dflmd = 
REM_MODE_FM;<BR>  else<BR>   dflmd = 
REM_MODE_USB;<BR> }</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>The above works up to 50.3, and sets USB mode, but 
above this the frequency does not set, nor does mode.</FONT></DIV>
<DIV><FONT face=Arial size=2>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. 
</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>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. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>By changing all the "FM" to "AM" (or USB, LSB) (in 
the source)the frequency and mode will select.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>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)?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>GeorgeC</FONT></DIV>
<DIV><FONT face=Arial size=2>W2DB</FONT></DIV>
<DIV><FONT face=Arial size=2>UHF node 2360, HF still with a hidden node, 
1999</FONT></DIV>
<DIV> </DIV></BODY></HTML>