Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Help Arduino Coding - how to retrieve phone numbers in SIM and send an alert to that

Status
Not open for further replies.

brian25

Member level 2
Member level 2
Joined
Feb 18, 2013
Messages
52
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,288
Visit site
Activity points
1,601
hi how to retrieve phone numbers in SIM and send an alert to that numbers at once. i'm using this lib from GSM shield to write the numbers in SIM Card. then if i txt like this Add +1112344567 it will register to the SIM


Code C - [expand]
1
2
3
4
5
6
7
8
9
10
11
12
13
char Phonebook[160];
x=phonebook;
int m;
 
GetSMS(GetSMS(position, n, smsbuffer,16){
for(m=0; m<4; m++){
(WritePhoneNumber(position, char x)
 
}
}
 
 
SendSMS(x);

 
Last edited by a moderator:

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top