Export to GitHub

gsm-shield-arduino - issue #53

Leonardo Serial1


Posted on Jan 11, 2013 by Helpful Panda

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 Giraffe

Sorry but this library it is developed only for Futurashop/Open-electronics shields. Marco

Comment #2

Posted on Jan 14, 2013 by Helpful Panda

Comment deleted

Comment #3

Posted on Jan 14, 2013 by Helpful Panda

Ok, 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 Giraffe

Unfortunately 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 Giraffe

To 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 :)

Attachments

Comment #6

Posted on Jul 6, 2013 by Massive Giraffe

This issue section is not longer supported. Please check the support page www.gsmlib.org

Status: Fixed

Labels:
Type-Defect Priority-Medium