Hi,
I use proprietary SW to handle SMS messages via AT commands. I try to use TRM240 modem because of LTE carrier. First test was OK, but now, I have problem with handling received SMS.
My SW usually writes Communication timeout just after modem receives SMS and don’t react to received SMS (don’t see it).
I can write here initialisation AT commands from my SW:
ATE1
ATQ0
ATX1
ATV1
ATI
AT+CMGF=0
AT+CNMI=0,0,0,0,1
AT+CPIN=“$(Value)” (empty)
AT+CPMS=“MT”
AT+CSCA=“$(Value)” (SMS center number)
There is periodical check of received messages by AT command
AT+CMGL=4
Is here something wrong with initialisation or SMS handling?
Thanks for help!
Jan