GSM SHIELD WITH MEGA 2560

How to connect the two target ?

I'am use this V.

try this

  1. when i plus 5V can not work >>> 9V it's work (with Arduino Uno)
  2. (gsm.begin(19200)) set baud rate =19200

and so now i'am trying connect with Arduino mega 2560. can't

=( =( =(

The solution, following this steps

Thats the problem the mega2560 has a different socket/pinout arrangement and the GSM shield is incompatible.

Hello,
I found the solution here:
http://www.elecfreaks.com/wiki/index.php?title=EFcom/GPRS_Shield_Guide

//SoftwareSerial mySerial(RX, TX)
//SoftwareSerial mySerial(50, 8); //OK
SoftwareSerial mySerial(50, 51); //OK

Henri

thank you so much