Reading SMS by AT command (using NOKIA)
hi, im using VB6 and my phone model is N6120classic,
im using the phone as a modem....
well my problem is reading sms in my phone, this the AT command that i used,
---> AT+CMGR=1 it returns "error"
---> AT+CMGL="REC UNREAD" * even this one
sending SMS works fine, its just the reading...
any suggestion abt this? thanks in advance
Re: Reading SMS by AT command (using NOKIA)
Should you not send it
AT+CMGL
and then read back from the serial port?
Re: Reading SMS by AT command (using NOKIA)
Quote:
Originally Posted by
petevick
Should you not send it
AT+CMGL
and then read back from the serial port?
can you please explain ?