Skip to content

System Commands

Controls the transmitter.

TXn
ValueDescription
0Stop transmitting (return to RX)
1–5Transmit with n-minute timeout
TX1 # Transmit, 1 minute max
TX3 # Transmit, 3 minute max
TX0 # Stop transmitting
  • TX0 stops TX even if hardware PTT is held
  • Timeout overrides TO setting for this transmission only
  • If TX is off, radio is in RX mode

Sets the transmit power level.

PWn
PW?
ValuePower Level
0Low (~10 mW, 10 dBm)
1High (~200 mW, 23 dBm)

1 (High)

PW1 # High power
PW0 # Low power
PW? # Query current setting

Sets the transmit timeout timer.

TOnnn
TO?
ParameterRangeDescription
nnn000–600Timeout in seconds
000Disable timeout

000 (disabled)

TO180 # 3 minute timeout
TO300 # 5 minute timeout
TO000 # No timeout
TO? # Query current setting
  • All 3 digits required
  • When timeout occurs, sends TG message and unkeys
  • Protects against stuck PTT

Sets the CW message sent when TX times out.

TG<text>
TG?
ParameterDescription
<text>Message up to 7 characters

‘TO’

TGTIME # Send "TIME" on timeout
TGTO # Send "TO" (default)
TG? # Query current message

Sets TX hang time for repeater applications.

HTnnnn
HT?
ParameterRangeDescription
nnnn0000–5000Hang time in milliseconds

0000 (no hang time)

HT1500 # 1.5 second hang time
HT2000 # 2 second hang time
HT0000 # No hang time
HT? # Query current setting
  • All 4 digits required
  • TX stays keyed for specified time after PTT release
  • Used with courtesy beep in repeater applications

Sets the COR (Carrier Operated Relay) inhibit time.

COnnnn
CO?
ParameterRangeDescription
nnnn0000–9999Inhibit time in milliseconds

0000

CO0150 # 150 ms inhibit
CO0200 # 200 ms inhibit
CO? # Query current setting
  • Prevents COR from going active briefly after TX ends
  • Avoids squelch noise triggering COR
  • Useful for packet and repeater applications

Sets the courtesy beep for repeater applications.

CBn
CB?
ValueBeep
0None
1Low tone
2High tone
3High/low
4Two tones

0 (none)

CB0 # No beep
CB2 # High tone beep
CB? # Query current setting
  • Sounds after hang time expires
  • Signals repeater is ready for next transmission

Enables or disables voice-operated transmit.

VXn
VX?
ValueDescription
0VOX off
1VOX on

0 (off)

VX1 # Enable VOX
VX0 # Disable VOX
VX? # Query current setting
  • Pressing PTT disables VOX
  • Do not use with speaker-mic (RX audio will trigger TX)
  • Sensitivity set by VL command

Sets VOX sensitivity.

VLn
VL?
ValueSensitivity
0High (most sensitive)
1Medium
2Low (least sensitive)

1 (Medium)

VL0 # High sensitivity
VL2 # Low sensitivity
VL? # Query current setting

Sets the channel bandwidth.

BWn
BW?
ValueBandwidth
012.5 kHz (narrow)
125 kHz (wide)

1 (25 kHz)

BW1 # 25 kHz (standard)
BW0 # 12.5 kHz (narrow)
BW? # Query current setting
  • Requires power cycle to take effect
  • Use narrow for crowded bands
  • Some repeaters require narrow bandwidth

Controls the transceiver chip power.

PDn
PD?
ValueDescription
0Chip powered down
1Chip powered on

1 (on)

PD0 # Power down (saves ~70 mA)
PD1 # Power up
PD? # Query state
  • Reduces current by approximately 70 mA
  • Radio cannot TX/RX when powered down
  • Serial commands still work

Sets the baud rate for serial port 1 (USB/JP1/JP2).

B1n
B1?
ValueBaud Rate
01200
14800
29600
319200
438400
557600

3 (19200)

B13 # Set to 19200
B15 # Set to 57600
B1? # Query current setting
  • Requires power cycle to take effect
  • Reconnect terminal at new baud rate after power cycle

Sets the baud rate for serial port 2 (DE-9 I/O connector).

B2n
B2?

Same as B1.

3 (19200)

  • Only applies when EX1 (serial mode)
  • Requires power cycle to take effect

Reports the current firmware version.

FW
FW: 2.4A
  • Query only, no parameters

Enters bootloader mode for firmware updates.

BL
  • RS-UV3A waits indefinitely for bootloader connection
  • Power cycle required to exit without updating
  • See Firmware Upgrade guide

Reads the current receiver signal strength.

SS
SS: -85

Value is in dBm.


Reads the current receiver noise level.

SN
SN: 1234
  • Lower values indicate cleaner signal
  • Raw value, not calibrated

Reads the operating voltage.

VT
VT: 8.5V
  • Reads the 8.5V internal rail
  • Useful for monitoring power status

Reads the PCB temperature.

TP
TP: 42

Temperature in °C.

  • PCB temperature, not ambient
  • Will be warmer during TX

Legacy command for battery charger status.

BS
BS: 0

or

BS: 1
  • RS-UV3A Rev A does not have battery charging
  • Included for compatibility with older RS-UV3 versions

Reads an RDA1846S transceiver chip register. Advanced use.

RRxx
ParameterDescription
xxRegister address in hex

Returns 16-bit hex value.

  • For advanced debugging only
  • Register documentation available online for RDA1846S

Sets an RDA1846S transceiver chip register. Advanced use.

RSxxyyyy
ParameterDescription
xxRegister address in hex
yyyy16-bit value in hex
OK

or no response if failed.

  • Can disrupt radio operation if used incorrectly
  • For advanced debugging only
  • Settings may not persist through power cycle