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

Lee Scott [email protected]
Wed, 03 Apr 2002 22:16:08 -0500


Hi David,

You have to specifically enable LSB mode and any other mode by setting the 
mode_mask value.  CW is always enabled. You add the values of the desired 
modes and set mode_mask to that value.
		mode_mask
CW=1	1
USB=2	3
LSB=4	7
FM=8		15
LHL7=16	31
PUA43=32	63
EME2=64	127
LTI=128	255

If you don't want a mode enabled, then set it's value to 0 and add what is 
left. Once you've selected your modes, then you will be able to cycle thru 
to it.

Hope binary is more clear than mud :-)

Lee - AA1YN