Closed elronzo closed 1 year ago
Is there any way to set credentials for the APN?
In my case the username contains a backslash character. So even if supplying credentials was possible it still might be a challenge...
Unfortunately, AT+CGAUTH seems not to be supported (CME ERROR: 4).
AT+CGAUTH
AT+XGAUTH=1,1,"user","pass" results in "CME ERROR: 50"
AT+XGAUTH=1,1,"user","pass"
Here mentions password and user.
No luck trying AT+QICSGP
Dupe of https://github.com/xmm7360/xmm7360-pci/issues/62 still happy for someone to work it out, but not something I'm in a position to look at.
Is there any way to set credentials for the APN?
In my case the username contains a backslash character. So even if supplying credentials was possible it still might be a challenge...
Unfortunately,
AT+CGAUTH
seems not to be supported (CME ERROR: 4).AT+XGAUTH=1,1,"user","pass"
results in "CME ERROR: 50"