I posted this on "Project Guidance" but got no responses. I realized this might be the proper forum.
I have multiple Arduinos with sensors in various locations, communicating with APC220 RF modules. I want to connect Pachtube to all of them. My plan is to use a mega 1280 with a
to connect the W5100 and thus to my router. What I am wondering is if you can make either shield easily communicate with serial 2 instead of serial 1 so they are not trying to talk on the same port with both shields, and if so, how? I have not received either shield yet but suspect this might be an issue.
Jim
What I am wondering is if you can make either shield easily communicate with serial 2 instead of serial 1 so they are not trying to talk on the same port with both shields, and if so, how? I have not received either shield yet but suspect this might be an issue.
The Ethernet shield does not use serial at all, so this is NOT going to be an issue. It uses the SPI pins (via the 6 pin ICSP header on the bottom of the ethernet shield/top of the Mega).
What I am wondering is if you can make either shield easily communicate with serial 2 instead of serial 1 so they are not trying to talk on the same port with both shields, and if so, how? I have not received either shield yet but suspect this might be an issue.
The Ethernet shield does not use serial at all, so this is NOT going to be an issue. It uses the SPI pins (via the 6 pin ICSP header on the bottom of the ethernet shield/top of the Mega).
Thanks PaulS, this is great, this makes my project doable.