Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/01/07 09:59
Read: times


 
#131869 - RTFM
Responding to: ???'s previous message
Ganeshprasanna M K said:
how do i go about programming rtl8091 using 8051.

The 8051 is irrelevant here - the RTL8091 (whatever that might be) works the ways it works irrespective of whether it's connected to an 8051, an ARM, in a PC card, or anything else!

So the real question is:
how do i go about programming rtl8091.
and that will be answered by reading the RTL8091 Datasheet.
You should also refer to the manufacturer's site for other supporting information, such as Application Notes, examples, etc...

If you have specific questions, post a link to the document in question and describe your issue.

how do i configure it to just initilize the NIC and send ETHERNET/IP/UDP

Ethernet is the lowest layer - the physical signalling on the wire;
IP is a higher-level protocol that can make use of ethernet;
UDP is a yet higher-level protocol that uses IP.

That's why we speak of a protocol "Stack" - because all thes layers are "stacked" up, one upon another.

Writing a protocol stack is a non-trivial exercise - you have some serious study to do here!



List of 29 messages in thread
TopicAuthorDate
Ethernet Connectivity with 8051            01/01/70 00:00      
   Ethernet boards            01/01/70 00:00      
   If you want to ease your design            01/01/70 00:00      
   SiLabs CP2200            01/01/70 00:00      
      thnks            01/01/70 00:00      
         All UDP is in the stack.            01/01/70 00:00      
         Try..            01/01/70 00:00      
            Clickable Links            01/01/70 00:00      
   help!!!!!!!!!!!!!!!!!!1            01/01/70 00:00      
      Network Layers            01/01/70 00:00      
      Help???????????????            01/01/70 00:00      
   SILabs gives you the code            01/01/70 00:00      
   8051 and ethernet....            01/01/70 00:00      
   Finding Nemo!            01/01/70 00:00      
   help....programming rtl8019??            01/01/70 00:00      
      RTFM            01/01/70 00:00      
      help on interfacing rtl8091 with p89v51rd2            01/01/70 00:00      
   can i go around this way????            01/01/70 00:00      
      Waaaaaaaaaaaaaaaaaaaaaaaaaaaaaaay too simplistic!!            01/01/70 00:00      
         CMX at three grand a pop            01/01/70 00:00      
            correct and            01/01/70 00:00      
   why complicate stuff???KISS=keep it simple stupid            01/01/70 00:00      
      Try this as already suggested CD220x            01/01/70 00:00      
         Clickable            01/01/70 00:00      
      But some things are just not simple!            01/01/70 00:00      
         thnks a lot..andy            01/01/70 00:00      
            tutorial            01/01/70 00:00      
               awesome suggestion            01/01/70 00:00      
                  why didn't you look there in the first place?            01/01/70 00:00      

Back to Subject List