<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.5730.11" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>&gt;&nbsp;I assume that the relevant application requires some non-trivial 
CPU power. I would </DIV>
<DIV>&gt;&nbsp;exclude e.g. a 486-based systems. </DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm not sure that's the case.&nbsp; The industry 
has gone in the direction of throwing lots of silicon at a problem, often as an 
excuse for poorly written code, sometimes in an interpreted language.&nbsp; 
There are a number of high integration CPUs out there that I suspect could do 
this sort of thing.&nbsp; I develop device controllers for a variety of industry 
needs.&nbsp; They tend to have Ethernet, RS-232, sometimes 1 Mb/s synchronous 
communication. G711, quarter VGA color LCD with touchscreen and control loops 
running at about a 1 ms rate.&nbsp; The entire code takes less than 256K in 
C.&nbsp; My choice of processor is the DStni Ex (made by Lantronix and sold by 
Grid Connect) which is a high integration, high speed 186 core with two 10/100 
Ethernet Ports and 256K of RAM on it in addition to the usual assortment of 
other stuff.&nbsp; The above required platform adds three support chips (one 
being the LCD controller).&nbsp; The CPU can run over 100 MHz.&nbsp; Memory 
accesses take one clock and typical instructions take two or three.&nbsp; Cost 
is in the $10 to $20 range for the chip and power consumption is around 1 W (the 
LCD backlight takes more than that!)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'm sure there are several other comparable 
platforms out there, such as by Digi International.&nbsp; The Geode is a good 
candidate as are some VIA chips, if one wants to use protected mode x86.&nbsp; 
The biggest thing for this is don't even consider Intel.&nbsp; For most of their 
life they have not provided cutting edge solutions for embedded use.&nbsp; Most 
of their stuff consumes too much power.&nbsp; And most importantly, they are 
targeting the very volatile, short lived PC market.&nbsp; By the time you get an 
embedded design up and running and reach market penetration, you won't be able 
to buy the chip any more.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Wilton</FONT></DIV>
<DIV>&nbsp;</DIV></BODY></HTML>