Version 1.01
12/27/97
John "Chris" Wren, KD4DTS
jcwren@atlanta.com


Power		H1xx
	00 = off
	01 = on
	H100 is sent whenever the radio is off

Power Inquiry	H1?
	returns 00 if off
	returns 01 if on

Results		G0xx
	returns 0x00 if command good
	returns 0x01 if command bad (seemingly)

Baud Rate	G1xx
	00 = 300
	01 = 1200
	02 = 4800
	03 = 9600
	04 = 19200
	05 = 38400

Signal Meter	G3xx
	0x00 = off (does not require LF)
	0x01 = on
	0x02 = numbers sent as binary
	0x03 = on, numbers sent as binary

Signal Meter	I1?
	returns 0x00 - 0xff

Volume	 	J40xx
	xx is 0x00 - 0xff

Squelch		J41xx
	xx is 0x00 - 0xff

IF Shift	J43xx
	xx is 0x00 - 0xff

AGC		J45xx
	0x00 = off
	0x01 = on

Noise Blanker	J46xx
	0x00 = off
	0x01 = on

Attenuator	J47xx
	0x00 = off
	0x01 = on

VSC		J50xx
	0x00 = off
	0x01 = on

Tone		J51xx
	0x00 = off
	0x01 = on

Frequency	K0ffffffffffmmFFXX
	ffffffffff is frequency
	mm is mode
		00 = LSB
		01 = USB
		02 = AM
		03 = CW
		04 = (possible RTTY? Nothing sets this value)
		05 = NFM
		06 = WFM
	FF is filter
		00 = 3K
		01 = 6K
		02 = 15K
		03 = 50K
		04 = 230K
	XX is unknown
		00 = ? (control software always uses 00)

Unknown Commands
I0?
I2?
I3?
G2?
G4?
GE?
GD?
