
Originally Posted by
Angus Anderson
Hi Volcane
I assume that you want the PIC to do something when it receives a call corresponding to a name stored in SIM memory?
The first is + CLIP: "39065542 xxx", 145, "" 128 "CASAENZO", 0
second is: + CLIP: "39065542 xxx", 145, "" 128, "", 0
One simple way to do it is this:
Hserin [Wait "128",skip 6,B0] (or use Serin2 etc)
If BO<>"0" then go do something
Wait for an incoming string 128.
If it is found, skip 6 characters (don't forget the spaces)and store the next character in B0.
If B0 is not equal to ASC 0, it must be a SIM stored number
Hope this helps
Angus Anderson
Bookmarks