GPRS + GPS Tracker

Hi!

My project is to make a GPS tracker, that uploads its data to an internet server.

I'm using the Adafruit GPS Ultimate Logging Shield, and the Seeed Studio GPRS Shield V2. with the Arduino Uno R3.
They both use different pins, I checked, but currently I'm using the serial monitor to talk to the Arduino.
And that's on the same pins for both - will it still work?

And I've only tested them separately, how do I program for both shields in one sketch?

There is only one serial monitor so both sketches are displaying it to the same monitor. They will share it.

N0nny:
And I've only tested them separately, how do I program for both shields in one sketch?

Have you looked at Demonstration code for several things at the same time - Project Guidance - Arduino Forum It explains how to write a sketch that does several things at once.

Thank you,

I'll read that!