gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GSM Nokia 6510 frame


From: Daniel Dittmann
Subject: GSM Nokia 6510 frame
Date: Tue, 12 Aug 2003 09:51:07 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.3) Gecko/20030312

Hi all,

i have some problems with my 6310, so i looked in the source code of
gnokii.

I found some differences between doc's and code.
For instance in /Docs/protocol/nk6510.txt you can read:

0x1b: IDENTITY
...
    s get HW&SW version     { 0x07, 0x00, 0x01 }
...


in source code in file /gnokii/common/phones/nk6510.c

static GSM_Error P6510_Identify(GSM_Data *data, GSM_Statemachine *state)
{
...
        unsigned char req2[] = {FBUS_FRAME_HEADER, 0x07, 0x01, 0x00};
...


what is the right one?


Cheers
Daniel





reply via email to

[Prev in Thread] Current Thread [Next in Thread]