TCPIP scu - flexradio/smartsdr-api-docs GitHub Wiki
C[D]<seq_number>|scu filter <rx> <mode>
<rx> = 1 for SCU1 and 2 for SCU2(6700 ONLY)
<mode> = Valid modes are 160,80, 40, 30, 20, 17, 15, 12, 10, 6, 2, bypass, hpf
Example:
C19|scu filter 1 160
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|
C[D]<seq_number>|scu loop <rx> on|off
<rx> = 1 for SCU1 and 2 for SCU2(6700 ONLY)
Example:
C19|scu loop 1 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|
C[D]<seq_number>|scu preamp <rx> <mode>
<rx> = 1 for SCU1 and 2 for SCU2(6700 ONLY)
<mode> = Valid modes are off, 1, 2, both
Example:
C19|scu preamp 1 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 |
Responses
Response Example:
R19|0|
Lists SCU Table
C[D]<seq_number>|scu dump
Example:
C19|scu dump
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 |