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

KD7TS [email protected]
Wed, 03 Apr 2002 19:35:00 -0800


// 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