User guide
Developers guidelines | AT commands
303 June 2010
vCard Format
The vCard object uses a subset of the properties defined in the vCard specification
from the Internet Mail Consortium. The vCard standard is available from the Infrared
Data Association at http://www.irda.org
.
vCard Object
.
<vibe>: “vibeon” | “vibeoff”
<backlight>: “backon” | “backoff”
<repeat>: “(“ | “)“ | “@“<repeat-count>
(start of repeat block, end of repeat block and repetition count)
<repeat-count>: “0“ | “1“ | “2“ | ...
(0 is repeat forever)
Maximum number of
notes:
40
Maximum numbers of
characters in melody:
120
Example: BEGIN:IMELODY
VERSION:1.0
NAME:Melody1
COMPOSER:Mozart
BEAT:120
STYLE:1
VOLUME:7
MELODY:&b2#c3-c2*4g3d3+#d1r3d2e2:d1+f2f3
END:IMELODY
Description: This is a definition of the vCard object. This object is used when a user-
defined contact card is exchanged
Syntax: <vcard-object>
“BEGIN:VCARD<CR><LF>
“VERSION:”<version><CR><LF>
“N:”<encoding>”;<character_set>”:”<name><CR><LF>
[“FN:”<encoding>”;”<character_set>”:”<formatted_name><CR><LF>]
[“TEL:”<telephone_number><CR><LF>]
[“X-IRMC-LUID:”<x_irmc_local_unique_identifier><CR><LF>]
“END:VCARD”
File extension: vcf
Example file name: person.vcf
Parameters:
<version>: “2.1”
<encoding>: (“QUOTED-PRINTABLE”|”BASE-64”|”8BIT”)
<character_set>: (“ISO-8859-1”|”UTF-8”)










