Mobile data connection troubleshooting: Difference between revisions
Mobile data connection troubleshooting (view source)
Revision as of 21:30, 19 May 2020
, 19 May 2020→Debugging process
Line 69: | Line 69: | ||
* Use command '''AT+QICSGP''' to configure APN, user name, password and auth type: | * Use command '''AT+QICSGP''' to configure APN, user name, password and auth type: | ||
AT+QICSGP=<contextID>[,<context_type>,<APN>[,<username>,<password>)[,<authentication>]]] | AT+QICSGP=<contextID>[,<context_type>,<APN>[,<username>,<password>)[,<authentication>]]] | ||
<context type> The protocol type (1 – IPV4; 2 – IPv6). | <context type> The protocol type (1 – IPV4; 2 – IPv6). | ||
<context id> The range is 1-16. | <context id> The range is 1-16. |