Hello,
Is there any way to initiate a connection without specifying the APN name?
I am developing an IoT module and it is the end user who installs the SIM card of his choice.
Name, user, APN password, operator are unpredictable.
What can I do? I am using MC60 (MC60CAR01A15)
-
pls send the below two AT to end user to configure APN and password
AT+CGDCONT=1,“IP”,“CMNET” // set APN
AT+QIREGAPP=,,< password>[,] //set password
for the detail pls refer to the below doc:“Quectel_MC60_AT_Commands_Manual_V1.2.pdf”
https://cnquectel-my.sharepoint.com/:f:/g/personal/america-fae_quectel_com/EjjChmmaJ41Fq-BXNl12ml0B6oW_1pZI1jKux29pD1rnIw?e=HQAcUi