Skip to content

TCPIP mic

Annaliese McDermond edited this page Feb 25, 2022 · 3 revisions

BIAS

C[D]<seq_number>|mic bias <on|off>

Example:

C19|mic bias on

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

Responses

Response Example:

R19|0|

BOOST

C[D]<seq_number>|mic boost <on|off>

Example:

C19|mic boost on

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

Responses

Response Example:

R19|0|

INPUT

C[D]<seq_number>|mic input <microphone>

where <microphone> is one of mic, val, line, gen, acc, pc, noise

Example:

C19|mic input mic

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

Hex Response Message Debug Output / Meaning
00000000   OK
5000004B   Incorrect mic type
5000002C   Incorrect number of parameters

Responses

Response Example:

R19|0|

SIG_GEN_LEVEL

Set the output level on the internal signal generator. Note that this works for both the 'gen' type of mic input as well as the 'noise' type.

C[D]<seq_number>|mic sig_gen_level <0-95>

Example:

C19|mic sig_gen_level 80

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

Responses

Response Example:

R19|0|

ACC

C[D]<seq_number>|mic acc <on|off>

Example:

C19|mic acc on

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

Responses

Response Example:

R19|0|