[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What is the correct sequence?
From: |
BORBELY Zoltan |
Subject: |
Re: What is the correct sequence? |
Date: |
Mon, 21 Jul 2003 18:31:56 +0200 |
User-agent: |
Mutt/1.4.1i |
Hi,
Sorry for the huge delay, but I'm quite busy in these days... :-(
On Mon, May 12, 2003 at 01:17:16PM -0300, Eduardo Garcia wrote:
> Hi friends,
> Please, what I neet to send to TDMA 6160 cell phone through MBUS in the
> follow sequence?
>
> 1- PC to Phone -> Command: 0xd1: s Key press { 0x50, 0x00, 0x01, KEY }.
> 2- Phone to PC -> ACK.
> 3- Phone to PC -> Command: 0xd2: r Key press {+0x01, 0x00, 0x50, 0x00}.
> 4- ??? What I need to response to cell phone here?? I was trying to send an
> ack, but the cell phone continue
> sending the D2 command like the correct response was omitted.
I have no TDMA or CDMA phone, so this is just some random idea: maybe
you have to send another 0x50 code message. But you can look into the
nk6100.c driver too. I implemented another key press / release function
for older phones some month ago. It uses two 0xd1 type messages, look
into the PressOrReleaseKey2 function.
Bye,
Bozo
- Re: What is the correct sequence?,
BORBELY Zoltan <=