Arduino +squidbee GSM shield + ethernet shield

arduinoethernetgsm

I am triying to make a webserver of the ethernet shield to send SMS messages via the squidbee GSM shield
Apparently i can't connect both the GSM shield and Ethernet Shield to the Arduino…
Is this possible? Is there any sort of pin incompatilibity i have to reroute ?
edit:
GSM shield: link
ArduinoEthernetShield: link

Best Answer

You should be able to use both of them, the GSM modlule uses some sort or serial connected to the Tx and Rx pins per the tutorials, I have seen. the ether net shield uses SPI for its comms on pins 11,12,13.