Hi Thanasis,
I am having a problem using the .NET library that I'm hoping you (or
anyone else) can help with. Firstly, I'm using a Jablocom GDP-40
mobile connected via USB. All the GSM functions appear to be available
through HyperTerminal. I have all the sending functionality working
without issue, however I cannot read messages through the ReadMessages
application at all.

The Inbound Message handler never fires. Also, the InboundMessage[]
msgList =
srv.readMessages(org.smslib.InboundMessage.MessageClasses.ALL); line
returns an empty array, despite the fact that there are messages
(read, unread, and sent) on the phone. The event wireup seems fine as
the Inbound Call handler does fire without no problem and behaves as
expected.

When I use HyperTerminal to connect to the phone, at first I receive
no notification of inbound texts. However, if I enter AT+CNMI=1,1,0,0
and then send a text to the phone, I do get notification through the
terminal, the message displayed is "+CMTI: "MT",1". If I try and send
this command using the gateway.sendCustomATCommand method, I just get
a NoResponseException. Note, I get a NoResponseException even if the
command is just "AT".

I cannot seem to find a way to get this event to fire from within the
application.

Have you any thoughts or suggestions?
Many thanks,
Will.



On Mar 29, 9:06 pm, Thanasis <[email protected]> wrote:
> Hi,
>
> About sending messages, I would like to see the debug log from the
> SendMessage sample app in order to see where it fails.
>
> About reading messages, SMSLib reads from all storage locations reported by
> the phone. In the majority of the phones, this means both the SIM and the
> build-in memory.
>
> On 29 March 2010 17:02, prashant <[email protected]> wrote:
>
>
>
> > hi everybody,
>
> > I am successful with running sendingSMS but there is prblm with
> > receive SMS . I am using Mobile phone nokia7210 as GSM modem so how
> > can I read received SMS from this GSM modem. also I want to know that
> > is this reads already existed SMS in phone memory or unread sMS in
> > phone memory???
> >  also is this programme from SMSlib reads SMS in sim memory only?????
> > pls clearify my doubts as early as u ppl can???
>
> > My email id is [email protected]
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "SMSLib User Group" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<smslib%[email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/smslib?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"SMSLib User Group" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/smslib?hl=en.

Reply via email to