PDA

View Full Version : FBUS & WinExplorer Software



juliojj14
25-06-2003, 04:58 PM
I am trying to send the frame:
1E 00 0C D1 00 07 00 01 00 03 00 01 60 00 72 D5 to my nokia phone (5110) using the winexplorer software (for that I have already a script to do that) but I haven't an answer from the phone.
The script is:

Option Explicit

Sub Main()

Sc.Write("1E 00 0C D1 00 07 00 01 00 03 00 01 60 00 72 D5")
Sc.Read(30) 'It read the 30 first characters
End Sub

But it doesn't work. The phone dosn't send anything.
The configuration is:
115200 Data baud
115200 Reset baud
parity none
Rec timeout 200
Byte delay 10
Reset delay 40000
Stop bits 1
Byte convention Direct
and both "flush" are activated.
I need help, can anybody say me what are I'm doing wrong?