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.

can i use mcs-51 to web server

Status
Not open for further replies.

xmans

Junior Member level 1
Joined
Mar 8, 2005
Messages
17
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,390
i have project to make network test.i want to make small web server
 

u can make one, just to support one host that too at very low speed. so no point in making one.

better think of using a 16bit processor or controller

i think there r application notes (google out that topic)
all the best
 

You can do it but is better to try with an ARM7 microcontroller.
Now the cost of some arm7 microcontrollers is lower than MCS51 family, and you get more power, more peripherals, much more memory, better tools, complete operating systems, etc... for the same price.
 

you can use lpc2368.it is very good
 

You can do it but is better to try with an ARM7 microcontroller.
Now the cost of some arm7 microcontrollers is lower than MCS51 family, and you get more power, more peripherals, much more memory, better tools, complete operating systems, etc... for the same price.


can i use c language for this. if ok what program to do this
 

Arm is supported by gcc. You can use C and C++ without problems.
 

don't use mcs 51 cause your micro doesnot support ethernet, you may use ethernet module with uart comunication to your mcs 51

Added after 28 minutes:

sorry i have wrong answer
 

A web server on a uC seems impossible.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top