1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
Remote control protocol.
Supported commands:
f
Get frequency [Hz]
F <frequency>
Set frequency [Hz]
m
Get demodulator mode and passband
M <mode> [passband]
Set demodulator mode and passband [Hz]
Passing a '?' as the first argument instead of 'mode' will return
a space separated list of radio backend supported modes.
l|L ?
Get a space separated list of settings available for reading (l) or writing (L).
l STRENGTH
Get signal strength [dBFS]
l SQL
Get squelch threshold [dBFS]
L SQL <sql>
Set squelch threshold to <sql> [dBFS]
l AF
Get audio gain [dB]
L AF <gain>
Set audio gain to <gain> [dB]
l <gain_name>_GAIN
Get the value of the gain setting with the name <gain_name>
L <gain_name>_GAIN <value>
Set the value of the gain setting with the name <gain_name> to <value>
p RDS_PI
Get the RDS PI code (in hexadecimal). Returns 0000 if not applicable.
p RDS_PS_NAME
Get the RDS Program Service (PS) name
p RDS_RADIOTEXT
Get the RDS RadioText message
u RECORD
Get status of audio recorder
U RECORD <status>
Set status of audio recorder to <status>
u DSP
Get DSP (SDR receiver) status
U DSP <status>
Set DSP (SDR receiver) status to <status>
u RDS
Get RDS decoder status. Only functions in WFM mode.
U RDS <status>
Set RDS decoder to <status>. Only functions in WFM mode.
u MUTE
Get audio mute status
U MUTE <status>
Set audio mute to <status>
q|Q
Close connection
AOS
Acquisition of signal (AOS) event, start audio recording
LOS
Loss of signal (LOS) event, stop audio recording
LNB_LO [frequency]
If frequency [Hz] is specified set the LNB LO frequency used for
display. Otherwise print the current LNB LO frequency [Hz].
\chk_vfo
Get VFO option status (only usable for hamlib compatibility)
\dump_state
Dump state (only usable for hamlib compatibility)
\get_powerstat
Get power status (only usable for hamlib compatibility)
v
Get 'VFO' (only usable for hamlib compatibility)
V
Set 'VFO' (only usable for hamlib compatibility)
s
Get 'Split' mode (only usable for hamlib compatibility)
S
Set 'Split' mode (only usable for hamlib compatibility)
_
Get version
Reply:
RPRT 0
Command successful
RPRT 1
Command failed
|