test

p_O_t






Quote Originally Posted by f_lez
emm, I cant do anything at the moment I'm changing my PC/desk everything, but try it this way.......

x=1

while x<4
serin buffer(x)
x=x+1
wend

or use if....then... etc, I remember when I used a for loop I had a problem that went a way for no reason, I think its when I stopped using the ...for...next...


Or I could be wrong.........

<edit>

Yes I am wrong because I have it working with a foor loop IE

for x=1 to 12
SERIN portb.7,t1200,500,oops,incphn(x)
oops:
next x

<edit2>

Can you use a max232 circuit or an old phone data cable to monitor on the PC with hyperterminal what is goin on?

If you put it on the phone output, you get to see (because the phone echos) what your pic is sending, and what the phone replys with.