Please check the manual from your module vendor for the exact AT command to use.
Most modules allow to set the APN with "AT+CGDCONT" command like:
AT+CGDCONT=1,"IP","em"
OK
You can get the list of currently defined PDP Contexts with "AT+CDGCONT?":
AT+CDGCONT?
+CGDCONT: 1,"IP","em","0.0.0.0",0,0
OK
Comments
0 comments
Please sign in to leave a comment.