-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathat_cmd.xml
More file actions
33 lines (33 loc) · 807 Bytes
/
at_cmd.xml
File metadata and controls
33 lines (33 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<commands>
<testscript>
<command name="Main">
<cmd>ATD 13703136519;</cmd>
<resp>OK</resp>
</command>
<command name="Main">
<cmd>AT+CHUP</cmd>
<resp>OK</resp>
<info>None</info>
</command>
</testscript>
<testscript>
<command name="Main">
<cmd>ATI2</cmd>
<resp>OK</resp>
</command>
</testscript>
<testscript>
<command name="Main">
<cmd>ATS6=8</cmd>
<resp>OK</resp>
</command>
<command name="Main">
<cmd>ATD 13703136519;</cmd>
<resp>OK</resp>
</command>
<command name="Main">
<cmd>AT+CHUP</cmd>
<resp>OK</resp>
</command>
</testscript>
</commands>