[DSP-10] Can't select LSB mode, it's not there in menu!

David Garnier [email protected]
Wed, 03 Apr 2002 22:26:37 -0600


Mike,

After I my first message back to you it dawned on me to
take a look, sure enough the default is set to 91.  I did a
quick edit and now it works (you are good!)  After some
more thinking I see the benifits of doing it this way, one can
make the config the user interface to their taste.  Next time
all I have to do is RTFM, no the config file. ;-)

73's de wb9own

dave garnier

KD7TS wrote:

> // mode_mask is sum of values for desired modes:
>
> // 1=CW, 2=USB, 4=LSB, 8=FM, 16=LHL7,
> 32=PUA43, 64=EME2, 128=LTI
>
> mode_mask 1   // CW (default)
>
> mode_mask 3   // CW and USB
>
> mode_mask 7  // CW and USB and LSB
>
> mode_mask 15 // CW and USB and LSB and FM
>
> mode_mask 31 // CW and US and LSB and FM and LHL7
>
> etc
> -----------------------------
>
> if you want all modes then:
>
> 1 + 2 + 4 + 8 + 16 +32 + 64 + 128 = 255
>
>
> mode_mask 255
> --------------------------------
>
> if you want some modes, like maybe your not into eme2:
>
> 1 + 2 + 4 + 8 + 16 +32 + 128 = 191
>
> mode_mask 191
> ------------------------------------
>
> this must be entered (edited) in the UHFA.CFG file.
>
> If there is no UHFA.CFG, then you must create one by shutting down with
> <CTRL><ALT><F4>.
>
> It might prove useful to make a copy of UHFA.CFG in another directory once you
> have things tuned up to your satisfaction. Then it is a trivial exercise to move
> the saved copy and rename it so you can return to the settings you had when you
> saved the file.
>
> GL !!
>
> Mike KD7TS
> _______________________________________________
> DSP-10 mailing list
> [email protected]
> http://mailman.qth.net/mailman/listinfo/dsp-10