Hello, I'm new to Arduino. I would like to connect a weatherstation(Lacrosse WS2300) using a com shield. Then I want to connect the arduino to the internet using a ethernet shield to send the weather data to a website.
My question is, is it possible to connect two shields to the arduino?
It looks like the ethernet shield ties up pins 10 through 13 (this is typical), while the RS232 shield only connects to pins 0 and 1. Both are stackable shields, so you should be able to use either one on top, presuming that there is clearance. The ethernet shield has the SD card on the bottom side, so it might interfere with the RS232 connector.
Thanks for the answers, I already have a Arduino Duemilanove and can't afford a new one @ron: may I ask what software the Davis weatherstation works with?
Or have you written the complete code yourself in Arduino?