How to connect the two target ?
I'am use this V.
try this
- when i plus 5V can not work >>> 9V it's work (with Arduino Uno)
- (gsm.begin(19200)) set baud rate =19200
and so now i'am trying connect with Arduino mega 2560. can't
=( =( =(
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