Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

18F452 and RT8019. Is it ok for TCP/IP comunications?

Status
Not open for further replies.

sraiderk

Member level 1
Joined
Mar 9, 2005
Messages
39
Helped
11
Reputation
22
Reaction score
1
Trophy points
1,288
Activity points
1,591
tcpip stack for 18f452

I want to comunicate my pc with TCP/IP protocols. My hardware will contain 18F452 and RT8019. Is it ok for TCP/IP comunications?

I ask this question because, I have had alot of information onthe pic. RS232 is not enough to tranfer this information(baud:115200). So, I decided to transfer these with TCP/IP.
 

18f452 ethernet source code

Sure you can. I suggest you to search the information about PIC16F877 with Realtek 8019AS microcntroller.

www. edtp.com --> PIC16F877 and PIC18F452 with Realtek and other Ethernet controller.

www.microchip.com

and adam dunkel TCP/IP stack (Open source) .

The PIC16F877 and PIC18F452 is pin compatible. Therefore it is easy to modified the source code.
 

realteck rt8019 lan drivers

yes, you are right

www.ccs.com is correct adress for microcontroller and TCP/IP
 

    sraiderk

    Points: 2
    Helpful Answer Positive Rating
an937 schematic microchip

I would use a 18F6720. It has 128K of rom and 3840 bytes of ram. Comes in a 64pin TQFP package so is about the same size, but you could implement a 16 bit interface and have more ram for a buffer.
 

18f452 tcp/ip kontrol

Where can you source the RT8019? This is my biggest problem, finding the MAC/PHY!
 

ccs tcp/ip example 12

jdhar said:
Where can you source the RT8019? This is my biggest problem, finding the MAC/PHY!

If you are mean to get the driver information of RTL8019, here below

AN475: DP8390 Network Interface Controller: An Introductory Guide DP8390D/NS32490D NIC Network Interface Controller
AN874: Writing Driver for the DP8390 NIC Family of Ethernet Controllers
AN886: The Operation of the FIFO in the DP8390, DP83901, DP83902, and DP83905
AN937: Loopback Diagnostics Using the DP8390/901/905

Search at google first, if still get it tell me.

And, we are defining the MAC address at the TCP/IP stack at link layer. Go study the TCP/IP stack for your understanding.
 

18f452 purchase

I didn't mean where can I get driver information.. I meant where can I physically buy the part. I find that it's a hard part to find, and I cannot buy it in small quantities.
 

16bit rtl8019 driver

jdhar said:
I didn't mean where can I get driver information.. I meant where can I physically buy the part. I find that it's a hard part to find, and I cannot buy it in small quantities.

You can contact the Realtek company. And, I suggest you should take the RTL8019AS from the old NIC card. But it need some equipment to deal with it.
 

rt8019

You can also buy the RTL8019AS from Futurlec (www.futurlec.com) at USD3.90 each. (p.s. I am NOT affiliated with the above company in any way).
 

tcp open 18f

If you want to buy a single chip I can recommend www.voti.nl
The chip costs almost 10 euro (9.37 to be exact) but you can purchase a single chip if you want.
 

18f452

it can be done

indeed, I have done it before, and it's work!
I use CCS PIC-C to code it.

I use TCP/IP Lean as my reference book.


Actually I bought 2 TCP/IP Lean by mistake. :( I want to sell one.
 

tcpip para 18f452

Microchip did offer you their free TCP/IP stack. Now the C18 compiler is offered as Student Edition and you could use it after expire of 60 days try period.

Added after 59 seconds:

Also check their demo board. You can find the schematic in the user's guide.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top