Searching \ for 'PIC > NE2000 [OT]' in subject line. ()
Make payments with PayPal - it's fast, free and secure! Help us get a faster server
FAQ page: massmind.org/techref/microchip/devices.htm?key=pic
Search entire site for: 'PIC > NE2000 [OT]'.

Truncated match.
PICList Thread
'PIC > NE2000 [OT]'
2000\05\08@091023 by jb

flavicon
face
I've seen a project on Circuit Cellar that used a microcontroller connected
directly to a NE2000 card making it network-enabled, but there were
insuffecient circuit and firmware details to build one (some of the project
was proprietary).

Does anyone have the pin/signal details for a standard NE2000-compatible
card, and perhaps the command set for setup and tx/rx? I can make my way
through the Linux drivers I find on the net (that's all the info I find
software-wise), but none of those offer detailed explanations of the
signals or commands.

JB

2000\05\08@094427 by Bond Peter_S-petbond1

flavicon
face
> I've seen a project on Circuit Cellar that used a
> microcontroller connected
> directly to a NE2000 card making it network-enabled, but there were
> insuffecient circuit and firmware details to build one (some
> of the project
> was proprietary).

Funnily, I've just been reading the same article, but I don't agree that
there are sufficient circuit & fw details there.  The version connected to
the ISA card is not proprietary; the Picoweb SMD based unit is.  Also
commercially available (for a tad more than $25, but it is a commercial
venture).

The diagram on the pdf is a bit small, but useable.

Try http://www.picoweb.net for a larger schematic (look in downloads,
breadboard schem); you'll also find a newer set of fw to download.  Haven't
had a chance to look at it yet, so can't comment.

> Does anyone have the pin/signal details for a standard
> NE2000-compatible
> card, and perhaps the command set for setup and tx/rx? I can
> make my way
> through the Linux drivers I find on the net (that's all the
> info I find
> software-wise), but none of those offer detailed explanations of the
> signals or commands.

How about http://sunsite.tut.fi/hwb/co_ISA_Tech.htm for an ISA bus tech
overview?

As for the setup, I haven't written anything for an NE2000, but the DEC
devices all had address space mapped in (in PCI space), and the setup was a
'simple' case of writing to the individual registers before setting the
device going.  (Oh, and finding out that the datasheet failed to mention
that the device comes up in it's halted state...).  The Linux drivers should
give you an adequate overview of the register accesses, just consider them
as address/data transactions across the bus.  The minimal configuration
detailed involved A0-A4, D0-D7, IORead, IOWrite and RESET all connected to
the ucontroller.  Almost everything else was tied as appropriate.
Obviously, this is a bit too much for a 16F84 as it stands - perhaps a
16F87x would be a better bet?

HTH

Peter Bond

2000\05\08@115922 by Damon Hopkins

flavicon
face
jb wrote:
>
> I've seen a project on Circuit Cellar that used a microcontroller connected
> directly to a NE2000 card making it network-enabled, but there were
> insuffecient circuit and firmware details to build one (some of the project
> was proprietary).
>
> Does anyone have the pin/signal details for a standard NE2000-compatible
> card, and perhaps the command set for setup and tx/rx? I can make my way
> through the Linux drivers I find on the net (that's all the info I find
> software-wise), but none of those offer detailed explanations of the
> signals or commands.
>
> JB

have you looked around at the RFC's they would probably have some pretty
decent protocol specs although they are a pain to track down. I once
found the a protocol specification to connect to a toaster.
http://www.cis.ohio-state.edu/hypertext/information/rfc.html

is a good place to start.

               Damon Hopkins

2000\05\08@120518 by Dr. Chris Kirtley

flavicon
face
Dear all,

This PicoWeb Server looks very nice. Can I go one further, and ask what
would be needed to add a modem so that this can be plugged into any
telephone socket?

Chris
--
Dr. Chris Kirtley MD PhD
Associate Professor
HomeCare Technologies for the 21st Century (Whitaker Foundation)
NIDRR Rehabilitation Engineering Research Center on TeleRehabilitation
Dept. of Biomedical Engineering, Pangborn 131 (office 105b)
Catholic University of America
Cardinal Station   (or 620 Michigan Ave NE)
Washington, DC 20064
Tel. 202-319-6247,  fax 202-319-4499
Email: spam_OUTkirtleyTakeThisOuTspamcua.edu
http://www.hctr.be.cua.edu/kirtley
http://www.hctr.be.cua.edu/RERC

Clinical Gait Analysis: http://hctr.be.cua.edu/cga
Send subscribe/unsubscribe to .....listprocKILLspamspam@spam@info.curtin.edu.au

2000\05\08@131049 by Wollenberg, Frank
flavicon
face
Look at national semi's website (sorry, i've lost the internet address).
There are data sheets for the original DP8390 controller and any other
chips, that has been followed. The host interface and register set are
described completely. Also look at realtek's website(http://www.realtek.com.tw),
there are controller for ISA (RT8019S, very nice!) and PCI busses. I've done
an attempt to connect their sales office to get a local dealer address, but
no reply.
Also an interesting alternative is Crystal Semi's CS8900, look at their
website.
Take a look on application notes of all three semiconductors, they are very
nice.

You may want information about internet protocols ?
Look at http://www.isi.edu/rfc-editor/catagories/rfc-standard.html for an
list of all active RFC's.
Look at http://www.faqs.org/rfcs/rfc-activeV.html for a short description.

I'm a PIC programmer for about several years, and i've also great know-how
in TCP/IP and networking technologies. If i would have more private time, i
would program a 16F876/7 to control either the RT8019S or CS8900, that's my
favourites. But sorry, work and studying are eating all of my free time.

Hope, i could help and give you some hints.

Frank

------------------------------------------
GSP Sprachtechnologie GmbH
Teltowkanalstr.1, 12247 Berlin
Tel.:  +49 (30) 769 929 - 78
Tel.:  +49 (30) 769 929 - 12

f.wollenbergspamKILLspamgsp-berlin.de
http://www.gsp-berlin.de




{Quote hidden}

2000\05\08@152130 by Damon Hopkins

flavicon
face
"Wollenberg, Frank" wrote:
>
> Look at national semi's website (sorry, i've lost the internet address).
> There are data sheets for the original DP8390 controller and any other
> chips, that has been followed. The host interface and register set are
> described completely. Also look at realtek's website(http://www.realtek.com.tw),
> there are controller for ISA (RT8019S, very nice!) and PCI busses. I've done
> an attempt to connect their sales office to get a local dealer address, but
> no reply.
> Also an interesting alternative is Crystal Semi's CS8900, look at their
> website.
> Take a look on application notes of all three semiconductors, they are very
> nice.
>
> You may want information about internet protocols ?
> Look at http://www.isi.edu/rfc-editor/catagories/rfc-standard.html for an
> list of all active RFC's.
> Look at http://www.faqs.org/rfcs/rfc-activeV.html for a short description.

http://www.national.com/ds/DP/DP83840A.pdf

2000\05\09@043026 by Bond Peter_S-petbond1

flavicon
face
Chris Kirtley wrote:

> This PicoWeb Server looks very nice. Can I go one further,
> and ask what
> would be needed to add a modem so that this can be plugged into any
> telephone socket?

Hardware-wise, nothing - there is a serial port.
Or do you mean an on-board modem?

More... (looser matching)
- Last day of these posts
- In 2000 , 2001 only
- Today
- New search...