[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: n6110 FBUS: delete sms after receive
From: |
BORBELY Zoltan |
Subject: |
Re: n6110 FBUS: delete sms after receive |
Date: |
Tue, 19 Nov 2002 14:52:53 +0100 |
User-agent: |
Mutt/1.2.5.1i |
Hi,
On Sat, Nov 16, 2002 at 07:29:02PM +0100, Piotr C. wrote:
> After the initialisation of n6110 (230 x 0x55) and sending any request,
> phone reports its state by sending apropriate frame w/out a request. Eg.
> when sms is received, i got:
[... frame dump of the incoming sms notification ...]
> Now I'd like to detele this sms automatically. I send frame like this:
>
> 1E 00 0C 14 00 08 00 01 00 0A 02 01 01 4x xor1 xor2
>
> and receive no ack frame from the phone. It doesn't matter the pos.# and
> seq.#; no action is taken. What am I doing wrong? How to delete sms so?
I don't know exactly, but why don't you use libgnokii? You can look into
nk6100.c and look for the /* SMS message received */ comment. This is where
the incoming sms notification messages will be decoded.
Bye,
Bozo