Shop OBEX P1 Docs P2 Docs Learn Events
Ethernet/LAN interface — Parallax Forums

Ethernet/LAN interface

ArchiverArchiver Posts: 46,084
edited 2003-12-31 17:23 in General Discussion
Hi,

I found this little interface.
http://www.embeddedethernet.com/

There is basic stamp code in the application notes section.

Has anyone used this, and does anyone know a similar
module with a serial interface (preferable I2C), because this one uses 16
I/O pins.

regards peter

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2003-12-31 17:23
    Hi,
    What I did was use two shift registers (one serial in-paralell out, one paralel
    in-serial out) for the data bus (D0..D7) and one more (serial in-paralell out)
    for the control and address bus (A0..A3, /RD, /WR, /AEN). By this form I only
    used 9 pins (3 for each register).
    A better way is to use an I2C bus expander, like the PCF8575C (16 I/O I2C bus
    expander):

    http://polysat.calpoly.edu/documents_cp2/cdh/data_sheets/mitsubishi_m62320p.pdf

    Hope this would help

    T
Sign In or Register to comment.