You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some modems, for example very popular DW5821e-eSIM are missing the AT+CCHO,AT+CCHC and AT+CGLA commands, instead using AT+CSIM, for example, the command to open logical channel:
AT+CSIM=10,"0070000000"
Close (channel 01):
AT+CSIM=10,"0070800100"
It would be wonderful if lpac can access the eUICC chip utilizing this way, because otherwise the only option to download an eSIM profile to the device is using Windows 10/11. Thank you.
The text was updated successfully, but these errors were encountered:
Some modems, for example very popular DW5821e-eSIM are missing the
AT+CCHO
,AT+CCHC
andAT+CGLA
commands, instead usingAT+CSIM
, for example, the command to open logical channel:Close (channel 01):
It would be wonderful if lpac can access the eUICC chip utilizing this way, because otherwise the only option to download an eSIM profile to the device is using Windows 10/11. Thank you.
The text was updated successfully, but these errors were encountered: