This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Need to get on ethernet.

Hi All,

I need to get data from my data logger which has AT89S51 and RS232 port over ehternet to server computer.

So i need to know the best way to do this RS232 data to computer via ethernet(through HUB or SWITCH).

Thank you,
rutu.

Parents
  • hi,

    if you do not know details so how may I ?
    I even do not know which interface (coaxial/wire pairs/wi-fi/BT etc) and protocol (IPX, TCP etc) are used with your ethernet and how will 8051 be connected to that module.
    If this module is "intellectual" device than it performs all transactions over ethernet itself and you just send/receive serial data with UART.
    If it is just a transceiver (interface converter) then you come to big work. I suggest you start to learn TCP stack then.

    Regards,
    Oleg

Reply
  • hi,

    if you do not know details so how may I ?
    I even do not know which interface (coaxial/wire pairs/wi-fi/BT etc) and protocol (IPX, TCP etc) are used with your ethernet and how will 8051 be connected to that module.
    If this module is "intellectual" device than it performs all transactions over ethernet itself and you just send/receive serial data with UART.
    If it is just a transceiver (interface converter) then you come to big work. I suggest you start to learn TCP stack then.

    Regards,
    Oleg

Children