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.

Two ways to implement connectivity on an embedded system

Status
Not open for further replies.

FSio

Junior Member level 3
Joined
Nov 27, 2003
Messages
29
Helped
2
Reputation
4
Reaction score
0
Trophy points
1,281
Activity points
255
ppp source code embedded

Hi,
If you require to connect to a ISP through POTs (dial-up), then require PPP,IP,TCP......
If you require to connect to a ISP trrough xDSL, then requiere ETHERNET,IP;TCP.......
There are 2 ways to implement connectivity on a embedded system:
- Libs or code running into uC or uP.
- Stack TCP/IP (is a IC that resolves TCP/IP by mean of APIs)

According to my experience,
To the option Stack TCP/IP see:
---AD561-D/20 (c-o-n-n-e-c-t-o-n-e, has 2 choice LAN and/or DIAL-UP )

To the option LIbs or code
---Rabbit3000
 

Re: ppp/eth to embedded

Hi,
You can also implement both ppp/lcp/ipcp/ip/udp/tcp/http or ethernet/arp/icmp/tcp/udp/smtp on scenix (ubicom) microcontrollers. I can provide source code examples for this if you need.
 

or you can use linux embedded that has it all..
Bye!
 

Re: ppp/eth to embedded

wolf69,
You said tools to embedded on Linux,
which tools are? and What uC o uP support these tools?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top