Voltages shoul be about +/-10V.

Originally Posted by
financecatalyst
First: Why have you used "0" in the instruction serout tx,0,...
Second: why have you not used serout2 and used just serout & serin2 instead of serin?
There no reason why i used serout.
0 is used to set bondrate to 2400T.
Set cursor to serout and pres F1, and everything is in help.
Program is working. I used to check conection with modem for my call & sms controller.
Code with status led:
Code:
Init:
toggle led1
serout tx,0,["AT",13]
serin2 rx,396,1000,init,[WAIT("OK")]
serout TX,0,["at&f",13]
pause 500
toggle led1
serout TX,0,["at+cmgf=1",13]
pause 500
toggle led1
serout TX,0,["at+clip=1",13]
pause 500
led1=1
Start:....
Led will flash every second if modem is'n connected.
While setting up modem led will flash every 0.5s.
When device is ready led stay on.
Bookmarks