views:

258

answers:

1

I am trying to receive SMS messages with a Huawei Mobile Connect, Model: E170 device through hyper terminal but can't.

I used the below commands to initialize the modem:

AT+CMGF=1 AT+CNMI=2,2,0,0,0 (But this gives me this error: +CMS ERROR: 303)

This same commands working on my nokia N70, 6630 and many other nokia models i can't remember.

I know the modem can receive and send SMS messages, but how do i do it?

A: 

Maybe it would be better to use software which can do this? For example Gammu or Gnokii.

And back to the question: Some phones do not like setting all CNMI parameters, check AT+CNMI=? output to see what your phone does support, most likely you need to use something like AT+CNMI=2,,,,0

Michal Čihař