I am using a raspberry pi to communicate with an SL8092 modem from Sierra. I am able to communicate with the device via the /dev/ttyUSB4 using minicom.
Sending AT commands returns the following answers:
> AT
< OK
> AT+CSQ
< +CSQ: 30,99
>AT+COPS
<+COPS: 2
But when sending AT+CIMI or AT+CGSN, I am expecting to get the IMSI and the IMEI. Unfortunately it's not the case - the only answer I get is just "OK".
Am I missing something?