-
```
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…
-
```
What steps will reproduce the problem?
1. Problem with the function CallStatus
What is the expected output? What do you see instead?
When i call the function it didn't see the incoming call and …
-
```
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 get this error when including GSM and softwareSerial Library on my
sketchbook, could someone fix my problem?
SoftwareSerial/SoftwareSerial.cpp.o: In function `__vector_3':
/Applications/Arduin…
-
```
What steps will reproduce the problem?
1. Upload GSM_GPRSLibrary_SMS.ino and change the phone number together with the
country code
2. Change the TxRx pins on my shield to pin 2&3 which stated in…
-
```
Existing Phonebook methods:
char GetPhoneNumber(byte position, char *phone_number);
char WritePhoneNumber(byte position, char *phone_number);
char DelPhoneNumber(byte position);
char ComparePhoneN…
-
```
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. Using Arduino Uno and the following shield
http://www.dfrobot.com/wiki/index.php/GPS/GPRS/GSM_Module_V3.0_(SKU:TEL0051)#How
_to_drive_the_GPS_Mode_via_Ard…