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

Networking Api a possibly unequuelified question

Does anybody know what networking interface the 8051 use? My initial assumption would be Berkeley Sockets, but I want to be as sure as possible, and I couldn't find anything on the wiki or in previous posts.

Parents
  • The "8051" does not use any networking interface. The "8051" is a collective name for a huge number of different processors.

    At least supply a fully qualified chip name, so anyone will know if the chip in question have any networking - networking is most definitely not a standard feature of a tiny 8051 chip, even if there exists 8051 chips with ethernet support. And these chips will just have ethernet support. Next step up will be what networking library you would use - the sockets layer is not part of the hardware but the software.

Reply
  • The "8051" does not use any networking interface. The "8051" is a collective name for a huge number of different processors.

    At least supply a fully qualified chip name, so anyone will know if the chip in question have any networking - networking is most definitely not a standard feature of a tiny 8051 chip, even if there exists 8051 chips with ethernet support. And these chips will just have ethernet support. Next step up will be what networking library you would use - the sockets layer is not part of the hardware but the software.

Children