ethernet chip

This forum is for posts that might be considered off-topic but that may be useful or interesting to members. Examples include posts about electronics or programming in general, other microcontrollers or interesting devices, useful websites, etc.
Post Reply
dlh
Posts: 395
Joined: 15 December 2006, 12:12 PM
Location: ~Cincinnati

ethernet chip

Post by dlh »

Tibbo uses the Davicom DM9000A ethernet chip in some of their serial device servers. The Davicom chip is +5V tolerant and has an 8 or 16 bit parallel data bus. In 8-bit mode, there are 5 GPIO pins. It interfaces to an external EEPROM for storing MAC, etc. It looks like it might be a good candidate for providing ZBasic chips with a low-level ethernet interface. Here are links to an application note and to the datasheet.I have not found a source, however.
stevech
Posts: 715
Joined: 22 February 2006, 20:56 PM

Post by stevech »

I've used and prefer these

WizNet 811MJ
ConnectOne WiFi

My idea is that these modules must off-load IEEE 802.3, IP, TCP, ICMP, ARP. And as in the case of ConnectOne, offload most of the popular high level protocols like FTP, SMTP, SNMP, BSD Sockets. An attached micro (like a ZX) can talk to the ConnectOne via high speed UART serial and do all of these.
Post Reply