AT Command | | Description |
AT+CSIM AT command sends commands to the SIM on the device.
| Support | Module Tutorial | Usage |
Command |
Possible response(s) |
+CSIM=, |
+CSIM: ,
+CME ERROR: |
+CSIM=? |
|
| Examples |
AT+CSIM=54,"008800812210....." // USIM commands
+CSIM: 4,6985E
AT+CSIM=46,"008800801110FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00" // USIM AUTHENTICATE command in GSM Context. 0xFF bytes are RAND.
+CSIM: 32,"04EEEEEEEE08FFFFFFFFFFFFFFFF9000" // Expected response. 0xEE bytes
| Keywords | AT+CSIM syntax, examples, parameters, error, input, response. |
|