PDA

View Full Version : Specific channel tunning from PC commands



capotixplus
08-05-2002, 06:35 PM
I have been working with Nokia 2160 (old TDMA phone), it uses MBUS version 1 protocol format, and found some interesting commands to use:

Standby by soft:

0x0 0xc9 0x1 0x5 0x10 0x65 0xb8
0x0 0xc9 0x1 0x2c 0x85 0x66 0x7
0x0 0xc9 0x1 0x2c 0x87 0x67 0x4

It put the pc software like a C9 station..., here are more commands:

Tuning frame:01, dtc: 796, dvcc: 334
-------------------------------------

0x0 0xc9 0x1 0x2c 0x1f 0xab 0x50
0x0 0xc9 0x3 0x2c 0x83 0x3 0x1c 0xac 0xd6
------------- --------
TUNE DTC = 796 = x031C

0x0 0xc9 0x2 0x2c 0x84 0x7 0xad 0xc9
0x0 0xc9 0x1 0x2c 0x82 0xae 0xc8
0x0 0xc9 0x1 0x2c 0x86 0xaf 0xcd
0x0 0xc9 0x1 0x2c 0x88 0xb0 0xdc

0x0 0xc9 0x5 0xe5 0x57 0x2 0x2 0x0 0x0 0xb1 0xcf
0x0 0xc9 0x5 0xe5 0x63 0x0 0x2 0x0 0x9 0xb2 0xf3
0x0 0xc9 0x5 0xe5 0x5d 0x0 0x2 0x0 0x9 0xb3 0xcc
0x0 0xc9 0x5 0xe5 0x63 0x0 0x2 0x0 0x9 0xb4 0xf5
0x0 0xc9 0x5 0xe5 0x5d 0x0 0x2 0x0 0x9 0xb5 0xca

0x0 0xc9 0x2 0x2c 0x8c 0x1 0xb6 0xdc
------------- ---
TUNE FRAME: 01 = x01

0x0 0xc9 0x2 0x2c 0x84 0x7 0xb7 0xd3


0x0 0xc9 0x9 0x5 0x5 0x1 0x4e 0x1 0x0 0x0 0x0 0x0 0x0 0xb8 0x36
----------- --------
TUNE DVCC = 334 = x014E



0x0 0xc9 0x2 0x5 0xf 0x0 0xb9 0x78

I have more logs, but now i'm trying to found the same direct tunning commands like 0x05 and 0x2C for new phones (using MBUS version 2), could some lead me to do it?

Thanks