here is the code, it is a bit of a mess, the main thing i want it to do is call the number with the first hersout, then i can see on the phone that it is working
the hardware is just a basic max232 setup with a 16f877 at 20hz.
my cable is an original nokia one, i am thinking of gettin a cheap copy to see if it any better, it might not be so fussy about what voltage it requires?
thanks for try to help, Stu
DEFINE OSC 20
DEFINE HSER_TXSTA 20h
DEFINE HSER_RCSTA 90h
DEFINE HSER_BAUD 9600
DEFINE HSER_CLROERR 1
adCON1 = 7
Include "modedefs.bas" ' Include serial modes
B0 var byte
pause 2000
hserout["atd 453",13,10]
loop:
hserout["at",13,10]
hSerin [b0]
pause 3000
Lcdout b0
Goto loop
Bookmarks