hi everyone,
Iam trying dual sim switching in my WP76XX module , by using GPIO6 pin to switch to external SIM_2
by using AT Commands , but iam unable to configure my gpio pin to switch to external SIM_2
the gpio configuration which i want is +WIOCFG=6,3,1,1,3 to switch to SIM_2 in my Modem using wp76xx , iam attaching the snap shots of the commands which ive used and the response which ive got iam unable to configure my GIO6 pin to switch to external sim_2 as there are two external sims External sim_1 and external sim_2 currently iam in external SIM_1 mode i want to switch to external SIM_2 MODE , by using at commands or linux commnds please if someone could help me with this .
Any help would be aprreciated!!
This is my sim slot 1
root@swi-mdm9x28-wp:~# cm sim info
Type: EXTERNAL_SLOT_1
ICCID: 89910273304002383735
Home Network Operator: IDEA
EID:
IMSI: 404446903447071
Phone Number:
root@swi-mdm9x28-wp:~# cm info
root@swi-mdm9x28-wp:~# cm sim info
Type: EXTERNAL_SLOT_1
ICCID: 89910273304002383735
Home Network Operator: IDEA
EID:
IMSI: 404446903447071
at+wiocfg?
+WIOCFG: 2,16,0,0,1,0,0
+WIOCFG: 6,8,0,0,1,0,0
+WIOCFG: 7,16,0,0,1,0,0
+WIOCFG: 8,16,0,0,1,0,0
+WIOCFG: 13,16,0,0,1,0,0
+WIOCFG: 21,16,0,0,1,0,0
+WIOCFG: 22,16,0,0,1,0,0
+WIOCFG: 23,16,0,0,1,0,0
+WIOCFG: 24,16,0,0,1,0,0
+WIOCFG: 25,16,0,0,1,0,0
+WIOCFG: 28,16,0,0,1,0,0
+WIOCFG: 29,16,0,0,1,0,0
+WIOCFG: 30,16,0,0,1,0,0
+WIOCFG: 31,16,0,0,1,0,0
+WIOCFG: 32,16,0,0,1,0,0
+WIOCFG: 33,16,0,0,1,0,0
+WIOCFG: 35,16,0,0,1,0,0
+WIOCFG: 42,16,0,0,1,0,0
OK
i wanted to configure gpio6 to switch to external sim slot 2
but unable to configure it is throwing error
AT+WIOCFG=6,3,1,1,3
ERROR
root@swi-mdm9x28-wp:~# echo 6 > /sys/class/gpio/export
sh: write error: Operation not permitted
even iam unable to export gpi6
Please if someone can guide me how can i do external dual sim switching using at commnds it would be a great help !!