What am I doing wrong?
Hi
As a part of my ongoing project, here is my new problem now:
first:
read 134,a : read 135,b : read 136,c
if a<>"6" and b<>"9" and c<>"7" then
for i=0 to 255
write i,"0"
next i
EEPROM 100,["+","4","4","7","4","3","2","2","2","3","1","4","7 ","+","4","4","7","8","2","2","2","2","5","1","0", "7","0","0","0","0","1","1","1","1","6","9","7 "]
for i=100 to 112
read i,ph[i-100]
next i
if ph[1]="4" THEN'and ph[6]="2" then
while 1
toggle portc.0
pause 50
wend
endif
endif
This is not working. Can someone advise me please what am I doing wrong.
FYI - I am using PBP with MPLAB & my PIC is 16F690.
Thanks
___________________
WHY things get boring when they work just fine?
Bookmarks