Passing data between .netMF and .netFramework

I’m planning to run two applications where one is .NET Micro Framework and the other is .Net Framework (XNA game window in this case). NETMF will run on FEZ Panda II with USB connected and XNA game window will run on PC and I want these two programs be able to talk to each other.

Does anyone know how I could transfer data between these two applications?
(If It would be possible to send objects or call functions directly, that would be perfect)

-Cheers
Piit

Setup a serial connection over USB (Look at the wiki for CDC)

Welcome to the forum.

That was fast :slight_smile:
Cheers man.

Lets not forget IP.

There is even a tutorial on setting up the connection between the Panda with the connect shield and the PC over LAN.

Uhm,