Qik 2s12v10 and arduino serial communication

So I know that serial communication is set up on pins 2 & 3 of the arduino. I was wondering if those pins can be reconfigured to another set. I have a wiznet wizfi210 shield that uses those sames pins for SPI communication. The document is shown here: wiznet.co.kr/UpLoad_Files/Re … Rev1.0.pdf
My wifi shield and Qik can’t share those same pins, right?
Any help or direction with this problem is greatly appreciated.

Hello.

In your email to us, you mentioned you were using an Arduino Uno, which has hardware serial on pins 0 and 1. Figure 1 of the WizFi Shield’s user’s manual indicates that pins 0 and 1 are not used at all. So, you can still use the hardware serial pins for serial communication with the qik.

In case you ever need to use more than one serial line with your Uno, it might be helpful to know about the SoftwareSerial library, which allows serial communication on other digital pins of the Arduino.

-Jon