AT Commands Phone Terminal Terminated 82
<melody_format>:
<melody_format> Description
0 <melody_string> is formed by the characters specified by
<pause>, <prefix>,<note>, and <length_modifier> below
Default setting
1 <melody_string> is formed by hexcoding the melody in the
format used when saving it to the phone memory
See <hex_note> and <hex_length> below
<pause>:
<pause> Description
“p” Short pause
“P” Long pause
<prefix>:
<prefix> Description
“#” Half tone higher
“(b)” Half tone lower
“+” One octave higher
“++” Two octaves higher
<note>:
<note> Description
“c”, “d”,” e”, “f”, “g”,
“a”, “h”
Short notes
See <length_modifier> below
“C”, “D”, “E”, “F”,
“G”, “A”, “H”
Long notes
See <length_modifier> below
<length_modifier>: The note length may be modified by using “.”
Syntax Description
“c” Note length: 150 ms
“C” Note length: 225 ms
“c.” Note length: 300 ms
“C.” Note length: 450 ms
<mlength>: Integer; indicates the maximum length of <melody_string>. If the length of
<melody_string> exceeds <melngth>, only the first <mlength> characters are
accepted.
<mnotes>: Integer; indicates the maximum number of notes in a melody.
<hex_note> String;
<hex_note> Description <prefix> and
<note>
equivalent
00 C_TONE_LOWER_OCTAVE c
01 C_SHARP_TONE_LOWER_OCTAVE #c
02 D_FLAT_TONE_LOWER_OCTAVE (b)d
03 D_TONE_LOWER_OCTAVE d