[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MBUS protocol and Nokia 5125
From: |
Eduardo Spremolla |
Subject: |
Re: MBUS protocol and Nokia 5125 |
Date: |
23 Oct 2002 15:58:36 -0300 |
I did not tray the lates cvs ( shame on me ;-) but with 0.4 it worked.
you have to init it many times, the best chance is with the phone just
turned on.
5125 is tdma, and only a sub set of options work with it.
memory in and out, get startup logo and I was working on set startup
logo.
the dial comand also works ok.
I you get any int on reciving sms with it PLEASE give us a call.
LALO
On Wed, 2002-10-23 at 10:44, Cesario Simões Jr wrote:
> I'm implementing communication betwen my uControlle and Nokia Mobile Phone
> 5125 via serial port (I'm using an MBUS level converter). My problem is start
> the communication: I'm trying many ways to start it unsuccesfully...
>
> I didn't found this Nokia model in Gnooki's FAQ... It is'nt in the
> "Supported" list neither in the "Unsupported" list:
> Please, someone knows a tip to start it?
> I'm using the MBUS commands obtained from
> http://www.flosys.com/tdma/n5160.html:
> 1F = protocol identifier 1F=MBUS , 1E=FBUS, 1C=IrDa
> 00 = destignation address 00=phone, 10=Sevice Software, 1D=PC
> 1D = source address 00=phone, 04=Carkit, 10=Sevice Software, 1D=PC, 48=DLR3
> cable, F8=unknown target, FF=global target
> 40 = command
> 00 05 = data length
> 00 01 = data field (some fixed header)
> 47... = more data
> SQ = sequence number 2...63
> CS = checksum XOR of all bytes
>
> Perhaps the first commands needs some sequence? The source need to be
> something different? ....?
>
> Where may I find more info about?
>
> Thanks...
>
> Cesario
>