-
```
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 …
-
```
The GBoard (http://imall.iteadstudio.com/im120411004.html) needs the GSM_ON
configured as OUTPUT.
Adding of another #define GSM_ON_OUTPUT which switches the PIN to OUTPUT would
be nice:
pinM…
-
```
What steps will reproduce the problem?
1. I download the gsm-shield files
2. Add the library
3. I put in my sim card.
4. Add external 9v battery.
3. I go on to try GSM_GPRSLibrary_SMS example.
Wh…
-
```
Hello, thanks for this library. show
Please, I'm using the example GSM_GPRSLibrary_SMS.ino and a GPRS card
(http://www.elecfreaks.com/wiki/index.php?title=EFCom_GPRS/GSM_Shield).
- Arduino Uno a…
-
```
What steps will reproduce the problem?
1. extend the library with int InetGSM::connectUDP(const char* server, int
port) {...}
2. use the body of function connectTCP(const char* server, int port)
…
-
```
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. I download the gsm-shield files
2. Add the library
3. I put in my sim card.
4. Add external 9v battery.
3. I go on to try GSM_GPRSLibrary_SMS example.
Wh…
-
```
Hello, thanks for this library. show
Please, I'm using the example GSM_GPRSLibrary_SMS.ino and a GPRS card
(http://www.elecfreaks.com/wiki/index.php?title=EFCom_GPRS/GSM_Shield).
- Arduino Uno a…
-
```
What steps will reproduce the problem?
I am using the code of the GSM_GPRSLibrarySMS. The called function is:
gsm.readSMS(smsbuffer, 160, n, 20)
One function call will need exactly 10s which caus…