Hello,
I use a GSM / GPRS Sield SIM900 like this on : GeekOnFire GSM/GPRS Shield — MCHobby - Wiki
I use it With a Arduino Mega 2560
To connect my Sield to ArduinoMega 2560, I used this link: http://www.elecfreaks.com/wiki/index.php?title=EFcom/GPRS_Shield_Guide
With this definition for the library softwareSerial :
/ / SoftwareSerial mySerial (RX, TX)
~~ / / SoftwareSerial mySerial (50, 8 ) / / old on OK TOO~~
SoftwareSerial mySerial (50, 51) / / OK the best for my Mega
All works well, but with the same configuration I want to test the library GSM.h
I can't find how to connect it, or jumper settings, CAUTION: Always with Mega 2560
How should I do this ?
Thanks for answers ,
Henry