nguyenbahuong / smslib

Automatically exported from code.google.com/p/smslib
0 stars 0 forks source link

Incoming Mssg not working #445

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I have a GSM phone Spice-M5262 which i want to use for processing incoming 
messages using ReadMessages example.

I am able to connect to the modem and i am receiving missed call alerts.
I am also able to fire readAllMessages() and all messages are can be read and 
deleted(programatically) as well.

But on reception of an incoming mssg to phone its not being recieved at smslib 
using Async event notification. I also tried setting serial_polling to true and 
setting interval to 2000 (2 sec) but still no luck..

Can you please suggest if i am doing anything wrong.

And yes indeed you have developed a great software that can help masses. Thank 
you indeed.

-Vishal
(vishal.kakkar@gmail.com)

Original issue reported on code.google.com by vishal.k...@gmail.com on 20 Dec 2011 at 11:04

GoogleCodeExporter commented 9 years ago
Hi,

I've never heard of this specific phone, but in any case your phone may not 
support the callback indications required for the async operation. 
SERIAL_POLLING and INTERVAL have nothing to do with this.

I guess you should stay with the polling (i.e. explicit readAllMessages() 
method call) for now...

Original comment by T.Delenikas on 21 Dec 2011 at 9:02

GoogleCodeExporter commented 9 years ago

Original comment by T.Delenikas on 20 Jan 2012 at 1:52