[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: stable connection of nokia 3220 via CA42 cable is possible
From: |
Pawel Kot |
Subject: |
Re: stable connection of nokia 3220 via CA42 cable is possible |
Date: |
Fri, 26 Oct 2007 22:48:09 +0200 |
Hi,
On 10/26/07, Burkhard Soehne <address@hidden> wrote:
> This synchronization is exactly the problem for a proper bugfix. How can
> gnokii find out which sequence id the mobile expects?
>
> 1. Is there a way to check the sequence id?
> 2. Is there a way to reset the sequence id?
> 3. Should gnokii always send exactly 8 requests (or a multiple of 8), because
> the sequence id always counts between 0 and 7?
To focus on these questions. When you send a new frame, your seq_id
needs to be (old_seq_id + 1) mod 8. old_seq_id is the latest one that
was sent by the phone. This is always a problem when you initialize a
connection. But there should be a way to reset a counter on exit.
Moreover, the same logic is used in irda/bt connection and there's no
problem in there.
take care,
pkot
--
Pawel Kot
- Re: stable connection of nokia 3220 via CA42 cable is possible, (continued)
- Re: stable connection of nokia 3220 via CA42 cable is possible, Burkhard Soehne, 2007/10/26
- Re: stable connection of nokia 3220 via CA42 cable is possible, Pawel Kot, 2007/10/27
- Re: stable connection of nokia 3220 via CA42 cable is possible, Burkhard Soehne, 2007/10/27
- Re: stable connection of nokia 3220 via CA42 cable is possible, Pawel Kot, 2007/10/27
- Re: stable connection of nokia 3220 via CA42 cable is possible, Burkhard Soehne, 2007/10/28
- Re: stable connection of nokia 3220 via CA42 cable is possible, Pawel Kot, 2007/10/28
- Re: stable connection of nokia 3220 via CA42 cable is possible, Burkhard Soehne, 2007/10/28
- Re: stable connection of nokia 3220 via CA42 cable is possible, Pawel Kot, 2007/10/28
- Re: stable connection of nokia 3220 via CA42 cable is possible, Burkhard Soehne, 2007/10/30
Re: stable connection of nokia 3220 via CA42 cable is possible, Pawel Kot, 2007/10/26
Re: stable connection of nokia 3220 via CA42 cable is possible,
Pawel Kot <=
Re: stable connection of nokia 3220 via CA42 cable is possible, Pawel Kot, 2007/10/27