TCP/IP on microcontrollers?

C

Chaos Master

Guest
Hello people

I'd like to make a simple microcontroller-based device that can be used to ping
computers in a network. As I understand it I need TCP/IP and Ethernet.

Are there uC's with TCP/IP and Ethernet built-in?

Thanks
--
Chaos MasterŽ - Posting from Brazil - MSN: Wizard_of_Yendor@hotmail.com
BRASNET: Wizard_of_Yendor at #POA, #Canoas, #XLinuxNews
Powered by Mozilla + Gravity + XChat (on Windows)/ Mozilla + Sylpheed + BitchX
(Linux)
 
Here is how it can be done on the basis of the Texas Instruments MSP430:

http://focus.ti.com/lit/an/slaa137a/slaa137a.pdf

Regards, Joerg
http://www.analogconsultants.com
 
On Sat, 1 May 2004 19:39:46 -0300, Chaos Master <myself@ig.com.br>
wrote:

Hello people

I'd like to make a simple microcontroller-based device that can be used to ping
computers in a network. As I understand it I need TCP/IP and Ethernet.

Are there uC's with TCP/IP and Ethernet built-in?

Thanks
Try Rabbit.

John
 
Chaos Master wrote:
Hello people

I'd like to make a simple microcontroller-based device that can be used to ping
computers in a network. As I understand it I need TCP/IP and Ethernet.
IIRC, you don't need the TCP part of the protocol stack. Ping uses ICMP
packets.

Are there uC's with TCP/IP and Ethernet built-in?
....and ICMP. Maybe.


--
Paul Hovnanian mailto:paul@Hovnanian.com
note to spammers: a Washington State resident
------------------------------------------------------------------
"Si hoc legere scis nimium eruditionis habes."
(If you can read this, you're overeducated.)
 
On Sat, 1 May 2004 19:39:46 -0300, Chaos Master <myself@ig.com.br> posted this:

Hello people

I'd like to make a simple microcontroller-based device that can be used to ping
computers in a network. As I understand it I need TCP/IP and Ethernet.

Are there uC's with TCP/IP and Ethernet built-in?

Thanks
Dallas Semiconductor (Maxim) has a TINI board already put together.
It's economical too.

Jim
 
Joerg bleeding:
Here is how it can be done on the basis of the Texas Instruments MSP430:

http://focus.ti.com/lit/an/slaa137a/slaa137a.pdf
The MSP430 is not hard to get here in Brazil. I will take a look at this!
Thanks!
--
Chaos MasterŽ - Posting from Brazil - MSN: Wizard_of_Yendor@hotmail.com
BRASNET: Wizard_of_Yendor at #POA, #Canoas, #XLinuxNews
Powered by Mozilla + Gravity + XChat (on Windows)/ Mozilla + Sylpheed + BitchX
(Linux)
 
John Larkin bleeding:

Try Rabbit.
Will take a look at them. Thanks!

--
Chaos MasterŽ - Posting from Brazil - MSN: Wizard_of_Yendor@hotmail.com
BRASNET: Wizard_of_Yendor at #POA, #Canoas, #XLinuxNews
Powered by Mozilla + Gravity + XChat (on Windows)/ Mozilla + Sylpheed + BitchX
(Linux)
 

Welcome to EDABoard.com

Sponsor

Back
Top