-
```
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…
-
```
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…
-
```
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
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
I am using the open-el…
-
```
can anyone tell me do i need external power for gsm shield sim 900? if yes then
how much ?
```
Original issue reported on code.google.com by `veezo201...@gmail.com` on 14 May 2012 at 6:16
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
I am using the open-el…
-
```
can anyone tell me do i need external power for gsm shield sim 900? if yes then
how much ?
```
Original issue reported on code.google.com by `veezo201...@gmail.com` on 14 May 2012 at 6:16
-
```
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)
…
-
```
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…