-
```
Existing Phonebook methods:
char GetPhoneNumber(byte position, char *phone_number);
char WritePhoneNumber(byte position, char *phone_number);
char DelPhoneNumber(byte position);
char ComparePhoneN…
-
```
I was trying to use the SMS sending example and got error when compiling it.
Error compiling
GSMSHIELD\sms.cpp.o: In function `SMSGSM::SendSMS(char*, char*)':
C:\Documents and Settings\My
Docume…
-
```
please, I'm learning how to use this wonderful library and also the arduino.
Algem can help me?
I would send an sms but the number and message as a variable so that I can form
sentences with if …
-
```
https://gsm-shield-arduino.googlecode.com/files/GSM_GPRS_Shield_IDE100.zip
Folder name 'examples' will show better in examples-menu (in arduino IDE).
```
Original issue reported on code.google.c…
-
```
I would like to ask if it is possible to relocate the connections in D10, D11,
D12, D13 to other pins? I am using the GSM/GPRS shield, and I want to integrate
a microSD storage for my data. Howe…
-
```
What is happening in here:
example/GSM_GPRSLibrary_Client/GSM_GPRSLibrary_Client.ino:44
(and example/GSM_GPRSLibrary_Server/GSM_GPRSLibrary_Server.ino:45)
//Read IP address.
int i=0;
while(i
-
```
row 277 gsm.GetGSM(position, phone_num, sms_text, 100);
must be gsm.GetSMS(position, phone_num, sms_text, 100);
```
Original issue reported on code.google.com by `peitjepu...@gmail.com` on 21…
-
```
What steps will reproduce the problem?
I am using iteadstudio GBOARd with SIMCOM900 and SD.
http://iteadstudio.com/store/index.php?main_page=product_info&products_id=537
Arduino Ide 1.0.1
Simcom …
-
```
What steps will reproduce the problem?
1. if (gsm.getIMEI(imei)){
Serial.print("IMEI: ");
Serial.println(imei);
}
What is the expected output? What do you see instead?
Should outp…
-
```
Good evening
The library is use with Arduino Mini Pro 5V and SIM900, and later 3.3V and
SIM908
Actually _cell is using pin 2 and 3 [SoftwareSerial _cell(2,3)]
This work fine, but if want to ad…