Hello,
How can I read out the ICCID of the sim card?
I've tried to do it with AT%XICCID, getting error on this.
AT+CRSM=176,12258,0,0,10
+CRSM: 144,0,"98740006819041410210"
OK
the above works, but then the returned data is shifted, which makes it alittle complex to handle.
Any ideas?
Im using the at_client to test with,
NCS ver 1.4
- David