Ping over ethernet to the FEZ cobra

hi

how can i ping to FEZ cobra board from PC over ethernet

regards

Just ping ?

Configure the IP address/DHCP using MFdeploy, connect to the network and ping teh Cobra IP from a PC.

according to this tutorial http://wiki.tinyclr.com/index.php?title=Webserver i assign a static ip to the FEZ cobra … do i need to configure same ip address in MF deploy also.

regards

You must be using something like this

NI.EnableStaticIP("192.169.0.25", "255.255.255.0", "192.169.0.1");

Could you check if the static IP, mask and Gateway address are appropriate for the network that your PC is on ?

You can set your ip from mfdeploy or code like Rajesh showed.

thanks all

Hello,

Why can I ping with the cmd but not with the MFDeploy?
MFDeploy always says [quote]Pinging… Error: No response from device[/quote]

Hi.

Does anybody know what I am doing wrong?

I cant debug with ethernet and I also cant ping with MFDeply. But I can ping with the CMD.
My Board has a static IP-adress and it is in the right subnet, because i can communicate over ethernet in my programm.

regards

You have to set:



Configuration.DebugInterface.Set(Configuration.DebugInterface.Port.Sockets1, Configuration.DebugInterface.Port.USB1);


in order to deploy and debug over the network

(Josh, whats wrong with the code tags?)

It works now.
Thanks.

You’re welcome