Skip to content

TCPIP transmit

Eric edited this page Dec 29, 2022 · 4 revisions

TUNE

C[D]<seq_number>|transmit tune on|off

Example:

C19|transmit tune off

See Response Format for details on the format of the response messages from the radio

Hex Response Message Debug Output / Meaning
00000000   OK
5000002C   Incorrect number of parameters
5000003D   TX not supported
50000042   Not ready to transmit
50000043   No Transmitter

Responses

Response Example:

R19|0|

SET

Changes various operational parameters specific to transmission.

C[D]<seq_number>|transmit s <parameter=value> [<parameter=value>...]

Example:

C41|transmit s dax=1

Parameters that can be set and the appropriate values are listed in the table below:

Parameter Value
compander enable/disable
compander_level range 0-100
dax enable (dax=1) or disable (dax=0) DAX as the primary transmit audio source
extra_mic_gain range 0-24dB
extra_line_gain range 0-2dB
hwalc_enabled enable/disable
max_power_level range 0-100
met_in_rx enable/disable
miclevel microphone level: range 0-100
mon_pan_cw sidetone volume: range 0-100
mon_pan_sb sidetone volume: range 0-100
mon_gain_cw sidetone volume: range 0-100
mon_gain_sb sidetone volume: range 0-100
mon sidetone volume: range 0-100
rfpower range 0-100
show_tx_in_waterfall enable/disable
speech_processor_enable enable (speech_processor_enable=1) or disable (speech_processor_enable=0) speech processing
speech_processor_level speech processing level: 0=normal, 1=DX, 2=DX+
tunepower tuning power level: range 0-100
vox enable/disable
vox_level range 0-100
vox_delay delay in ms

See Response Format for details on the format of the response messages from the radio

Hex Response Message Debug Output / Meaning
00000000 OK - update successful
50000016 Malformed command
5000002D Bad field
50000033 Parameter out of range

Responses