Hi,
My use case is to connect the TRB142 to an legacy car device, previous solution was a legacy GSM modem but this will be unsupported by the mobile network soon.
SMS should be received and transmitted transparently and immediate using PDU mode. So far this seem to be possible.
We have tried to change the SMS Event Reporting Configuration with command AT+CNMI to activate immediate SMS reporting when a SMS is received. But it did not work.
We want the TRB142 modem to output this indication to our device when an SMS is received.
Short message is output directly to the TE (in PDU mode)
Syntax: +CMT:,
An example is: +CMT: ,26 "
At start the car device (TE) configures the modem (GSM engine ME) with these commands.
ATE Turn on echo
AT+CPIN? Check PIN authentication status
AT+CSMS=1 Select Message Service, compatible with GSM 07.05 Phase 2+ version
AT+CNMI=3,2
CNMI Mode: Forward unsolicited result codes directly to the TE. TA-TE link
specific inband technique used to embed result codes and data
when TA is in on-line data mode.
CNMI Mt: SMS-DELIVERs, except class 2 messages and messages in
the message waiting indication group (store message) are
routed directly to the TE using unsolicited result code
It looks like the TRB142 and EC25&EC21_AT_Commands does not support mode 3. Not sure yet if this is a must for our car device to work. We can configure the car device to use Text mode instead of PDU mode Not sure yet if this makes any difference.
Do you have any other Teltonika device that may support this mode?
Thank you.