The button control is used to display a push button. the push button may be a submit button or a command button. by default this control is a submit button.
Wednesday, May 31, 2017
Text Box Control in ASP.NET
The text box control enables the users to enter text. by default, the text mode of text box is single line, but you can modify the behavior of text box by setting the text mode to password or multi line.
How to Implement CSS Sheet in HTML Web Page
<link href="name of sheet.css" rel="stylesheet" type="text/css" />
Button Properties in HTML Page
<asp:Button ID="Button2" runat="server" Text="About Doctors"
BackColor="#009933" Font-Bold="True" Font-Size="X-Large" ForeColor="#CC99FF"
Height="35px" onclick="Button2_Click" />
BackColor="#009933" Font-Bold="True" Font-Size="X-Large" ForeColor="#CC99FF"
Height="35px" onclick="Button2_Click" />
Font Properties in HTML Page
<b style="font-family: 'Arial Black'; font-size: large; font-style: italic; color: #0000FF; text-decoration: blink;">SHERIDAM MEMORIAL HOSPITAL</b>
Embedded c-kit Programming code in HTML
<html><head><title>EmBlitz - Embedded kit Bangalore India</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/JavaScript">
<!--
function mmLoadMenus() {
if (window.mm_menu_1013154858_0) return;
window.mm_menu_1013154858_0 = new Menu("root",122,16,"Verdana, Arial, Helvetica, sans-serif",10,"#545454","#000000","#E0E0E0","#E0E0E0","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
mm_menu_1013154858_0.addMenuItem("Company Profile","window.open('companyprofile.html', '_self');");
mm_menu_1013154858_0.addMenuItem("Executive Profile","window.open('executiveprofile.html', '_self');");
mm_menu_1013154858_0.addMenuItem("Technical Profile","window.open('technicalprofile.html', '_self');");
mm_menu_1013154858_0.fontWeight="bold";
mm_menu_1013154858_0.hideOnMouseOut=true;
mm_menu_1013154858_0.bgColor='#FFFFFF';
mm_menu_1013154858_0.menuBorder=1;
mm_menu_1013154858_0.menuLiteBgColor='#FFFFFF';
mm_menu_1013154858_0.menuBorderBgColor='#FFFFFF';
mm_menu_1013154858_0.writeMenus();
} // mmLoadMenus()
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<script language="JavaScript" src="embedded-c-kit_files/mm_menu.js"></script>
<style type="text/css">
<!--
.style18 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
<!--a:link {text-decoration: none; color: 000000}
a:visited {text-decoration: none; color: 000000}
a:hover {text-decoration: underline; color: 006699}
a:active {text-decoration: none; color: 000000}
.style19 { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #545252;
}
.style26 {font-family: Verdana;
color: #545252;
}
.style21 {color: #545252}
.style16 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.style46 {font-weight: bold; color: #000000; }
.style5 {color: #f90;
font-weight: bold;
}
.style50 {font-weight: bold; color: #545252; }
.style7 {color: #660066; font-weight: bold; }
.style7 {font-weight: bold}
.style47 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #545252; font-weight: bold; }
.style52 {font-family: Verdana}
.style56 {color: #000000}
.style57 {font-size: 10px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;}
.style58 {color: #000000; font-family: Verdana; }
-->
</style></head><body leftmargin="0" topmargin="0" onload="MM_preloadImages('emblitz_images/rollover_home.jpg','emblitz_images/rollover_site_map.jpg','emblitz_images/rollover_embedded.jpg','emblitz_images/rollover_products.jpg','emblitz_images/rollover_projects.jpg','emblitz_images/rollover_online-training.jpg','emblitz_images/rollover_career.jpg','emblitz_images/rollover_chat.jpg','emblitz_images/rollover_contact.jpg','emblitz_images/about_us_rollover.jpg','emblitz_images/kit_rollover.jpg','emblitz_images/online_training_rollover.jpg','emblitz_images/classroom_rollover.jpg','emblitz_images/partnership_rollover.jpg','emblitz_images/faq_rollover.jpg','emblitz_images/support_rollover.jpg','emblitz_images/rollover_clientlist.jpg','emblitz_images/rollover_online-query.jpg','photo_gallery/roll_photogallery.jpg')" background="embedded-c-kit_files/back1.jpg" marginheight="0" marginwidth="0">
<script language="JavaScript1.2">mmLoadMenus();</script><span id="menuContainer"><div id="menuLayer0" style="position: absolute; z-index: 1; left: -300px; top: -300px; visibility: hidden; color: rgb(255, 255, 255); background-color: rgb(255, 255, 255); width: 126px; height: 54px;">
<div id="menuLite0" style="position: absolute; z-index: 1; left: 1px; top: 1px; height: 52px; width: 124px; background-color: rgb(255, 255, 255);" onmouseout="mouseoutMenu();">
<div id="menuFg0" style="position: absolute; left: 1px; top: 1px; height: 51px; width: 123px; background-color: rgb(255, 255, 255);">
<div id="menuItem0" style="position: absolute; left: 0px; top: 0px; font-family: Verdana,Arial,Helvetica,sans-serif; font-weight: bold; font-size: 10px; width: 122px; height: 16px; background-color: rgb(224, 224, 224); visibility: inherit;"><div id="menuItemText0" style="position: absolute; left: 4px; top: 2px; color: rgb(84, 84, 84);">Company Profile </div>
<div id="menuItemHilite0" style="position: absolute; left: 4px; top: 2px; color: rgb(0, 0, 0); visibility: hidden;">Company Profile </div></div><div id="menuItem1" style="position: absolute; left: 0px; top: 17px; font-family: Verdana,Arial,Helvetica,sans-serif; font-weight: bold; font-size: 10px; width: 122px; height: 16px; background-color: rgb(224, 224, 224); visibility: inherit;"><div id="menuItemText1" style="position: absolute; left: 4px; top: 2px; color: rgb(84, 84, 84);">Executive Profile </div>
<div id="menuItemHilite1" style="position: absolute; left: 4px; top: 2px; color: rgb(0, 0, 0); visibility: hidden;">Executive Profile </div></div><div id="menuItem2" style="position: absolute; left: 0px; top: 34px; font-family: Verdana,Arial,Helvetica,sans-serif; font-weight: bold; font-size: 10px; width: 122px; height: 16px; background-color: rgb(224, 224, 224); visibility: inherit;"><div id="menuItemText2" style="position: absolute; left: 4px; top: 2px; color: rgb(84, 84, 84);">Technical Profile </div>
<div id="menuItemHilite2" style="position: absolute; left: 4px; top: 2px; color: rgb(0, 0, 0); visibility: hidden;">Technical Profile </div></div> <div id="focusItem0" style="position: absolute; left: 0px; top: -30px;" onclick="onMenuItemAction(null,this);"> </div>
</div>
</div>
</div>
</span>
<!-- ImageReady Slices (inner.psd) -->
<table border="0" cellpadding="0" cellspacing="0" width="1000">
<tbody><tr valign="top">
<td width="122"> </td>
<td><table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" width="750">
<tbody><tr>
<td colspan="4"> <img src="embedded-c-kit_files/inner_01.jpg" alt="" height="139" width="192"></td>
<td colspan="5"> <img src="embedded-c-kit_files/inner_02.jpg" alt="" height="139" width="331"></td>
<td colspan="4" background="embedded-c-kit_files/inner_03.jpg" valign="top"><br>
<table align="center" border="0" cellpadding="1" cellspacing="1">
<tbody><tr>
<td><a href="http://emblitz.com/index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image81','','emblitz_images/rollover_home.jpg',1)"><img src="embedded-c-kit_files/home.jpg" name="Image81" border="0" height="19" width="52"></a></td>
<td><a href="http://emblitz.com/photo_gallery.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image49','','photo_gallery/roll_photogallery.jpg',1)"><img src="embedded-c-kit_files/photogallery.jpg" name="Image49" border="0" height="17" width="82"></a></td>
<td><a href="http://emblitz.com/sitemap.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image82','','emblitz_images/rollover_site_map.jpg',1)"><img src="embedded-c-kit_files/site_map.jpg" name="Image82" border="0" height="15" width="64"></a></td>
</tr>
</tbody></table></td>
</tr>
<tr>
<td colspan="3"> <a href="http://emblitz.com/embedded.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image83','','emblitz_images/rollover_embedded.jpg',1)"><img src="embedded-c-kit_files/index_04.jpg" name="Image83" border="0" height="18" width="169"></a></td>
<td colspan="2"> <a href="http://emblitz.com/products.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image84','','emblitz_images/rollover_products.jpg',1)"><img src="embedded-c-kit_files/index_05.jpg" name="Image84" border="0" height="18" width="145"></a></td>
<td> <a href="http://emblitz.com/projects.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image85','','emblitz_images/rollover_projects.jpg',1)"><img src="embedded-c-kit_files/index_06.jpg" name="Image85" border="0" height="18" width="81"></a></td>
<td colspan="2"> <a href="http://emblitz.com/online_training.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image86','','emblitz_images/rollover_online-training.jpg',1)"><img src="embedded-c-kit_files/index_07.jpg" name="Image86" border="0" height="18" width="117"></a></td>
<td colspan="2"> <a href="http://emblitz.com/career.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image87','','emblitz_images/rollover_career.jpg',1)"><img src="embedded-c-kit_files/index_08.jpg" name="Image87" border="0" height="18" width="77"></a></td>
<td> <a href="http://emblitz.com/online_chat.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image88','','emblitz_images/rollover_chat.jpg',1)"><img src="embedded-c-kit_files/index_09.jpg" name="Image88" border="0" height="18" width="90"></a></td>
<td colspan="2"> <a href="http://emblitz.com/contact.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image89','','emblitz_images/rollover_contact.jpg',1)"><img src="embedded-c-kit_files/index_10.jpg" name="Image89" border="0" height="18" width="71"></a></td>
</tr>
<tr>
<td colspan="13"> <img src="embedded-c-kit_files/inner_11.jpg" alt="" height="8" width="750"></td>
</tr>
<tr>
<td colspan="2"> <a href="http://emblitz.com/companyprofile.html" onmouseout="MM_swapImgRestore();MM_startTimeout();" onmouseover="MM_swapImage('Image90','','emblitz_images/about_us_rollover.jpg',1);MM_showMenu(window.mm_menu_1013154858_0,147,0,null,'Image90')"><img src="embedded-c-kit_files/index_12.jpg" name="Image90" border="0" height="23" width="147"></a></td>
<td colspan="10" rowspan="10" valign="top"><table align="right" border="0" cellpadding="0" cellspacing="0" width="579">
<tbody><tr>
<td><span class="style19"><a href="http://emblitz.com/index.html">emblitz Home</a> > ><a href="http://emblitz.com/kits.html">Embedded kits</a>>Embedded C Kit </span></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><h4><span class="style26">Embedded kit </span></h4></td>
</tr>
<tr>
<td><table align="center" border="0" cellpadding="0" cellspacing="0" width="567">
<tbody><tr>
<td colspan="3"> <img src="embedded-c-kit_files/product_line4.jpg" alt="" height="40" width="567"></td>
</tr>
<tr>
<td valign="top">
<table class="style19" border="0" cellpadding="0" cellspacing="0" width="397">
<tbody><tr>
<td colspan="2" valign="top" width="794"><div align="left">
<table class="style19" border="0" cellpadding="0" cellspacing="0" width="397">
<tbody><tr>
<td><br>
<table class="style19" border="0" cellpadding="0" cellspacing="0" width="387">
<tbody><tr>
<td class="style18" valign="top"><p><strong><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><font color="#800000" face="Verdana, Arial, Helvetica, sans-serif" size="2"><strong>
<map name="Map6MapMap2"><area shape="rect" coords="86,182,183,200" href="http://emblitz.com/news3.html" target="_blank" alt="Click to Large View"><area shape="rect" coords="3,2,150,93" href="http://emblitz.com/images1/news_image3b.jpg" target="_blank" alt="">
</map>
</strong></font></font><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><font color="#800000" face="Verdana, Arial, Helvetica, sans-serif" size="2"><strong>
<map name="Map6MapMap2Map"><area shape="rect" coords="86,182,183,200" href="http://emblitz.com/news3.html" target="_blank" alt="Click to Large View"><area shape="rect" coords="3,2,150,93" href="http://emblitz.com/images1/news_image3b.jpg" target="_blank" alt="">
</map>
</strong></font></font></strong><strong><span class="style16"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><strong><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><strong></strong></font></strong></font></span></strong><strong><span class="style16"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><strong><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><font color="#800000" face="Verdana, Arial, Helvetica, sans-serif" size="2"><strong>
</strong></font></font></strong></font></span></strong><strong>Board Features:</strong></p>
<ul>
<li>Processor: 89V51RD2<span class="style16"> <ul>
<li class="style19">64K internal flash memory </li>
<li class="style19">1 KB RAM </li>
<li class="style19">4 I/O ports </li>
<li class="style19">1 Serial communication </li>
</ul>
</span></li>
<li class="style19">2, 8255 connected to 8 LEDs </li>
<li class="style19">16 Snap switches </li>
<li class="style19">7-Segment LED Display </li>
<li class="style19">1 input and 1 Output port for general purpose </li>
<li class="style19">1 LCD </li>
<li class="style19">32K external RAM </li>
<li class="style19">A Serial Port for ISP </li>
<li class="style19">1 USB port for power supply </li>
<li class="style19">On-board Real Time Clock </li>
<li class="style19">On-board ADC </li>
<li class="style19">All peripherals are memory mapped. </li>
</ul>
<p class="style19" align="center"><img src="embedded-c-kit_files/8051_board.jpg" height="219" width="320"></p>
<p class="style19"><strong>Chip Features:</strong></p>
<ul>
<li class="style19">5 V Operating voltage from 0 to 40 MHz</li>
<li class="style19"> 64 KB of on-chip Flash program memory with ISP (In-System Programming) and IAP (In-Application Programming)</li>
<li class="style19"> Supports 12-clock (default) or 6-clock mode selection via software or ISP</li>
<li class="style19"> SPI (Serial Peripheral Interface) and enhanced UART</li>
<li class="style19"> PCA (Programmable Counter Array) with PWM and Capture/Compare functions</li>
<li class="style19"> Four 8-bit I/O ports with three high-current Port 1 pins (16 mA each)</li>
<li class="style19"> Three 16-bit timers/counters</li>
<li class="style19"> Programmable Watchdog timer (WDT)</li>
<li class="style19"> Eight interrupt sources with four priority levels</li>
<li class="style19"> UART</li>
<li class="style19"> Second DPTR register</li>
<li class="style19"> Low EMI mode (ALE inhibit)</li>
<li class="style19"> TTL- and CMOS-compatible logic levels </li>
<li class="style19"> Low power modes</li>
<ul>
<li class="style19"> Power-down mode with external interrupt wake-up</li>
<li class="style19"> Idle mode.</li>
</ul>
<map name="Map6MapMap2"><area shape="rect" coords="5,4,136,127" href="http://emblitz.com/images1/arm_kit_b.jpg" target="_blank">
</map>
</ul>
<p class="style19" align="center"><img src="embedded-c-kit_files/c-kit.jpg" height="236" width="250"></p>
<p class="style19" align="left"><strong><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><strong>
</strong></font></b></font></strong><strong>Package Contents:</strong></p>
<ul>
<li class="style19"> Embedded Starter evaluation board</li>
<li class="style19"> Serial Cable</li>
<li class="style19"> USB Cable</li>
<li class="style19"> Embedded Starter Kit CD</li>
</ul>
<p class="style19"> </p>
<p class="style19"><strong>System Requirement:</strong></p>
<ul>
<li class="style19"><strong> Hardware requirements:</strong></li>
</ul>
<blockquote>
<p class="style19">1. Embedded Starter Kit<br>
2. A serial cable, 9 pin male to 9 pin female connector wired one-to-one<br>
3. A PC available with RS232 port. If the port has 25 pin connector, a
9 pin male to 25 pin female adaptor may be required.<br>
4. USB cable for power supply. </p>
</blockquote>
<ul>
<li class="style19"><strong class="style16">Software requirements:</strong><br>
<br>
1. <span class="style19">Keil uV3</span><br>
2. Flash Magic.<br>
3. MS Windows 98/ME or windows NT/2000/2003<br>
</li>
</ul>
<table border="0" cellpadding="3" cellspacing="3" width="385">
<tbody><tr>
<td width="8"> </td>
<td width="356"><strong class="style26">Relative Documents and Links </strong></td>
</tr>
<tr>
<td class="style19"> </td>
<td class="style19"><strong><a href="http://emblitz.com/8051_faq.html" class="style22">FAQ</a></strong></td>
</tr>
<tr>
<td class="style19"> </td>
<td class="style19"><strong><a href="http://emblitz.com/pdf/embedded_c_kit.PDF" target="_blank" class="style22">Spec Download</a></strong></td>
</tr>
<tr>
<td class="style19"> </td>
<td class="style19"><strong><a href="http://emblitz.com/screen_arm.html" target="_blank" onclick="openWindow('screen_arm.html', 'popup' , '800' , '800');return false;" _blank=""> <strong>View Screenshots</strong></a></strong></td>
</tr>
</tbody></table>
<br>
<br>
<br>
<table border="0" cellpadding="0" cellspacing="0" width="381">
<tbody><tr>
<td class="style26"><strong>Order Information </strong></td>
</tr>
</tbody></table>
<br>
<table class="style19" align="center" border="1" bordercolor="#cccccc" cellpadding="3" cellspacing="3" width="370">
<tbody><tr>
<td width="113"><div align="left"><strong> Product name : </strong></div></td>
<td width="253"> Emblitz: Embedded C kit </td>
</tr>
<tr>
<td><div align="left"><strong> Product No </strong></div></td>
<td> Ec 95801</td>
</tr>
<tr>
<td><div align="left"><strong> Product Series </strong></div></td>
<td> Emblitz Ec 958 </td>
</tr>
<tr>
<td><div align="left"><strong> Description</strong></div></td>
<td> Evaluation Board with self learning tools. </td>
</tr>
<tr>
<td><div align="left"><strong>Price</strong></div></td>
<td valign="top"><div align="left">
<div align="left">
<p class="style46">For India: </p>
<p> <br>
<span class="style50">Discounted Price:</span><br>
Rs. 3970/-<br>
(three thousand nine hundred and seventy only)</p>
</div>
<span class="style46">For Outside of India:</span><br>
<br>
<br>
<span class="style50">Discounted Price:</span><br>
US$ 114 or equivalent<br>
(one hundred fourteen only)
<p><br>
Above price is inclusive of all taxes </p>
</div>
<p align="left"><a href="#shipping"><strong><u>Shipping Information</u></strong></a><br>
<br>
</p></td>
</tr>
<tr>
<td><strong>How to Order </strong></td>
<td><table class="style19" cellpadding="0" cellspacing="0">
<tbody><tr>
<td bgcolor="#ffffff" valign="bottom"><strong>Ordering Method 1: </strong></td>
</tr>
<tr>
<td valign="top"> <br>
Send Money order or DD payable in favor of <strong>Everest Infocom Pvt. Ltd. Bangalore</strong>
and please send to the following address. The lead time for delivery
will be 5 to 10 working days depending upon the availablity of the
kits. Also please send your full and proper address, a landmark, phone
number and email in order to assist the delivery person. </td>
</tr>
<tr>
<td bgcolor="#ffffff" valign="bottom"><br>
<strong>Ordering Method 2: </strong></td>
</tr>
<tr>
<td><p><br>
You can also deposit the payment to our Bank: </p>
<p>A/c No. 065010200011811 </p>
<p>AXIS Bank,</p>
<p>Basaveswaranagar, </p>
<p>Bangalore-560079, INDIA <br>
</p></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table>
<br> <br>
<table style="border: 0px none ; color: rgb(0, 102, 153);" align="center" border="1" bordercolor="#545252" cellpadding="2" cellspacing="2" width="379">
<tbody><tr>
<td colspan="4" class="style26" align="left" valign="middle"><strong><span class="style7"><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><font color="#480000"><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><font color="#480000"><u><a name="shipping" id="shipping"></a></u></font></font></font></font></span>Shipping Information</strong> </td>
</tr>
<tr class="style19">
<td align="left" valign="middle" width="131"><p class="style1 style2 style7 style47" align="center">COUNTRY NAME</p></td>
<td align="left" valign="middle" width="105"><div class="style5" align="center"><a href="http://emblitz.com/kits.html" target="_blank"><u>FOR ALL KITS</u></a> </div></td>
<td align="left" valign="middle" width="120"><p align="center"><strong><u><a href="http://emblitz.com/low-cost-embedded-arm-kit.html">FOR</a></u> <a href="http://emblitz.com/low-cost-embedded-arm-kit.html"><u>ARM Project Kits</u> </a><br>
<span class="style21">(5 nos.) </span></strong></p></td>
<td align="left" valign="middle" width="172"><div align="center"><strong><a href="http://emblitz.com/online_training.html" target="_self"><u>FOR EmBlitz VARSITY ASSOCIATE TRAINEE PROGRAM (EVAT)</u></a></strong></div></td>
</tr>
<tr class="style19">
<td align="left" height="24" valign="middle"><span class="style46">INDIA</span></td>
<td align="left" valign="middle"><div class="style21" align="center">Free</div></td>
<td align="left" valign="middle"><div class="style21" align="center">Free</div></td>
<td align="left" valign="middle"><div class="style21" align="center">Free</div></td>
</tr>
<tr class="style19">
<td align="left" height="24" valign="middle"><strong><a href="#Western%20Countries" onclick="window.open('wcountries.htm','Process','top=50,left=120,width=600,height=450');"><u>WESTERN COUNTRIES</u></a> </strong></td>
<td align="left" valign="top"><div class="style21" align="center">US$ 70 <br>
or equivalent </div></td>
<td align="left" valign="top"><div class="style21" align="center">US$ 96 <br>
or equivalent </div></td>
<td align="left" valign="top"><div class="style21" align="center">US$ 96 <br>
or equivalent </div></td>
</tr>
<tr class="style19">
<td align="left" height="24" valign="middle"><span class="style7"><a href="#Eastern%20Countries" onclick="window.open('ecountries.htm','Process','top=100,left=100,width=500,height=2200');"><u>EASTERN COUNTRIES</u></a></span> </td>
<td align="left" valign="top"><div class="style21" align="center">US$ 77 <br>
or equivalent </div></td>
<td align="left" valign="top"><div class="style21" align="center">US$ 84 <br>
or equivalent</div></td>
<td align="left" valign="top"><div class="style21" align="center">US$ 84 <br>
or equivalent</div></td>
</tr>
<tr class="style19">
<td align="left" height="24" valign="middle"><strong><a href="#Eastern%20Countries" onclick="window.open('ocountries.htm','Process','top=100,left=100,width=700,height=670');"><u>ALL OTHER COUNTRIES</u></a></strong></td>
<td align="left" valign="top"><div class="style21" align="center">US$ 84 <br>
or equivalent </div></td>
<td align="left" valign="top"><div class="style21" align="center">US$ 109 <br>
or equivalent </div></td>
<td align="left" valign="top"><div class="style21" align="center">US$ 109 <br>
or equivalent </div></td>
</tr>
</tbody></table>
<p> </p> </td>
</tr>
</tbody></table></td>
</tr>
</tbody></table>
</div></td>
</tr>
</tbody></table>
<table class="style19" border="0" cellpadding="0" cellspacing="0" width="392">
<tbody><tr>
<td><p align="left"><a href="http://emblitz.com/why_emblitz.html"><img src="embedded-c-kit_files/top15reason.jpg" border="0" height="14" width="380"></a> </p>
</td>
</tr>
</tbody></table> </td>
<td valign="top"> <img src="embedded-c-kit_files/line_03.jpg" alt="" height="2650" width="10"></td>
<td valign="top"> <table class="style19" align="right" border="0" cellpadding="0" cellspacing="0" width="162">
<tbody><tr>
<td valign="top"><div align="center"> <table class="style19" border="0" cellpadding="3" cellspacing="3" width="144">
<tbody><tr>
<td><strong><a href="http://emblitz.com/8051_faq.html" class="style22">FAQ</a></strong></td>
</tr>
<tr>
<td><strong><a href="http://emblitz.com/pdf/embedded_c_kit.PDF" target="_blank" class="style22">Spec Download</a></strong></td>
</tr>
<tr>
<td><strong><a href="http://emblitz.com/screen_8051.html" target="_blank" onclick="openWindow('screen_arm.html', 'popup' , '800' , '650');return false;" _blank=""> <strong>View Screenshots</strong></a></strong></td>
</tr>
</tbody></table>
<p> </p>
<p><br>
</p>
<p>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" height="100" width="150">
<param name="movie" value="emblitz_images/why.swf">
<param name="quality" value="high">
<embed src="embedded-c-kit_files/why.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" height="100" width="150">
</object>
<br>
</p>
<p> </p>
<p><img src="embedded-c-kit_files/kit_banner.jpg" usemap="#Map18" border="0" height="99" width="150"></p>
<p> </p>
<p>
<map name="Map18"><area shape="rect" coords="62,29,136,52" href="http://emblitz.com/pdf/emblitz_kit_brochure.pdf" target="_blank"><area shape="rect" coords="62,61,135,86" href="http://emblitz.com/pdf/All%20kits%20price.pdf" target="_blank">
</map>
</p>
<table class="style19" border="0" cellpadding="0" cellspacing="0" width="150">
<tbody><tr>
<td><p align="left"><span class="style50">Price:</span> </p>
<div align="left">
<p class="style46">For India: </p>
<p><br>
<br>
<span class="style50">Discounted Price:</span><br>
Rs. 3970/-<br>
(three thousand nine hundred and seventy only)</p>
</div>
<span class="style46">For Outside of India:</span><br>
<br>
<br>
<span class="style50">Discounted Price:</span><br>
US$ 114 or equivalent<br>
(one hundred fourteen only)
<p align="left"> Above price is inclusive of all taxes </p></td>
</tr>
</tbody></table>
<p><br>
<a href="#shipping"><strong><u>Shipping Information</u></strong></a></p>
<p><br>
</p>
</div>
<p></p>
<strong> </strong><strong>VLSI Training </strong><br>
<strong> </strong><strong> </strong>>> This program will <strong> </strong>help you to design <strong> </strong>Complex digital <strong> </strong>systems using HDL ..<br>
<br>
<a href="http://emblitz.com/product.html"></a> <a href="http://emblitz.com/product.html"></a> <a href="http://emblitz.com/classroom.html">+ Read More</a>
<p> </p>
<p><strong> Company News</strong><br>
<strong> </strong>>> RT Linux founder <strong> </strong> <strong> </strong><strong> </strong> and CEO of FSMLabs <strong> </strong><strong> </strong><strong> </strong>Mr.Victor Yodiken <strong> </strong><strong> </strong><strong> </strong>visits India........<br>
<br>
<a href="http://emblitz.com/product.html"></a> <a href="http://emblitz.com/product.html"></a> <a href="http://emblitz.com/companyprofile.html">+ Read More</a> <br>
<br>
<br>
</p>
<p> <strong> Online Training </strong><br>
<strong> </strong>>> Learn the skills you <strong> </strong><strong> </strong> need to succeed as <br>
<strong> </strong><strong> </strong> an Embedded <strong> </strong><strong> </strong> <strong> </strong><strong> </strong><strong> </strong>Engineer .<br>
<br>
<a href="http://emblitz.com/product.html"></a> <a href="http://emblitz.com/product.html"></a> <a href="http://emblitz.com/online_training.html">+ Read More</a> </p></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
</tr>
<tr> </tr>
</tbody></table></td>
<td rowspan="10" valign="top"> <img src="embedded-c-kit_files/inner_14.jpg" alt="" height="2771" width="12"></td>
</tr>
<tr>
<td colspan="2"> <a href="http://emblitz.com/kits.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image91','','emblitz_images/kit_rollover.jpg',1)"><img src="embedded-c-kit_files/index_15.jpg" name="Image91" border="0" height="25" width="147"></a></td>
</tr>
<tr>
<td colspan="2"> <a href="http://emblitz.com/online_training.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image92','','emblitz_images/online_training_rollover.jpg',1)"><img src="embedded-c-kit_files/index_16.jpg" name="Image92" border="0" height="26" width="147"></a></td>
</tr>
<tr>
<td colspan="2"> <a href="http://emblitz.com/classroom.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image93','','emblitz_images/classroom_rollover.jpg',1)"><img src="embedded-c-kit_files/index_17.jpg" name="Image93" border="0" height="24" width="147"></a></td>
</tr>
<tr>
<td colspan="2"> <a href="http://emblitz.com/partnership.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image94','','emblitz_images/partnership_rollover.jpg',1)"><img src="embedded-c-kit_files/index_18.jpg" name="Image94" border="0" height="25" width="147"></a></td>
</tr>
<tr>
<td colspan="2"> <a href="http://emblitz.com/faq.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image95','','emblitz_images/faq_rollover.jpg',1)"><img src="embedded-c-kit_files/index_19.jpg" name="Image95" border="0" height="25" width="147"></a></td>
</tr>
<tr>
<td colspan="2"> <a href="http://emblitz.com/support.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image96','','emblitz_images/support_rollover.jpg',1)"><img src="embedded-c-kit_files/index_20.jpg" name="Image96" border="0" height="25" width="147"></a></td>
</tr>
<tr>
<td colspan="2"> <a href="http://emblitz.com/client.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image97','','emblitz_images/rollover_clientlist.jpg',1)"><img src="embedded-c-kit_files/index_21.jpg" name="Image97" border="0" height="25" width="147"></a></td>
</tr>
<tr>
<td colspan="2"> <a href="http://emblitz.com/query.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image98','','emblitz_images/rollover_online-query.jpg',1)"><img src="embedded-c-kit_files/index_22.jpg" name="Image98" border="0" height="23" width="147"></a></td>
</tr>
<tr>
<td valign="top"> <img src="embedded-c-kit_files/inner_23.jpg" alt="" height="2550" width="3"></td>
<td valign="top"> <p> </p>
<table align="center" background="embedded-c-kit_files/chat_list.jpg" border="0" cellpadding="0" cellspacing="0" height="172" width="131">
<tbody><tr>
<td background="embedded-c-kit_files/chat_list.jpg" valign="top"><div align="center"><br>
<br>
<br>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" height="120" width="125">
<param name="movie" value="emblitz_images/client_home.swf">
<param name="quality" value="high">
<embed src="embedded-c-kit_files/client_home.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" height="120" width="125">
</object>
<br>
</div></td>
</tr>
</tbody></table>
<p> </p>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="134">
<tbody><tr>
<td class="style46 style51 style52" valign="top">Software Tools</td>
</tr>
<tr>
<td class="style47" valign="top"><br>
:: Keil uV3<br>
:: Flash Magic<br>
<br>
<br>
<br>
<br>
<br>
</td>
</tr>
<tr>
<td class="style46 style51" valign="top"><br></td>
</tr>
<tr>
<td class="style46 style51" valign="top"><span class="style58">Products</span><br>
<br>
<br> </td>
</tr>
<tr>
<td class="style46 style51"><span class="style52">EmBlitz Evaluation Kit:
</span> <hr align="left" width="120"> </td>
</tr>
<tr>
<td class="style47" valign="top"><br>
:: <a href="http://emblitz.com/embedded-armstr-kit.html">ARM Starter Kit</a> <br>
<br>
:: <a href="http://emblitz.com/embedded-starter-kit.html">Embedded Starter Kit</a><br>
<br>
:: <a href="http://emblitz.com/embedded-c-kit.html">Embedded C Kit</a><br>
<br>
<a href="http://emblitz.com/low-cost-embedded-arm-kit.html">:: Low Cost Embedded ARM Project Kit</a> <br>
<br>
<a href="http://emblitz.com/rto-learner-kit.html">:: RTOS Learners Kit</a><br>
<br>
<a href="http://emblitz.com/vlsi-starter-kit.html">:: VLSI Starter Kit</a><br>
<br>
<a href="http://emblitz.com/embedded-pic-starter-kit.html">:: Embedded PIC<br>
Starter Kit </a><br>
<br>
<a href="http://emblitz.com/embedded-pic-c-kit.html">:: Embedded PIC C Kit</a><br>
<br>
<a href="http://emblitz.com/rfid_arm_kit.htm">:: RFID ARM Project Kit</a><br>
<br>
<a href="http://emblitz.com/rfid-8051-kit.html">:: RFID 8051 Project Kit</a></td>
</tr>
<tr>
<td class="style47" valign="top"> </td>
</tr>
<tr>
<td class="style47" valign="top"><br>
<br>
<br></td>
</tr>
<tr>
<td class="style46" valign="top"><span class="style52">EmBlitz (EVAT) <br>
Online Training :</span>
<hr align="left" width="120"></td>
</tr>
<tr>
<td class="style46" valign="top"><a href="http://emblitz.com/EVAT%20online%20training.html" class="style56">:: <span class="style57">Embedded Systems Design</span></a> <br>
<br>
<span class="style47"><a href="http://emblitz.com/VLSI%20online%20training.htm">:: VLSI Design</a></span><br>
<br>
<span class="style47"><a href="http://emblitz.com/ARM%20online%20training.htm">:: ARM Online Crash Course</a></span> </td>
</tr>
</tbody></table>
<p> </p>
<table class="style18" align="center" border="0" cellpadding="0" cellspacing="0" width="131">
<tbody><tr>
<td><img src="embedded-c-kit_files/fpga.jpg" height="31" width="132"></td>
</tr>
<tr>
<td><span class="style21">The
Everest Infocom has over 25 person-years of experience in FPGS / CPLD
based designs and its practical implementation. Its Engineers executed
designs for different domains such as Medical Electronics, Control and
Automation, Test & Measurement, Telecom, and Computer Peripherals.</span></td>
</tr>
</tbody></table>
<p> </p>
<table class="style18" align="center" border="0" cellpadding="0" cellspacing="0" width="131">
<tbody><tr>
<td><img src="embedded-c-kit_files/dsp.jpg" height="31" width="132"></td>
</tr>
<tr>
<td><span class="style21">The
Everest Infocom has over 25 person-years of experience in FPGS / CPLD
based designs and its practical implementation. Its Engineers executed
designs for different domains such as Medical Electronics, Control and
Automation, Test & Measurement, Telecom, and Computer Peripherals.</span></td>
</tr>
</tbody></table> <p> </p> <p> </p>
<div align="center"></div>
</td>
</tr>
<tr>
<td colspan="13"> <img src="embedded-c-kit_files/inner_26.jpg" alt="" height="16" width="750"></td>
</tr>
<tr>
<td colspan="5"> <img src="embedded-c-kit_files/inner_27.jpg" alt="" height="98" width="314"></td>
<td colspan="2"> <img src="embedded-c-kit_files/inner_28.jpg" alt="" height="98" width="91"></td>
<td colspan="6"> <img src="embedded-c-kit_files/inner_29.jpg" alt="" height="98" width="345"></td>
</tr>
<tr>
<td> <img src="embedded-c-kit_files/spacer.gif" alt="" height="1" width="3"></td>
<td> <img src="embedded-c-kit_files/spacer.gif" alt="" height="1" width="144"></td>
<td> <img src="embedded-c-kit_files/spacer.gif" alt="" height="1" width="22"></td>
<td> <img src="embedded-c-kit_files/spacer.gif" alt="" height="1" width="23"></td>
<td> <img src="embedded-c-kit_files/spacer.gif" alt="" height="1" width="122"></td>
<td> <img src="embedded-c-kit_files/spacer.gif" alt="" height="1" width="81"></td>
<td> <img src="embedded-c-kit_files/spacer.gif" alt="" height="1" width="10"></td>
<td> <img src="embedded-c-kit_files/spacer.gif" alt="" height="1" width="107"></td>
<td> <img src="embedded-c-kit_files/spacer.gif" alt="" height="1" width="11"></td>
<td> <img src="embedded-c-kit_files/spacer.gif" alt="" height="1" width="66"></td>
<td> <img src="embedded-c-kit_files/spacer.gif" alt="" height="1" width="90"></td>
<td> <img src="embedded-c-kit_files/spacer.gif" alt="" height="1" width="59"></td>
<td> <img src="embedded-c-kit_files/spacer.gif" alt="" height="1" width="12"></td>
</tr>
</tbody></table></td>
<td width="122"> </td>
</tr>
</tbody></table>
</body></html>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/JavaScript">
<!--
function mmLoadMenus() {
if (window.mm_menu_1013154858_0) return;
window.mm_menu_1013154858_0 = new Menu("root",122,16,"Verdana, Arial, Helvetica, sans-serif",10,"#545454","#000000","#E0E0E0","#E0E0E0","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
mm_menu_1013154858_0.addMenuItem("Company Profile","window.open('companyprofile.html', '_self');");
mm_menu_1013154858_0.addMenuItem("Executive Profile","window.open('executiveprofile.html', '_self');");
mm_menu_1013154858_0.addMenuItem("Technical Profile","window.open('technicalprofile.html', '_self');");
mm_menu_1013154858_0.fontWeight="bold";
mm_menu_1013154858_0.hideOnMouseOut=true;
mm_menu_1013154858_0.bgColor='#FFFFFF';
mm_menu_1013154858_0.menuBorder=1;
mm_menu_1013154858_0.menuLiteBgColor='#FFFFFF';
mm_menu_1013154858_0.menuBorderBgColor='#FFFFFF';
mm_menu_1013154858_0.writeMenus();
} // mmLoadMenus()
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<script language="JavaScript" src="embedded-c-kit_files/mm_menu.js"></script>
<style type="text/css">
<!--
.style18 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
<!--a:link {text-decoration: none; color: 000000}
a:visited {text-decoration: none; color: 000000}
a:hover {text-decoration: underline; color: 006699}
a:active {text-decoration: none; color: 000000}
.style19 { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #545252;
}
.style26 {font-family: Verdana;
color: #545252;
}
.style21 {color: #545252}
.style16 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.style46 {font-weight: bold; color: #000000; }
.style5 {color: #f90;
font-weight: bold;
}
.style50 {font-weight: bold; color: #545252; }
.style7 {color: #660066; font-weight: bold; }
.style7 {font-weight: bold}
.style47 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #545252; font-weight: bold; }
.style52 {font-family: Verdana}
.style56 {color: #000000}
.style57 {font-size: 10px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;}
.style58 {color: #000000; font-family: Verdana; }
-->
</style></head><body leftmargin="0" topmargin="0" onload="MM_preloadImages('emblitz_images/rollover_home.jpg','emblitz_images/rollover_site_map.jpg','emblitz_images/rollover_embedded.jpg','emblitz_images/rollover_products.jpg','emblitz_images/rollover_projects.jpg','emblitz_images/rollover_online-training.jpg','emblitz_images/rollover_career.jpg','emblitz_images/rollover_chat.jpg','emblitz_images/rollover_contact.jpg','emblitz_images/about_us_rollover.jpg','emblitz_images/kit_rollover.jpg','emblitz_images/online_training_rollover.jpg','emblitz_images/classroom_rollover.jpg','emblitz_images/partnership_rollover.jpg','emblitz_images/faq_rollover.jpg','emblitz_images/support_rollover.jpg','emblitz_images/rollover_clientlist.jpg','emblitz_images/rollover_online-query.jpg','photo_gallery/roll_photogallery.jpg')" background="embedded-c-kit_files/back1.jpg" marginheight="0" marginwidth="0">
<script language="JavaScript1.2">mmLoadMenus();</script><span id="menuContainer"><div id="menuLayer0" style="position: absolute; z-index: 1; left: -300px; top: -300px; visibility: hidden; color: rgb(255, 255, 255); background-color: rgb(255, 255, 255); width: 126px; height: 54px;">
<div id="menuLite0" style="position: absolute; z-index: 1; left: 1px; top: 1px; height: 52px; width: 124px; background-color: rgb(255, 255, 255);" onmouseout="mouseoutMenu();">
<div id="menuFg0" style="position: absolute; left: 1px; top: 1px; height: 51px; width: 123px; background-color: rgb(255, 255, 255);">
<div id="menuItem0" style="position: absolute; left: 0px; top: 0px; font-family: Verdana,Arial,Helvetica,sans-serif; font-weight: bold; font-size: 10px; width: 122px; height: 16px; background-color: rgb(224, 224, 224); visibility: inherit;"><div id="menuItemText0" style="position: absolute; left: 4px; top: 2px; color: rgb(84, 84, 84);">Company Profile </div>
<div id="menuItemHilite0" style="position: absolute; left: 4px; top: 2px; color: rgb(0, 0, 0); visibility: hidden;">Company Profile </div></div><div id="menuItem1" style="position: absolute; left: 0px; top: 17px; font-family: Verdana,Arial,Helvetica,sans-serif; font-weight: bold; font-size: 10px; width: 122px; height: 16px; background-color: rgb(224, 224, 224); visibility: inherit;"><div id="menuItemText1" style="position: absolute; left: 4px; top: 2px; color: rgb(84, 84, 84);">Executive Profile </div>
<div id="menuItemHilite1" style="position: absolute; left: 4px; top: 2px; color: rgb(0, 0, 0); visibility: hidden;">Executive Profile </div></div><div id="menuItem2" style="position: absolute; left: 0px; top: 34px; font-family: Verdana,Arial,Helvetica,sans-serif; font-weight: bold; font-size: 10px; width: 122px; height: 16px; background-color: rgb(224, 224, 224); visibility: inherit;"><div id="menuItemText2" style="position: absolute; left: 4px; top: 2px; color: rgb(84, 84, 84);">Technical Profile </div>
<div id="menuItemHilite2" style="position: absolute; left: 4px; top: 2px; color: rgb(0, 0, 0); visibility: hidden;">Technical Profile </div></div> <div id="focusItem0" style="position: absolute; left: 0px; top: -30px;" onclick="onMenuItemAction(null,this);"> </div>
</div>
</div>
</div>
</span>
<!-- ImageReady Slices (inner.psd) -->
<table border="0" cellpadding="0" cellspacing="0" width="1000">
<tbody><tr valign="top">
<td width="122"> </td>
<td><table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" width="750">
<tbody><tr>
<td colspan="4"> <img src="embedded-c-kit_files/inner_01.jpg" alt="" height="139" width="192"></td>
<td colspan="5"> <img src="embedded-c-kit_files/inner_02.jpg" alt="" height="139" width="331"></td>
<td colspan="4" background="embedded-c-kit_files/inner_03.jpg" valign="top"><br>
<table align="center" border="0" cellpadding="1" cellspacing="1">
<tbody><tr>
<td><a href="http://emblitz.com/index.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image81','','emblitz_images/rollover_home.jpg',1)"><img src="embedded-c-kit_files/home.jpg" name="Image81" border="0" height="19" width="52"></a></td>
<td><a href="http://emblitz.com/photo_gallery.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image49','','photo_gallery/roll_photogallery.jpg',1)"><img src="embedded-c-kit_files/photogallery.jpg" name="Image49" border="0" height="17" width="82"></a></td>
<td><a href="http://emblitz.com/sitemap.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image82','','emblitz_images/rollover_site_map.jpg',1)"><img src="embedded-c-kit_files/site_map.jpg" name="Image82" border="0" height="15" width="64"></a></td>
</tr>
</tbody></table></td>
</tr>
<tr>
<td colspan="3"> <a href="http://emblitz.com/embedded.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image83','','emblitz_images/rollover_embedded.jpg',1)"><img src="embedded-c-kit_files/index_04.jpg" name="Image83" border="0" height="18" width="169"></a></td>
<td colspan="2"> <a href="http://emblitz.com/products.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image84','','emblitz_images/rollover_products.jpg',1)"><img src="embedded-c-kit_files/index_05.jpg" name="Image84" border="0" height="18" width="145"></a></td>
<td> <a href="http://emblitz.com/projects.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image85','','emblitz_images/rollover_projects.jpg',1)"><img src="embedded-c-kit_files/index_06.jpg" name="Image85" border="0" height="18" width="81"></a></td>
<td colspan="2"> <a href="http://emblitz.com/online_training.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image86','','emblitz_images/rollover_online-training.jpg',1)"><img src="embedded-c-kit_files/index_07.jpg" name="Image86" border="0" height="18" width="117"></a></td>
<td colspan="2"> <a href="http://emblitz.com/career.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image87','','emblitz_images/rollover_career.jpg',1)"><img src="embedded-c-kit_files/index_08.jpg" name="Image87" border="0" height="18" width="77"></a></td>
<td> <a href="http://emblitz.com/online_chat.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image88','','emblitz_images/rollover_chat.jpg',1)"><img src="embedded-c-kit_files/index_09.jpg" name="Image88" border="0" height="18" width="90"></a></td>
<td colspan="2"> <a href="http://emblitz.com/contact.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image89','','emblitz_images/rollover_contact.jpg',1)"><img src="embedded-c-kit_files/index_10.jpg" name="Image89" border="0" height="18" width="71"></a></td>
</tr>
<tr>
<td colspan="13"> <img src="embedded-c-kit_files/inner_11.jpg" alt="" height="8" width="750"></td>
</tr>
<tr>
<td colspan="2"> <a href="http://emblitz.com/companyprofile.html" onmouseout="MM_swapImgRestore();MM_startTimeout();" onmouseover="MM_swapImage('Image90','','emblitz_images/about_us_rollover.jpg',1);MM_showMenu(window.mm_menu_1013154858_0,147,0,null,'Image90')"><img src="embedded-c-kit_files/index_12.jpg" name="Image90" border="0" height="23" width="147"></a></td>
<td colspan="10" rowspan="10" valign="top"><table align="right" border="0" cellpadding="0" cellspacing="0" width="579">
<tbody><tr>
<td><span class="style19"><a href="http://emblitz.com/index.html">emblitz Home</a> > ><a href="http://emblitz.com/kits.html">Embedded kits</a>>Embedded C Kit </span></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><h4><span class="style26">Embedded kit </span></h4></td>
</tr>
<tr>
<td><table align="center" border="0" cellpadding="0" cellspacing="0" width="567">
<tbody><tr>
<td colspan="3"> <img src="embedded-c-kit_files/product_line4.jpg" alt="" height="40" width="567"></td>
</tr>
<tr>
<td valign="top">
<table class="style19" border="0" cellpadding="0" cellspacing="0" width="397">
<tbody><tr>
<td colspan="2" valign="top" width="794"><div align="left">
<table class="style19" border="0" cellpadding="0" cellspacing="0" width="397">
<tbody><tr>
<td><br>
<table class="style19" border="0" cellpadding="0" cellspacing="0" width="387">
<tbody><tr>
<td class="style18" valign="top"><p><strong><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><font color="#800000" face="Verdana, Arial, Helvetica, sans-serif" size="2"><strong>
<map name="Map6MapMap2"><area shape="rect" coords="86,182,183,200" href="http://emblitz.com/news3.html" target="_blank" alt="Click to Large View"><area shape="rect" coords="3,2,150,93" href="http://emblitz.com/images1/news_image3b.jpg" target="_blank" alt="">
</map>
</strong></font></font><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><font color="#800000" face="Verdana, Arial, Helvetica, sans-serif" size="2"><strong>
<map name="Map6MapMap2Map"><area shape="rect" coords="86,182,183,200" href="http://emblitz.com/news3.html" target="_blank" alt="Click to Large View"><area shape="rect" coords="3,2,150,93" href="http://emblitz.com/images1/news_image3b.jpg" target="_blank" alt="">
</map>
</strong></font></font></strong><strong><span class="style16"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><strong><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><strong></strong></font></strong></font></span></strong><strong><span class="style16"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><strong><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><font color="#800000" face="Verdana, Arial, Helvetica, sans-serif" size="2"><strong>
</strong></font></font></strong></font></span></strong><strong>Board Features:</strong></p>
<ul>
<li>Processor: 89V51RD2<span class="style16"> <ul>
<li class="style19">64K internal flash memory </li>
<li class="style19">1 KB RAM </li>
<li class="style19">4 I/O ports </li>
<li class="style19">1 Serial communication </li>
</ul>
</span></li>
<li class="style19">2, 8255 connected to 8 LEDs </li>
<li class="style19">16 Snap switches </li>
<li class="style19">7-Segment LED Display </li>
<li class="style19">1 input and 1 Output port for general purpose </li>
<li class="style19">1 LCD </li>
<li class="style19">32K external RAM </li>
<li class="style19">A Serial Port for ISP </li>
<li class="style19">1 USB port for power supply </li>
<li class="style19">On-board Real Time Clock </li>
<li class="style19">On-board ADC </li>
<li class="style19">All peripherals are memory mapped. </li>
</ul>
<p class="style19" align="center"><img src="embedded-c-kit_files/8051_board.jpg" height="219" width="320"></p>
<p class="style19"><strong>Chip Features:</strong></p>
<ul>
<li class="style19">5 V Operating voltage from 0 to 40 MHz</li>
<li class="style19"> 64 KB of on-chip Flash program memory with ISP (In-System Programming) and IAP (In-Application Programming)</li>
<li class="style19"> Supports 12-clock (default) or 6-clock mode selection via software or ISP</li>
<li class="style19"> SPI (Serial Peripheral Interface) and enhanced UART</li>
<li class="style19"> PCA (Programmable Counter Array) with PWM and Capture/Compare functions</li>
<li class="style19"> Four 8-bit I/O ports with three high-current Port 1 pins (16 mA each)</li>
<li class="style19"> Three 16-bit timers/counters</li>
<li class="style19"> Programmable Watchdog timer (WDT)</li>
<li class="style19"> Eight interrupt sources with four priority levels</li>
<li class="style19"> UART</li>
<li class="style19"> Second DPTR register</li>
<li class="style19"> Low EMI mode (ALE inhibit)</li>
<li class="style19"> TTL- and CMOS-compatible logic levels </li>
<li class="style19"> Low power modes</li>
<ul>
<li class="style19"> Power-down mode with external interrupt wake-up</li>
<li class="style19"> Idle mode.</li>
</ul>
<map name="Map6MapMap2"><area shape="rect" coords="5,4,136,127" href="http://emblitz.com/images1/arm_kit_b.jpg" target="_blank">
</map>
</ul>
<p class="style19" align="center"><img src="embedded-c-kit_files/c-kit.jpg" height="236" width="250"></p>
<p class="style19" align="left"><strong><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><b><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><strong>
</strong></font></b></font></strong><strong>Package Contents:</strong></p>
<ul>
<li class="style19"> Embedded Starter evaluation board</li>
<li class="style19"> Serial Cable</li>
<li class="style19"> USB Cable</li>
<li class="style19"> Embedded Starter Kit CD</li>
</ul>
<p class="style19"> </p>
<p class="style19"><strong>System Requirement:</strong></p>
<ul>
<li class="style19"><strong> Hardware requirements:</strong></li>
</ul>
<blockquote>
<p class="style19">1. Embedded Starter Kit<br>
2. A serial cable, 9 pin male to 9 pin female connector wired one-to-one<br>
3. A PC available with RS232 port. If the port has 25 pin connector, a
9 pin male to 25 pin female adaptor may be required.<br>
4. USB cable for power supply. </p>
</blockquote>
<ul>
<li class="style19"><strong class="style16">Software requirements:</strong><br>
<br>
1. <span class="style19">Keil uV3</span><br>
2. Flash Magic.<br>
3. MS Windows 98/ME or windows NT/2000/2003<br>
</li>
</ul>
<table border="0" cellpadding="3" cellspacing="3" width="385">
<tbody><tr>
<td width="8"> </td>
<td width="356"><strong class="style26">Relative Documents and Links </strong></td>
</tr>
<tr>
<td class="style19"> </td>
<td class="style19"><strong><a href="http://emblitz.com/8051_faq.html" class="style22">FAQ</a></strong></td>
</tr>
<tr>
<td class="style19"> </td>
<td class="style19"><strong><a href="http://emblitz.com/pdf/embedded_c_kit.PDF" target="_blank" class="style22">Spec Download</a></strong></td>
</tr>
<tr>
<td class="style19"> </td>
<td class="style19"><strong><a href="http://emblitz.com/screen_arm.html" target="_blank" onclick="openWindow('screen_arm.html', 'popup' , '800' , '800');return false;" _blank=""> <strong>View Screenshots</strong></a></strong></td>
</tr>
</tbody></table>
<br>
<br>
<br>
<table border="0" cellpadding="0" cellspacing="0" width="381">
<tbody><tr>
<td class="style26"><strong>Order Information </strong></td>
</tr>
</tbody></table>
<br>
<table class="style19" align="center" border="1" bordercolor="#cccccc" cellpadding="3" cellspacing="3" width="370">
<tbody><tr>
<td width="113"><div align="left"><strong> Product name : </strong></div></td>
<td width="253"> Emblitz: Embedded C kit </td>
</tr>
<tr>
<td><div align="left"><strong> Product No </strong></div></td>
<td> Ec 95801</td>
</tr>
<tr>
<td><div align="left"><strong> Product Series </strong></div></td>
<td> Emblitz Ec 958 </td>
</tr>
<tr>
<td><div align="left"><strong> Description</strong></div></td>
<td> Evaluation Board with self learning tools. </td>
</tr>
<tr>
<td><div align="left"><strong>Price</strong></div></td>
<td valign="top"><div align="left">
<div align="left">
<p class="style46">For India: </p>
<p> <br>
<span class="style50">Discounted Price:</span><br>
Rs. 3970/-<br>
(three thousand nine hundred and seventy only)</p>
</div>
<span class="style46">For Outside of India:</span><br>
<br>
<br>
<span class="style50">Discounted Price:</span><br>
US$ 114 or equivalent<br>
(one hundred fourteen only)
<p><br>
Above price is inclusive of all taxes </p>
</div>
<p align="left"><a href="#shipping"><strong><u>Shipping Information</u></strong></a><br>
<br>
</p></td>
</tr>
<tr>
<td><strong>How to Order </strong></td>
<td><table class="style19" cellpadding="0" cellspacing="0">
<tbody><tr>
<td bgcolor="#ffffff" valign="bottom"><strong>Ordering Method 1: </strong></td>
</tr>
<tr>
<td valign="top"> <br>
Send Money order or DD payable in favor of <strong>Everest Infocom Pvt. Ltd. Bangalore</strong>
and please send to the following address. The lead time for delivery
will be 5 to 10 working days depending upon the availablity of the
kits. Also please send your full and proper address, a landmark, phone
number and email in order to assist the delivery person. </td>
</tr>
<tr>
<td bgcolor="#ffffff" valign="bottom"><br>
<strong>Ordering Method 2: </strong></td>
</tr>
<tr>
<td><p><br>
You can also deposit the payment to our Bank: </p>
<p>A/c No. 065010200011811 </p>
<p>AXIS Bank,</p>
<p>Basaveswaranagar, </p>
<p>Bangalore-560079, INDIA <br>
</p></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table>
<br> <br>
<table style="border: 0px none ; color: rgb(0, 102, 153);" align="center" border="1" bordercolor="#545252" cellpadding="2" cellspacing="2" width="379">
<tbody><tr>
<td colspan="4" class="style26" align="left" valign="middle"><strong><span class="style7"><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><font color="#480000"><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><font color="#480000"><u><a name="shipping" id="shipping"></a></u></font></font></font></font></span>Shipping Information</strong> </td>
</tr>
<tr class="style19">
<td align="left" valign="middle" width="131"><p class="style1 style2 style7 style47" align="center">COUNTRY NAME</p></td>
<td align="left" valign="middle" width="105"><div class="style5" align="center"><a href="http://emblitz.com/kits.html" target="_blank"><u>FOR ALL KITS</u></a> </div></td>
<td align="left" valign="middle" width="120"><p align="center"><strong><u><a href="http://emblitz.com/low-cost-embedded-arm-kit.html">FOR</a></u> <a href="http://emblitz.com/low-cost-embedded-arm-kit.html"><u>ARM Project Kits</u> </a><br>
<span class="style21">(5 nos.) </span></strong></p></td>
<td align="left" valign="middle" width="172"><div align="center"><strong><a href="http://emblitz.com/online_training.html" target="_self"><u>FOR EmBlitz VARSITY ASSOCIATE TRAINEE PROGRAM (EVAT)</u></a></strong></div></td>
</tr>
<tr class="style19">
<td align="left" height="24" valign="middle"><span class="style46">INDIA</span></td>
<td align="left" valign="middle"><div class="style21" align="center">Free</div></td>
<td align="left" valign="middle"><div class="style21" align="center">Free</div></td>
<td align="left" valign="middle"><div class="style21" align="center">Free</div></td>
</tr>
<tr class="style19">
<td align="left" height="24" valign="middle"><strong><a href="#Western%20Countries" onclick="window.open('wcountries.htm','Process','top=50,left=120,width=600,height=450');"><u>WESTERN COUNTRIES</u></a> </strong></td>
<td align="left" valign="top"><div class="style21" align="center">US$ 70 <br>
or equivalent </div></td>
<td align="left" valign="top"><div class="style21" align="center">US$ 96 <br>
or equivalent </div></td>
<td align="left" valign="top"><div class="style21" align="center">US$ 96 <br>
or equivalent </div></td>
</tr>
<tr class="style19">
<td align="left" height="24" valign="middle"><span class="style7"><a href="#Eastern%20Countries" onclick="window.open('ecountries.htm','Process','top=100,left=100,width=500,height=2200');"><u>EASTERN COUNTRIES</u></a></span> </td>
<td align="left" valign="top"><div class="style21" align="center">US$ 77 <br>
or equivalent </div></td>
<td align="left" valign="top"><div class="style21" align="center">US$ 84 <br>
or equivalent</div></td>
<td align="left" valign="top"><div class="style21" align="center">US$ 84 <br>
or equivalent</div></td>
</tr>
<tr class="style19">
<td align="left" height="24" valign="middle"><strong><a href="#Eastern%20Countries" onclick="window.open('ocountries.htm','Process','top=100,left=100,width=700,height=670');"><u>ALL OTHER COUNTRIES</u></a></strong></td>
<td align="left" valign="top"><div class="style21" align="center">US$ 84 <br>
or equivalent </div></td>
<td align="left" valign="top"><div class="style21" align="center">US$ 109 <br>
or equivalent </div></td>
<td align="left" valign="top"><div class="style21" align="center">US$ 109 <br>
or equivalent </div></td>
</tr>
</tbody></table>
<p> </p> </td>
</tr>
</tbody></table></td>
</tr>
</tbody></table>
</div></td>
</tr>
</tbody></table>
<table class="style19" border="0" cellpadding="0" cellspacing="0" width="392">
<tbody><tr>
<td><p align="left"><a href="http://emblitz.com/why_emblitz.html"><img src="embedded-c-kit_files/top15reason.jpg" border="0" height="14" width="380"></a> </p>
</td>
</tr>
</tbody></table> </td>
<td valign="top"> <img src="embedded-c-kit_files/line_03.jpg" alt="" height="2650" width="10"></td>
<td valign="top"> <table class="style19" align="right" border="0" cellpadding="0" cellspacing="0" width="162">
<tbody><tr>
<td valign="top"><div align="center"> <table class="style19" border="0" cellpadding="3" cellspacing="3" width="144">
<tbody><tr>
<td><strong><a href="http://emblitz.com/8051_faq.html" class="style22">FAQ</a></strong></td>
</tr>
<tr>
<td><strong><a href="http://emblitz.com/pdf/embedded_c_kit.PDF" target="_blank" class="style22">Spec Download</a></strong></td>
</tr>
<tr>
<td><strong><a href="http://emblitz.com/screen_8051.html" target="_blank" onclick="openWindow('screen_arm.html', 'popup' , '800' , '650');return false;" _blank=""> <strong>View Screenshots</strong></a></strong></td>
</tr>
</tbody></table>
<p> </p>
<p><br>
</p>
<p>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" height="100" width="150">
<param name="movie" value="emblitz_images/why.swf">
<param name="quality" value="high">
<embed src="embedded-c-kit_files/why.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" height="100" width="150">
</object>
<br>
</p>
<p> </p>
<p><img src="embedded-c-kit_files/kit_banner.jpg" usemap="#Map18" border="0" height="99" width="150"></p>
<p> </p>
<p>
<map name="Map18"><area shape="rect" coords="62,29,136,52" href="http://emblitz.com/pdf/emblitz_kit_brochure.pdf" target="_blank"><area shape="rect" coords="62,61,135,86" href="http://emblitz.com/pdf/All%20kits%20price.pdf" target="_blank">
</map>
</p>
<table class="style19" border="0" cellpadding="0" cellspacing="0" width="150">
<tbody><tr>
<td><p align="left"><span class="style50">Price:</span> </p>
<div align="left">
<p class="style46">For India: </p>
<p><br>
<br>
<span class="style50">Discounted Price:</span><br>
Rs. 3970/-<br>
(three thousand nine hundred and seventy only)</p>
</div>
<span class="style46">For Outside of India:</span><br>
<br>
<br>
<span class="style50">Discounted Price:</span><br>
US$ 114 or equivalent<br>
(one hundred fourteen only)
<p align="left"> Above price is inclusive of all taxes </p></td>
</tr>
</tbody></table>
<p><br>
<a href="#shipping"><strong><u>Shipping Information</u></strong></a></p>
<p><br>
</p>
</div>
<p></p>
<strong> </strong><strong>VLSI Training </strong><br>
<strong> </strong><strong> </strong>>> This program will <strong> </strong>help you to design <strong> </strong>Complex digital <strong> </strong>systems using HDL ..<br>
<br>
<a href="http://emblitz.com/product.html"></a> <a href="http://emblitz.com/product.html"></a> <a href="http://emblitz.com/classroom.html">+ Read More</a>
<p> </p>
<p><strong> Company News</strong><br>
<strong> </strong>>> RT Linux founder <strong> </strong> <strong> </strong><strong> </strong> and CEO of FSMLabs <strong> </strong><strong> </strong><strong> </strong>Mr.Victor Yodiken <strong> </strong><strong> </strong><strong> </strong>visits India........<br>
<br>
<a href="http://emblitz.com/product.html"></a> <a href="http://emblitz.com/product.html"></a> <a href="http://emblitz.com/companyprofile.html">+ Read More</a> <br>
<br>
<br>
</p>
<p> <strong> Online Training </strong><br>
<strong> </strong>>> Learn the skills you <strong> </strong><strong> </strong> need to succeed as <br>
<strong> </strong><strong> </strong> an Embedded <strong> </strong><strong> </strong> <strong> </strong><strong> </strong><strong> </strong>Engineer .<br>
<br>
<a href="http://emblitz.com/product.html"></a> <a href="http://emblitz.com/product.html"></a> <a href="http://emblitz.com/online_training.html">+ Read More</a> </p></td>
</tr>
</tbody></table></td>
</tr>
</tbody></table></td>
</tr>
<tr> </tr>
</tbody></table></td>
<td rowspan="10" valign="top"> <img src="embedded-c-kit_files/inner_14.jpg" alt="" height="2771" width="12"></td>
</tr>
<tr>
<td colspan="2"> <a href="http://emblitz.com/kits.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image91','','emblitz_images/kit_rollover.jpg',1)"><img src="embedded-c-kit_files/index_15.jpg" name="Image91" border="0" height="25" width="147"></a></td>
</tr>
<tr>
<td colspan="2"> <a href="http://emblitz.com/online_training.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image92','','emblitz_images/online_training_rollover.jpg',1)"><img src="embedded-c-kit_files/index_16.jpg" name="Image92" border="0" height="26" width="147"></a></td>
</tr>
<tr>
<td colspan="2"> <a href="http://emblitz.com/classroom.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image93','','emblitz_images/classroom_rollover.jpg',1)"><img src="embedded-c-kit_files/index_17.jpg" name="Image93" border="0" height="24" width="147"></a></td>
</tr>
<tr>
<td colspan="2"> <a href="http://emblitz.com/partnership.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image94','','emblitz_images/partnership_rollover.jpg',1)"><img src="embedded-c-kit_files/index_18.jpg" name="Image94" border="0" height="25" width="147"></a></td>
</tr>
<tr>
<td colspan="2"> <a href="http://emblitz.com/faq.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image95','','emblitz_images/faq_rollover.jpg',1)"><img src="embedded-c-kit_files/index_19.jpg" name="Image95" border="0" height="25" width="147"></a></td>
</tr>
<tr>
<td colspan="2"> <a href="http://emblitz.com/support.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image96','','emblitz_images/support_rollover.jpg',1)"><img src="embedded-c-kit_files/index_20.jpg" name="Image96" border="0" height="25" width="147"></a></td>
</tr>
<tr>
<td colspan="2"> <a href="http://emblitz.com/client.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image97','','emblitz_images/rollover_clientlist.jpg',1)"><img src="embedded-c-kit_files/index_21.jpg" name="Image97" border="0" height="25" width="147"></a></td>
</tr>
<tr>
<td colspan="2"> <a href="http://emblitz.com/query.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image98','','emblitz_images/rollover_online-query.jpg',1)"><img src="embedded-c-kit_files/index_22.jpg" name="Image98" border="0" height="23" width="147"></a></td>
</tr>
<tr>
<td valign="top"> <img src="embedded-c-kit_files/inner_23.jpg" alt="" height="2550" width="3"></td>
<td valign="top"> <p> </p>
<table align="center" background="embedded-c-kit_files/chat_list.jpg" border="0" cellpadding="0" cellspacing="0" height="172" width="131">
<tbody><tr>
<td background="embedded-c-kit_files/chat_list.jpg" valign="top"><div align="center"><br>
<br>
<br>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" height="120" width="125">
<param name="movie" value="emblitz_images/client_home.swf">
<param name="quality" value="high">
<embed src="embedded-c-kit_files/client_home.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" height="120" width="125">
</object>
<br>
</div></td>
</tr>
</tbody></table>
<p> </p>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="134">
<tbody><tr>
<td class="style46 style51 style52" valign="top">Software Tools</td>
</tr>
<tr>
<td class="style47" valign="top"><br>
:: Keil uV3<br>
:: Flash Magic<br>
<br>
<br>
<br>
<br>
<br>
</td>
</tr>
<tr>
<td class="style46 style51" valign="top"><br></td>
</tr>
<tr>
<td class="style46 style51" valign="top"><span class="style58">Products</span><br>
<br>
<br> </td>
</tr>
<tr>
<td class="style46 style51"><span class="style52">EmBlitz Evaluation Kit:
</span> <hr align="left" width="120"> </td>
</tr>
<tr>
<td class="style47" valign="top"><br>
:: <a href="http://emblitz.com/embedded-armstr-kit.html">ARM Starter Kit</a> <br>
<br>
:: <a href="http://emblitz.com/embedded-starter-kit.html">Embedded Starter Kit</a><br>
<br>
:: <a href="http://emblitz.com/embedded-c-kit.html">Embedded C Kit</a><br>
<br>
<a href="http://emblitz.com/low-cost-embedded-arm-kit.html">:: Low Cost Embedded ARM Project Kit</a> <br>
<br>
<a href="http://emblitz.com/rto-learner-kit.html">:: RTOS Learners Kit</a><br>
<br>
<a href="http://emblitz.com/vlsi-starter-kit.html">:: VLSI Starter Kit</a><br>
<br>
<a href="http://emblitz.com/embedded-pic-starter-kit.html">:: Embedded PIC<br>
Starter Kit </a><br>
<br>
<a href="http://emblitz.com/embedded-pic-c-kit.html">:: Embedded PIC C Kit</a><br>
<br>
<a href="http://emblitz.com/rfid_arm_kit.htm">:: RFID ARM Project Kit</a><br>
<br>
<a href="http://emblitz.com/rfid-8051-kit.html">:: RFID 8051 Project Kit</a></td>
</tr>
<tr>
<td class="style47" valign="top"> </td>
</tr>
<tr>
<td class="style47" valign="top"><br>
<br>
<br></td>
</tr>
<tr>
<td class="style46" valign="top"><span class="style52">EmBlitz (EVAT) <br>
Online Training :</span>
<hr align="left" width="120"></td>
</tr>
<tr>
<td class="style46" valign="top"><a href="http://emblitz.com/EVAT%20online%20training.html" class="style56">:: <span class="style57">Embedded Systems Design</span></a> <br>
<br>
<span class="style47"><a href="http://emblitz.com/VLSI%20online%20training.htm">:: VLSI Design</a></span><br>
<br>
<span class="style47"><a href="http://emblitz.com/ARM%20online%20training.htm">:: ARM Online Crash Course</a></span> </td>
</tr>
</tbody></table>
<p> </p>
<table class="style18" align="center" border="0" cellpadding="0" cellspacing="0" width="131">
<tbody><tr>
<td><img src="embedded-c-kit_files/fpga.jpg" height="31" width="132"></td>
</tr>
<tr>
<td><span class="style21">The
Everest Infocom has over 25 person-years of experience in FPGS / CPLD
based designs and its practical implementation. Its Engineers executed
designs for different domains such as Medical Electronics, Control and
Automation, Test & Measurement, Telecom, and Computer Peripherals.</span></td>
</tr>
</tbody></table>
<p> </p>
<table class="style18" align="center" border="0" cellpadding="0" cellspacing="0" width="131">
<tbody><tr>
<td><img src="embedded-c-kit_files/dsp.jpg" height="31" width="132"></td>
</tr>
<tr>
<td><span class="style21">The
Everest Infocom has over 25 person-years of experience in FPGS / CPLD
based designs and its practical implementation. Its Engineers executed
designs for different domains such as Medical Electronics, Control and
Automation, Test & Measurement, Telecom, and Computer Peripherals.</span></td>
</tr>
</tbody></table> <p> </p> <p> </p>
<div align="center"></div>
</td>
</tr>
<tr>
<td colspan="13"> <img src="embedded-c-kit_files/inner_26.jpg" alt="" height="16" width="750"></td>
</tr>
<tr>
<td colspan="5"> <img src="embedded-c-kit_files/inner_27.jpg" alt="" height="98" width="314"></td>
<td colspan="2"> <img src="embedded-c-kit_files/inner_28.jpg" alt="" height="98" width="91"></td>
<td colspan="6"> <img src="embedded-c-kit_files/inner_29.jpg" alt="" height="98" width="345"></td>
</tr>
<tr>
<td> <img src="embedded-c-kit_files/spacer.gif" alt="" height="1" width="3"></td>
<td> <img src="embedded-c-kit_files/spacer.gif" alt="" height="1" width="144"></td>
<td> <img src="embedded-c-kit_files/spacer.gif" alt="" height="1" width="22"></td>
<td> <img src="embedded-c-kit_files/spacer.gif" alt="" height="1" width="23"></td>
<td> <img src="embedded-c-kit_files/spacer.gif" alt="" height="1" width="122"></td>
<td> <img src="embedded-c-kit_files/spacer.gif" alt="" height="1" width="81"></td>
<td> <img src="embedded-c-kit_files/spacer.gif" alt="" height="1" width="10"></td>
<td> <img src="embedded-c-kit_files/spacer.gif" alt="" height="1" width="107"></td>
<td> <img src="embedded-c-kit_files/spacer.gif" alt="" height="1" width="11"></td>
<td> <img src="embedded-c-kit_files/spacer.gif" alt="" height="1" width="66"></td>
<td> <img src="embedded-c-kit_files/spacer.gif" alt="" height="1" width="90"></td>
<td> <img src="embedded-c-kit_files/spacer.gif" alt="" height="1" width="59"></td>
<td> <img src="embedded-c-kit_files/spacer.gif" alt="" height="1" width="12"></td>
</tr>
</tbody></table></td>
<td width="122"> </td>
</tr>
</tbody></table>
</body></html>
Subscribe to:
Posts (Atom)