Hi,
I try to get the GSM-Shield run with Leonardo and Go-Between Shield with mapped pin 4/5 to Leonardo Pin 0/1 to use Serial1 instead of SoftSerial. Define MEGA does not help, and my skills are not that good to debug the library...
P.S. I can use 115200 on both, GSM (Serial1) and USB (Serial) directly without problems. But i would like the comfort of using the library... and full speed Serial...
Any hints?
Comment #1
Posted on Jan 14, 2013 by Massive GiraffeSorry but this library it is developed only for Futurashop/Open-electronics shields. Marco
Comment #2
Posted on Jan 14, 2013 by Helpful PandaComment deleted
Comment #3
Posted on Jan 14, 2013 by Helpful PandaOk, that's fair. If I change to the Open-Electronics Shield: Does the Library run on Leonardo on Serial1 Pin D0/D1?
Comment #4
Posted on Jan 14, 2013 by Massive GiraffeUnfortunately I don't know Leonardo. I'm sure that it works with Open-Eletcronics Shield and Arduino. But if Leonardo shield is 100% compatible with Arduino Uno. Yes It will work. Marco
Comment #5
Posted on Mar 9, 2013 by Massive GiraffeTo use this lib with Leonardo follow these two steps:
1) Change in GSM.cpp the pin for communication
define _GSM_TXPIN_ 10
define _GSM_RXPIN_ 11
2) Connect manually the serial pins of the shield (central pin of the strip with SW-HW) to the pin 10 and 11. Looking the shield the pin of the left strip to the 10 of Leonardo and the pin of the right strip to the 11 of Leonardo.
CHECK THE PHOTOS
now upload and use it :)
- 2013-03-09 14.43.00.jpg 1.46MB
- 2013-03-09 14.38.48.jpg 1.42MB
Comment #6
Posted on Jul 6, 2013 by Massive GiraffeThis issue section is not longer supported. Please check the support page www.gsmlib.org
Status: Fixed
Labels:
Type-Defect
Priority-Medium