Ethernet

  • Thread starter Thread starter jemly
  • Start date Start date
J

jemly

I want to write a C# application that communicates with external
hardware using ethernet. Can anyone help me get started as I have done
some research and I don't know where to start!? Any useful web links /
books / examples would be fantastic.

Thanks.
 
Well, if that is the case, then you are going to have to use the Socket
class, or the TcpClient class to connect to the hardware and send/receive
bytes to/from it.
 
jemly said:
I want to write a C# application that communicates with external
hardware using ethernet. Can anyone help me get started as I have done
some research and I don't know where to start!? Any useful web links /
books / examples would be fantastic.

Specifically just Ethernet, and not anything on the layers above (ie: TCP, UDP)?


Chris.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top