We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
i want my at89c52 to be connected into the internet,i use the ucos2 RTOS ,is it possible? is there any better ways to tackle the problem? for example better RTOS,or i have to change the microcontroller? thanks!
"I want my at89c52 to be connected into the internet" Why? What exactly do you mean by, "connected into the internet?" "is it possible? is there any better ways to tackle the problem? for example better RTOS,or i have to change the microcontroller?" Certainly it is possible to do TCP/IP on an 8051 - but it will be much easier if you choose a more appropriate processor. (there are plenty of examples online - just get to work with your favourite internet search engine). It is also not necessary to have an RTOS - but it may well help your TCP/IP implementation. However, again, an RTOS on an 8051 is not generally a great idea...
http://www.keil.com/tcpip/
RFC1180 is a TCP/IP tutorial: http://www.faqs.org/rfcs/rfc1180.html