Sign in with
Sign up | Sign in

Please help me to find network

Tags:
Last response: in Technologies
Share

Is that SIM300D module?
Try using AT+CNMI=0,1,0 to switch off CBM messages.
You can check, if module is registered wit the following command:

AT+CREG?
+CREG: 0,1
OK

If you want to set URC to automatically sends you a message on registration change, use AT+CREG=1
OK

after this, you will be automatically notified when the module registeres
+CREG: 1,1

and when it deregisteres
+CREG: 1,0

Now you see, that the first parameter is 1. This was set by command AT+CREG=1.

I hope that helps.
Ask the community
!