-
```
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…
-
```
can this library implemented for websocket connection?
```
Original issue reported on code.google.com by `zidmubar...@gmail.com` on 13 Jun 2013 at 9:40
-
```
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)
…
-
```
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…
-
```
1. On Arduino 1.0.4, open the Library_Client example the is distributed with
the package.
2. Configure the service provider GPRS details.
3. Upload the sketch to Arduino Duemilanove and watch the…
-
```
hi. can anyone help me how to code arduino atmega168 with GSM Shield on how to
receive SMS first and then send back to any sender?
```
Original issue reported on code.google.com by `norul...@gm…
-
```
What steps will reproduce the problem?
i want to control led throught sms when i send sms pompeon led should turn on
and when i send sms pompeoff led should turn off and when led turn off PIR
se…
-
```
Add GPRS functions:
-Set APN, user and password
-Start/Stop GPRS connection
-Take IP
-Start/Close TCP connection (Client side)
-Start/Close TCP connection (Server side)
```
Original issue report…