If anyone has any issues with the K3 file I would like to know of them
there are a couple of things to note
1/ Dxbase normally sends that mode before it changes the frequency, this
would mean that you will arrive on a noew ban when clicking a spot in
whatever mode you used last time on that band, the workaround in my INI
file entreies for the K3 to leave setmode empty and set the mode as part
of the frequency setting string
2/ the difference between the 2 files pasted onto the mailing list are
on the basis of if you prefer CW or CW-R as your normal CW operating
mode. you could add both files to the end of the radios.INI file if you
like but you must chnage the radio name on the second one to
[ELECRAFT_K3R]
NOTE the close bracket was missing from the file posted by Gavin and
this may break things
3/ BACK UP your radios.ini file
4/ Choose 8 bits no parity 1 stop bit and select a port speed that
matches your radio (my K3 is set for 38400 )
On Mon, 2010-12-06 at 21:06 +0000, Gavin Taylor GM0GAV wrote:
> Guys,
>
> these two K3 definitions work well, copy and paste into the bottom of
> your radios.ini
>
> However take care that the long set VFOA lines do not wrap like this, it
> should all be on one line.
>
> SetVFOA=asc( "FR0;" ) asc( "FA" ) dec( %vfoa,11 ) asc( ";" ) asc("MD") dec(
> %mode,1) asc ( ";" ) eoc(0)
>
>
>
>
> 73 Gavin
> GM0GAV
>
> ---------------------------------------------------------------------------
>
> [ELECRAFT_K3]
> #Elecraft K2 revision 0.2 by Brendan Minish
> P_LSB=1
> P_USB=2
> P_CW_USB=0
> P_CW_LSB=0
> P_AM=5
> P_FM=4
> P_FM_N=0
> P_DATA_LSB=0
> P_DATA_USB=0
> P_DATA_FM=0
> P_CW=3
> P_FSK=6
> P_RTTY=6
> P_PACKET=9
> P_CWR=3
>
> LSB=1
> USB=2
> CW=3
> FM=4
> AM=5
> FSK=6
> RTTY=6
> CWR=7
> HIGH=3
> MEDIUM=2
> LOW=1
> OFF=0
> ON=1
>
> FREQDIVIN=1
> FREQDIVOUT=1
> USEEXTENDEDMODES=0
> FREQSHIFT=0
> PACING=1
>
> DefaultCW=3
> DefaultAM=5
> DefaultFSK=6
> DefaultRTTY=6
> DefaultFM=4
> DefaultCWR=3
>
> SelectVFOA= eoc(0)
> SetVFOA=asc( "FR0;" ) asc( "FA" ) dec( %vfoa,11 ) asc( ";" ) asc("MD") dec(
> %mode,1) asc ( ";" ) eoc(0)
> GetVFOA= asc("FA;") rrs(14) eoc(0)
> PrsVFOA= asc("FA") dec(%vfoa,11) asc(";") eoc(0)
>
> SelectVFOB= eoc(0)
> SetVFOB= asc( "FB" ) dec( %vfob,11 ) asc( ";" ) eoc(0)
> GetVFOB= asc("FB;") rrs(14) eoc(0)
> PrsVFOB= asc("FB") dec(%vfob,11) asc(";") eoc(0)
>
> SetMode= eoc(0)
> GetMode= asc( "IF;" ) rrs(38) eoc(0)
> PrsMode= asc("IF") dec(%dummy,27) dec(%mode,1) dec(%dummy,7) asc(";") eoc(0)
>
> SetFilter= eoc(0)
> GetFilter= asc("K31;") asc( "FW;" ) eoc(0)
> PrsFilter= asc("FW") dec(%dummy,4) dec( %filter, 1 ) asc ( ";" ) eoc(0)
>
> SetSplit= asc( "FT" ) dec( %split ) asc ( ";" ) eoc(0)
> GetSplit= asc( "IF;" ) rrs(38) eoc(0)
> PrsSplit= asc("IF") dec(%dummy,30) dec(%split,1) dec(%dummy,4) asc(";") eoc(0)
>
> [ELECRAFT_K3R]
> #Elecraft K2 revision 0.2 by Brendan Minish
> P_LSB=1
> P_USB=2
> P_CW_USB=0
> P_CW_LSB=0
> P_AM=5
> P_FM=4
> P_FM_N=0
> P_DATA_LSB=0
> P_DATA_USB=0
> P_DATA_FM=0
> P_CW=7
> P_FSK=6
> P_RTTY=6
> P_PACKET=9
> P_CWR=3
>
> LSB=1
> USB=2
> CW=7
> FM=4
> AM=5
> FSK=6
> RTTY=6
> CWR=3
> HIGH=3
> MEDIUM=2
> LOW=1
> OFF=0
> ON=1
>
> FREQDIVIN=1
> FREQDIVOUT=1
> USEEXTENDEDMODES=0
> FREQSHIFT=0
> PACING=1
>
> DefaultCW=7
> DefaultAM=5
> DefaultFSK=6
> DefaultRTTY=6
> DefaultFM=4
> DefaultCWR=3
>
> SelectVFOA= eoc(0)
> SetVFOA=asc( "FR0;" ) asc( "FA" ) dec( %vfoa,11 ) asc( ";" ) asc("MD") dec(
> %mode,1) asc ( ";" ) eoc(0)
> GetVFOA= asc("FA;") rrs(14) eoc(0)
> PrsVFOA= asc("FA") dec(%vfoa,11) asc(";") eoc(0)
>
> SelectVFOB= eoc(0)
> SetVFOB= asc( "FB" ) dec( %vfob,11 ) asc( ";" ) eoc(0)
> GetVFOB= asc("FB;") rrs(14) eoc(0)
> PrsVFOB= asc("FB") dec(%vfob,11) asc(";") eoc(0)
>
> SetMode= eoc(0)
> GetMode= asc( "IF;" ) rrs(38) eoc(0)
> PrsMode= asc("IF") dec(%dummy,27) dec(%mode,1) dec(%dummy,7) asc(";") eoc(0)
>
> SetFilter= eoc(0)
> GetFilter= asc("K31;") asc( "FW;" ) eoc(0)
> PrsFilter= asc("FW") dec(%dummy,4) dec( %filter, 1 ) asc ( ";" ) eoc(0)
>
> SetSplit= asc( "FT" ) dec( %split ) asc ( ";" ) eoc(0)
> GetSplit= asc( "IF;" ) rrs(38) eoc(0)
> PrsSplit= asc("IF") dec(%dummy,30) dec(%split,1) dec(%dummy,4) asc(";") eoc(0)
>
>
>
> --------------------------------------------------------------------------
> On 06/12/2010 18:28, Dick wrote:
> > I inserted the parameters N7WS published below into the DXBase Radio ini
> > files and saved the new file. Went to the Tools, Options, User Options, and
> > Radio 1 in DXBase and selected the now present K3 for my radio of choice. I
> > clicked on the green checkmark in the DXInfo window, and the K3 did not QSY
> > to the new frequency; something had to be wrong with the file.
> >
> > With Wordpad, I opened the radio ini files, took a look at the K2 parameters
> > and noted a remarked similarity (damn near the same to be exact) between the
> > two. After checking the lines, I found a command line in the K2 parameters
> > was not present in the K3 file that N7WS sent out. The (SetVFOA) string that
> > is "snuggled" in between the Select VFOA= eoc(0) and the GetVFOA= asc("FA;")
> > rrs(14) eoc(0) lines was not there.
> >
> > So, I "copied the SetVFOA line from the K2 file and pasted it into the K3
> > parameters. That fixed the problem.
> >
> > There are two other differences that I found between the K2 and the K3
> > parameters. PACING is 1 for the K2 and 20 for the K3; and the SetFilter
> > line is a long "song and dance" routine (string) for the K2, and is rather
> > direct and to the point for the K3; SetFilter= eoc(0). I left "sleeping
> > dogs lie", and did not change them.
> >
> > Not being a computer whiz, I have no idea what the command strings do.
> > Hopefully someone with a little (a lot) more expertise than I can fill me
> > (and most likely a multitude of others) in.
> >
> > Dick K8ZTT
> >
> >
>
> ______________________________________________________________
> Dxbase mailing list
> Home: http://mailman.qth.net/mailman/listinfo/dxbase
> Help: http://mailman.qth.net/mmfaq.htm
> Post: mailto:[email protected]
>
> This list hosted by: http://www.qsl.net
> Please help support this email list: http://www.qsl.net/donate.html
--
73
Brendan EI6IZ
______________________________________________________________
Dxbase mailing list
Home: http://mailman.qth.net/mailman/listinfo/dxbase
Help: http://mailman.qth.net/mmfaq.htm
Post: mailto:[email protected]
This list hosted by: http://www.qsl.net
Please help support this email list: http://www.qsl.net/donate.html