Interface Ethernet Port with C++ Code

Status
Not open for further replies.

thanglong

Junior Member level 3
Joined
Oct 6, 2006
Messages
30
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,452
How can I interface ethernet port in c++ ? Can you help me please?

thanks
 

dallas semiconductor makes 8051 based micro for ethernet

i have not used or studied this component

DS80C400

**broken link removed**

i have a future ethernet project. whats the protocol from port to port ?
can you help me ?

thank you
hugo
 

do you mean ,you wont to interface microcontroller and for that you wont C++ code?

please be specific ?

and visit Network fourm.........

you have lots 0f choice of NIC RTL8019as, DS80c400,ENC28j60.........
 

Yeah, U should try to explain you problem better.

Are you trying to interface Microcontroller with PC using Ethernet ??

Or you just want to write a code in C++ to Interface your program to Ethernet port ?
 

I just want to write a code in C++ to interface my program to Ethernet Port. That's all. Thanks all for your help.
 

you need know about socket programming,

search about it!

Added after 36 seconds:
 

The Ethernet is at least 10Mb/s, so you cant connect directly the port pins to microcontroller - the processing to do the Manchester coding would be very time consuming.
An Ethernel chip that supports PHY+MAC is ENC28J60 from Microchip, but you need to write the code for LLC and TCP/IP stack. I think you can find examples on the net for this. You will connect ENC28J60 to uC through SPI interface.
So, if you want a 1 chip solution, you would better search for microcontrollers with Ethernet interface, like ARM.
 

look at, its work fine

**broken link removed**

Added after 29 minutes:

and
 

for c look at



Added after 1 minutes:

and
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…