[quote:bca5147866="kimmi"]why don't you try use forum search funktion
there is alot of code for SMS and RING detect
search for SMS or AT+CLIP=1[/quote:bca5147866]
I've tried looking for it, but I found this program almost every program:
[quote:bca5147866]Sub Getline(s As String)
S = ""
Do
B = Inkey()
Select Case B
Case 0
Case 13
Case 10 : If S <> "" Then Exit Do
Case Else
S = S + Chr(b)
End Select
Loop
End Sub
Sub Flushbuf()
Waitms 100
Do
B = Inkey()
Loop Until B = 0
End Sub[/quote:bca5147866]
I am confused whether the function of the program :?
↧