TCPIP memory - flexradio/smartsdr-api-docs GitHub Wiki
C[D]<seq_number>|memory remove <memory_index>
Example:
C19|memory remove 3
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>|memory apply <memory_index>
Example:
C19|memory apply 3
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>|memory set <memory_index> owner=<owner> group=<group_name> freq=<MHz> name=<channel> mode=<mode> step=<Hz> repeater=<down|simplex|up> repeater_offset=<MHz> tone_mode=<off|ctcss_tx> tone_value=<text> power=<0-100> rx_filter_low=<Hz> rtty_mark=<Hz> rtty_shift=<Hz> digl_offset=<Hz> digu_offset=<Hz>
Example:
C19|memory set 3 Flex Expedition
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 | |
50000033 | Parameter out of Range |
Responses
Response Example:
R19|0|