Transmitting Tone Sequences: Difference between revisions
Jump to navigation
Jump to search
imported>N8THN m added the content |
m ASL3 expects the frequencies to be integer values, not floating point |
||
(One intermediate revision by one other user not shown) | |||
Line 7: | Line 7: | ||
=== Tone Sequences === | === Tone Sequences === | ||
Tone sequences are specified as <code>!Tone_A+Tone_B/Duration_in_MS</code>. ToneB is optional and not specified, the + operator must be omitted. | Tone sequences are specified as <code>!Tone_A+Tone_B/Duration_in_MS</code>. ToneB is optional and if not specified, the + operator must be omitted. | ||
The exclamation point operator is required when specifying arbitrary tones. | The exclamation point operator is required when specifying arbitrary tones. | ||
Line 15: | Line 15: | ||
=== Examples === | === Examples === | ||
881=cop,48,1,2,3,4,# ; Send DTMF 1,2,3,4, and # | 881=cop,48,1,2,3,4,# ; Send DTMF 1,2,3,4, and # | ||
882=cop,48,!399 | 882=cop,48,!399/1000,!339/2000 ; Send two tone paging sequence: Motorola codes 144,141 | ||
883=cop,48,!1100+1700/100,!0/60,!700+900/60,!0/60,!700+1100/60,!0/60,!700+900/60,!0/60,!1500+1700/60 ; Send MF tone sequence KP121ST | 883=cop,48,!1100+1700/100,!0/60,!700+900/60,!0/60,!700+1100/60,!0/60,!700+900/60,!0/60,!1500+1700/60 ; Send MF tone sequence KP121ST | ||
[[Category:How to]] | [[Category:How to]] |
Latest revision as of 14:16, 11 March 2025
COP function
Cop function 48 is associated with transmitting arbitrary tone sequences. These tone sequences can be any combination of single tones, dual tones, and silence periods,
These tone sequences are only heard on the repeater transmitter and not sent over the network.
This function is available in app_rpt.c version 0.183 or later.
Tone Sequences
Tone sequences are specified as !Tone_A+Tone_B/Duration_in_MS
. ToneB is optional and if not specified, the + operator must be omitted.
The exclamation point operator is required when specifying arbitrary tones.
DTMF tones can be entered in shorthand fashion as as single digits separated by commas.
Examples
881=cop,48,1,2,3,4,# ; Send DTMF 1,2,3,4, and # 882=cop,48,!399/1000,!339/2000 ; Send two tone paging sequence: Motorola codes 144,141 883=cop,48,!1100+1700/100,!0/60,!700+900/60,!0/60,!700+1100/60,!0/60,!700+900/60,!0/60,!1500+1700/60 ; Send MF tone sequence KP121ST