MC8790V SMS inquiry

Hello there,

We use a MC8790V that is used to monitor a sensor in the field.

If we send an SMS with ‘===STATUS’, it is supposed to reply back with a status response by sms also.

However, this works only when we disable the data channel.
If we turn data on, the modem receives the sms but does not reply. If we turn data off, it receives the sms and replies with a status by sms.

If we insert the sim in a regular smartphone, sms and data work the same time, so it’s not a carrier limitation.

Is this a modem limitation?

Thanks!

Hi qwakcookie,

Welcome to the forum!

Based on your description, seems like MC8790V was configured to use CS for SMS(?) so outgoing SMS was blocked by active data channel.

Can you check the return of:
AT+CGSMS? // this should set 2 or 3 for your case
AT+CGCLASS?

Thx

Hi,

Here are the modem responses:

+CGSMS: 3

OK

+CGCLASS: “A”

OK

If we set CGSMS = 1 (CS ONLY), it works. The SMS sends.

IF we set CGSMS = 3 (CS PREFERRED), it does not work.

What could it be? I can’t see why 3 would not work.

Thanks