C carmen Jul 7, 2005 #1 I need to connect my windowsCE application via Ethernet with a computer. Has VS.NET 2003 C# classes to do this? Thank you
I need to connect my windowsCE application via Ethernet with a computer. Has VS.NET 2003 C# classes to do this? Thank you
G Guest Jul 7, 2005 #2 Simply plug in the ethernet cable. The driver will handle the connection. If you need to pass data to another PC on the network, then sockets are an option, and there are plenty of samples on the web. -Chris
Simply plug in the ethernet cable. The driver will handle the connection. If you need to pass data to another PC on the network, then sockets are an option, and there are plenty of samples on the web. -Chris