Thread: ethernet

  1. #1
    Registered User
    Join Date
    Nov 2003
    Posts
    183

    ethernet

    Hello .
    I know how to send message for an full duplex ethernet with an AVR micro controller but the ethernet uses UDP/IP .
    my question is :
    is it possible to use TCP/IP ? I mean , can micro controller recieves ACKs in ethernet speed ?
    if possible can you plz tell me
    which of AVRs ?
    what is the frequency &....

    thank you

  2. #2
    Senior Member joshdick's Avatar
    Join Date
    Nov 2002
    Location
    Phildelphia, PA
    Posts
    1,146
    Quote Originally Posted by arian
    what is the frequency
    If -KEN- answers that, I'm going to laugh long and hard

  3. #3
    Registered User
    Join Date
    Nov 2003
    Posts
    183
    I mean the 'X' Hz that the micro should work with

  4. #4
    * Death to Visual Basic * Devil Panther's Avatar
    Join Date
    Aug 2001
    Posts
    768
    wtf are you talking about???

    do you even know the difference between the layers of tcp/ip??? do you even know how it works??!?!?!?!?!?!?
    "I don't suffer from insanity but enjoy every minute of it" - Edgar Allen Poe

    http://www.Bloodware.net - Developing free software for the community.

  5. #5
    Registered User
    Join Date
    Nov 2003
    Posts
    183
    yes I know .
    my problem is : if AVRs can recieve data fom ethernet or not

  6. #6
    Registered User
    Join Date
    Jan 2005
    Posts
    847
    Well I don't know about the device you mentioned but if you can send/receive UDP with it you should be able to send/receive tcp/ip as these are just protocols on the same layer of the OSI model.

  7. #7
    Registered User
    Join Date
    Nov 2003
    Posts
    183
    tnx .
    I haven't problem with software and UDP & TCP.
    my problem is the hardware .
    I dont know if it can do what I want or not...

  8. #8
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    I think you need to have a good long read of all the resources which are available at http://www.avrfreaks.com/
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  9. #9
    Registered User
    Join Date
    Nov 2003
    Posts
    183
    thanks .
    I will .

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to Write a Program in C to detect the Ethernet Cable?
    By christyyim in forum C Programming
    Replies: 1
    Last Post: 03-11-2009, 04:12 AM
  2. a program for ethernet
    By arian in forum C++ Programming
    Replies: 3
    Last Post: 05-02-2005, 04:30 AM
  3. Sony VAIO ethernet connection troubles
    By ZakkWylde969 in forum Tech Board
    Replies: 9
    Last Post: 08-29-2004, 08:44 AM
  4. Sending data to an ethernet port
    By Patman in forum C Programming
    Replies: 1
    Last Post: 08-04-2004, 07:37 PM
  5. Ethernet To Ethernet
    By tyler4588 in forum Tech Board
    Replies: 6
    Last Post: 07-29-2003, 07:35 AM