EmbeddedRelated.com
Forums

Need help with my Ethernet-MCU project

Started by zalzon February 13, 2005
Hi,
    i am still working on my ethernet-mcu project.  I have got a
Realtek 8019 ISA ethernet card and plan to connect it to a Pic mcu.  I
hope to operate the isa card in 8 bit mode.  

The problem is I don't understand how the ISA card works.  All I want
to do is read data from the data ports.  But there is a whole
rigmarole associated with that (raising this pin high, putting that
pin low..etc) before any eading can be done.  Or at least that's the
way it seems to me having read isa related documents and pinout
diagrams on the internet.

Does someone have a simple explaination of how to get data off the isa
card in 8 bit mode?  What is the procedure involved to read data from
the ports.  

Something that does not involve wading through a ton of documents
(which i have just completed with little to show for) would be much
appreciated.

Thanks
"zalzon" <zalzonishappy@zalll.com> wrote

> i am still working on my ethernet-mcu project. I have got a > Realtek 8019 ISA ethernet card and plan to connect it to a Pic mcu. I > hope to operate the isa card in 8 bit mode. >
ISA card in this instance is "IBM/PC-AT compatible card" - Industry Standard Architecture? PIC as in Microchip 16C54 or some such? This seems a bit of an odd choice for hooking up to a PIC. The ISA specification can be found in the IBM-AT Technical Reference Manual. Your card may or may not have an '8-bit mode': most ISA cards (with 2 sets of connector fingers) won't work in an XT architecture, though XT cards will work in an AT (except when you _really_ need them to. You can also find the information in numerous third party PC reference books, shouldn't have to pay more than $0.50 for a ~20 year old book.
> Something that does not involve wading through a ton of documents > (which i have just completed with little to show for) would be much > appreciated.
Nothing worth having comes without sweat. -- Nicholas O. Lindan, Cleveland, Ohio Consulting Engineer: Electronics; Informatics; Photonics. To reply, remove spaces: n o lindan at ix . netcom . com psst.. want to buy an f-stop timer? nolindan.com/da/fstop/

zalzon wrote:

> Hi, > i am still working on my ethernet-mcu project. I have got a > Realtek 8019 ISA ethernet card and plan to connect it to a Pic mcu. I > hope to operate the isa card in 8 bit mode. > > The problem is I don't understand how the ISA card works. All I want > to do is read data from the data ports. But there is a whole > rigmarole associated with that (raising this pin high, putting that > pin low..etc) before any eading can be done. Or at least that's the > way it seems to me having read isa related documents and pinout > diagrams on the internet. > > Does someone have a simple explaination of how to get data off the isa > card in 8 bit mode? What is the procedure involved to read data from > the ports. > > Something that does not involve wading through a ton of documents > (which i have just completed with little to show for) would be much > appreciated. > > Thanks
Or search for other people who did the same thing. I have seen projects talking to ISA cards with the 8052 and AVR. Try a little goggleing
two of many ISA 8019 ethernet card used by a PIC &#4294967295;C......google is your 
friend, look at their code.

http://picnic.sourceforge.net/
http://jmandon.free.fr/ in French


"Neil Kurzman" <nsk@mail.asb.com> schrieb im Newsbeitrag 
news:4210054C.D4272330@mail.asb.com...
> > > zalzon wrote: > >> Hi, >> i am still working on my ethernet-mcu project. I have got a >> Realtek 8019 ISA ethernet card and plan to connect it to a Pic mcu. I >> hope to operate the isa card in 8 bit mode. >> >> The problem is I don't understand how the ISA card works. All I want >> to do is read data from the data ports. But there is a whole >> rigmarole associated with that (raising this pin high, putting that >> pin low..etc) before any eading can be done. Or at least that's the >> way it seems to me having read isa related documents and pinout >> diagrams on the internet. >> >> Does someone have a simple explaination of how to get data off the isa >> card in 8 bit mode? What is the procedure involved to read data from >> the ports. >> >> Something that does not involve wading through a ton of documents >> (which i have just completed with little to show for) would be much >> appreciated. >> >> Thanks > > Or search for other people who did the same thing. > > I have seen projects talking to ISA cards with the 8052 and AVR. Try a > little goggleing > >