Trying to Connect WiFi Shield to FEZ Panda II

Hi,

I need help connecting the WiFi Shield (seeedstudio.com/depot/wifi-s … th=139_141) to our FEZ Panda II.

I have the shield sitting on the Panda II and jumped D0 for WIFI_TX and D1 for WIFI_RX. In the code, I initialized the SerialPort:

var serialPort = new SerialPort(“COM1”, 9600, Parity.None, 8, StopBits.One);

After opening the port and writing to it, I can’t seem to get the shield to respond. Am I missing something?

Thanking you in advance.

Jacob

Oops never mind. The problem was in the code. Got it working now. :smiley: