Quote Originally Posted by linoko View Post
Hi
I correct my code like Camolas code but the result is same

The problem still persisit
Help Please
Hi,

Dont forget that im using a nokia serial data cable connected to the phone that have to be powerd on the rs232 end and from the data cable connector (the one that connects with the phone) get tx,rx and gnd.
After this try

Serout2 PortB.6, 84,["AT",13,10] ' 84 is for 9600 Baud Rate see what is yours
Serin2 PortB.7,84, [wait ("ok")]
High PortB.0
Any more hellp let me now.

Xau