Specifications
AT Command Set for L55 Platform 2003-11-21
Copyright Siemens AG 2003 All Rights Reserved Page 120 of 131
• The remaining recording time is 4 minutes and 15 seconds
2.8.4.2 Write-command
The Write command is used to control the Voice Memo functionality of the mobile. The action
parameter lets you start, stop, pause, or cancel the playback of a voice memo. Also, this command
can be used to start, stop, cancel and pause the recording of a voice memo.
Sample input and resulting output:
AT^SVMC=0
^SVMC: OK
Meaning:
The recording of a voice memo has been stopped, saving the file, or the playing of the voice memo
has been stopped. No error occurred.
AT^SVMC=2
^SVMC: OK
Meaning:
The recording of a voice memo has been started, the time and date of the recording is taken as voice
memo name
AT^SVMC=2,,”my_memo”
^SVMC: OK
Meaning:
The recording of a voice memo has been started, the voice memo name is “my_memo”.
AT^SVMC=2,14,”my_memo”
^SVMC: ERROR
Meaning:
An attempt was made to start recording a voice memo by the name of “my_memo”, specifying the
index at which the voice memo is to be stored. Since the index of a voice memo cannot be set (only
queried or played back), an error is returned.
AT^SVMC=3,14,”my_memo”
^SVMC: OK
Meaning:
A voice memo by the name of “my_memo”, stored with the index 14 is to be played back.
AT^SVMC=4,2
^SVMC: 2,"2002-02-22,22:22:22",“00:01:00“[,”My_Memo”] OK
Meaning:
A query was started for a voice memo defined by index 2, and the query result is returned, including
the index specified, the length of the recorded memo (date and time information; 22:22:22 amounts to
one minute) and the name by which it is stored.
AT^SVMC=5