<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NeoEGM.com &#187; Step by Step</title>
	<atom:link href="https://www.neoegm.com/tag/step-by-step/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.neoegm.com</link>
	<description>Knowledge is inside</description>
	<lastBuildDate>Mon, 08 Jul 2024 05:38:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.39</generator>
	<item>
		<title>How to install a Keil uVision peripheral plugin</title>
		<link>https://www.neoegm.com/tech/hardware/8051/keil-plugins/how-to-install-a-keil-uvision-peripheral-plugin/</link>
		<comments>https://www.neoegm.com/tech/hardware/8051/keil-plugins/how-to-install-a-keil-uvision-peripheral-plugin/#comments</comments>
		<pubDate>Mon, 03 May 2010 02:55:40 +0000</pubDate>
		<dc:creator><![CDATA[NeoEGM]]></dc:creator>
				<category><![CDATA[Keil Plugins]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[Keil]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Step by Step]]></category>
		<category><![CDATA[uVision]]></category>

		<guid isPermaLink="false">http://www.neoegm.com/?p=1704</guid>
		<description><![CDATA[The installation of a Keil uVision plugin depends on the plugin to be installed, but it&#8217;s commonly divided in four main steps. 1- First, copy the files corresponding to the C51 directory of the Keil&#8217;s installation. Assuming you have installed the application in C:\Keil, then the destination directory would be C:\Keil\C51. Commonly, you just copy [&#8230;]<div class='yarpp-related-rss'>
<strong>
Related posts:<ol>
<li><a href="https://www.neoegm.com/tech/hardware/8051/keil-plugins/keil-uvision-plugin-matrix-keyboard/" rel="bookmark" title="Keil uVision Plugin: Matrix Keyboard">Keil uVision Plugin: Matrix Keyboard </a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/plugins/wp-no-format/" rel="bookmark" title="WP-No-Format WordPress Plugin (Prevent HTML Code Formatting/Modification)">WP-No-Format WordPress Plugin (Prevent HTML Code Formatting/Modification) </a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/plugins/updated-qtranslate-support-for-the-google-xml-sitemaps-generator-wordpress-plugin-3-1-6-2nd-release/" rel="bookmark" title="Updated: qTranslate support for the Google (XML) Sitemaps Generator WordPress Plugin 3.1.6 (2nd Release)">Updated: qTranslate support for the Google (XML) Sitemaps Generator WordPress Plugin 3.1.6 (2nd Release) </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.neoegm.com/tech/hardware/8051/keil-plugins/keil-uvision-plugin-matrix-keyboard/"><img src="http://www.neoegm.com/wp-content/uploads/2010/05/MatrixKeyboard_Keyboard_Multiple.png" alt="" title="MatrixKeyboard_Keyboard_Multiple" width="184" height="256" class="aligncenter size-full wp-image-1695" /></a></p>
<p>The installation of a Keil uVision plugin depends on the plugin to be installed, but it&#8217;s commonly divided in four main steps.</p>
<p><span id="more-1704"></span></p>
<p>1- First, copy the files corresponding to the <strong>C51</strong> directory of the Keil&#8217;s installation.</p>
<p>Assuming you have installed the application in C:\Keil, then the destination directory would be <strong>C:\Keil\C51</strong>.</p>
<p>Commonly, you just copy there the plugin DLL.</p>
<p>2- Copy the additional files to be used to the <strong>UV3</strong> or <strong>UV4</strong> directory, depending on whether you are using uVision 3 o uVision 4.</p>
<p>These use to be additional files used by the plugin. This should have been indicated by the plugin developer for each particular plugin.</p>
<p>3- Copy the needed files to each project directory. These are commonly project specific configuration files, like the ones specifying the used pins.</p>
<p>4- Configure the project in order to use the plugin.</p>
<p>In uVision, go to Project->Options for Target, and then to the Debug tab.</p>
<p>There, we edit the field &#8220;Parameter&#8221; which is next to &#8220;Dialog DLL&#8221;&#8230;</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2010/05/Keil_Config_Debug.png" rel="lightbox[1704]"><img src="http://www.neoegm.com/wp-content/uploads/2010/05/Keil_Config_Debug-300x225.png" alt="" title="Keil_Config_Debug" width="300" height="225" class="aligncenter size-medium wp-image-1707" /></a></p>
<p>We add the following to the back of the text string:</p>
<p>-d<strong>PluginName</strong></p>
<p>For example, in the case we wanted to use the <a href="http://www.neoegm.com/tech/hardware/8051/keil-plugins/keil-uvision-plugin-matrix-keyboard/">Matrix Keyboard plugin</a>, we would write, just as in the image:</p>
<p>-d<strong>MatrixKeyboard</strong></p>
<p>That&#8217;s all, we&#8217;re ready to start the debugging mode and run our project.<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="https://www.neoegm.com/tech/hardware/8051/keil-plugins/how-to-install-a-keil-uvision-peripheral-plugin/" title="keil plugin">keil plugin</a></li>
<li><a href="https://www.neoegm.com/tech/hardware/8051/keil-plugins/how-to-install-a-keil-uvision-peripheral-plugin/" title="keil uvision 4">keil uvision 4</a></li>
<li><a href="https://www.neoegm.com/tech/hardware/8051/keil-plugins/how-to-install-a-keil-uvision-peripheral-plugin/" title="keil uvision3">keil uvision3</a></li>
<li><a href="https://www.neoegm.com/tech/hardware/8051/keil-plugins/how-to-install-a-keil-uvision-peripheral-plugin/" title="how to install KEIL uvision3">how to install KEIL uvision3</a></li>
<li><a href="https://www.neoegm.com/tech/hardware/8051/keil-plugins/how-to-install-a-keil-uvision-peripheral-plugin/" title="keil peripherals">keil peripherals</a></li>
<li><a href="https://www.neoegm.com/tech/hardware/8051/keil-plugins/how-to-install-a-keil-uvision-peripheral-plugin/" title="keil peripheral">keil peripheral</a></li>
<li><a href="https://www.neoegm.com/tech/hardware/8051/keil-plugins/how-to-install-a-keil-uvision-peripheral-plugin/" title="peripheral plug in">peripheral plug in</a></li>
<li><a href="https://www.neoegm.com/tech/hardware/8051/keil-plugins/how-to-install-a-keil-uvision-peripheral-plugin/" title="How to install keil uvision 4">How to install keil uvision 4</a></li>
<li><a href="https://www.neoegm.com/tech/hardware/8051/keil-plugins/how-to-install-a-keil-uvision-peripheral-plugin/" title="como instalar el keil">como instalar el keil</a></li>
<li><a href="https://www.neoegm.com/tech/hardware/8051/keil-plugins/how-to-install-a-keil-uvision-peripheral-plugin/" title="Keil peripheral dll">Keil peripheral dll</a></li>
</ul>
<div class='yarpp-related-rss'>
<strong><p>Related posts:<ol>
<li><a href="https://www.neoegm.com/tech/hardware/8051/keil-plugins/keil-uvision-plugin-matrix-keyboard/" rel="bookmark" title="Keil uVision Plugin: Matrix Keyboard">Keil uVision Plugin: Matrix Keyboard </a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/plugins/wp-no-format/" rel="bookmark" title="WP-No-Format WordPress Plugin (Prevent HTML Code Formatting/Modification)">WP-No-Format WordPress Plugin (Prevent HTML Code Formatting/Modification) </a></li>
<li><a href="https://www.neoegm.com/tech/wordpress/plugins/updated-qtranslate-support-for-the-google-xml-sitemaps-generator-wordpress-plugin-3-1-6-2nd-release/" rel="bookmark" title="Updated: qTranslate support for the Google (XML) Sitemaps Generator WordPress Plugin 3.1.6 (2nd Release)">Updated: qTranslate support for the Google (XML) Sitemaps Generator WordPress Plugin 3.1.6 (2nd Release) </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>https://www.neoegm.com/tech/hardware/8051/keil-plugins/how-to-install-a-keil-uvision-peripheral-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure Hotmail, Live and MSN e-mail accounts to use them with POP3 in Outlook 2007 and Outlook 2003</title>
		<link>https://www.neoegm.com/tech/internet-tech/e-mail-internet/configure-hotmail-live-and-msn-e-mail-accounts-to-use-them-with-pop3-in-outlook-2007-and-outlook-2003/</link>
		<comments>https://www.neoegm.com/tech/internet-tech/e-mail-internet/configure-hotmail-live-and-msn-e-mail-accounts-to-use-them-with-pop3-in-outlook-2007-and-outlook-2003/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 07:00:07 +0000</pubDate>
		<dc:creator><![CDATA[NeoEGM]]></dc:creator>
				<category><![CDATA[E-Mail]]></category>
		<category><![CDATA[Configure]]></category>
		<category><![CDATA[Hotmail]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Live]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MSN]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Outlook 2003]]></category>
		<category><![CDATA[Outlook 2007]]></category>
		<category><![CDATA[POP3]]></category>
		<category><![CDATA[SMTP]]></category>
		<category><![CDATA[SPA]]></category>
		<category><![CDATA[Step by Step]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.neoegm.com/?p=1036</guid>
		<description><![CDATA[As you may know, Microsoft has decided some time ago to open its POP3 support for Hotmail, Live and MSN e-mail accounts&#8230; Here, you&#8217;ll find the needed information to make them work on your favorite e-mail client&#8230; First, I&#8217;ll leave the configuration data (that you can use in any e-mail client) and, then, I&#8217;ll explain [&#8230;]<div class='yarpp-related-rss'>
<strong>
Related posts:<ol>
<li><a href="https://www.neoegm.com/blog/culture-above-all/culture-above-all-2-miss-teen-usa-2007-south-carolina-answers-a-question/" rel="bookmark" title="Culture Above All II: Miss Teen USA 2007 (South Carolina) answers a question">Culture Above All II: Miss Teen USA 2007 (South Carolina) answers a question </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.neoegm.com/wp-content/uploads/2009/08/vista-wow-windows-live-logo_256x2561-150x150.png" alt="vista-wow-windows-live-logo_256x256[1]" title="vista-wow-windows-live-logo_256x256[1]" width="150" height="150" class="aligncenter size-thumbnail wp-image-1074" /></p>
<p>As you may know, Microsoft has decided some time ago to open its <strong>POP3 support</strong> for <strong>Hotmail</strong>, <strong>Live</strong> and <strong>MSN</strong> e-mail accounts&#8230;</p>
<p>Here, you&#8217;ll find the needed information to make them work on your favorite e-mail client&#8230;</p>
<p>First, I&#8217;ll leave the configuration data (that you can use in any e-mail client) and, then, I&#8217;ll explain step by step how to configure the accounts in Outlook&#8230;</p>
<p><strong>Server type:</strong> POP3<br />
<strong>Incoming mail server (POP3):</strong> pop3.live.com<br />
<strong>Outgoing mail server (SMTP):</strong> smtp.live.com<br />
<strong>Require logon using Secure Password Authentication (SPA):</strong> Yes.<br />
<strong>SMTP Authentication:</strong> Yes, use the same settings as the incoming mail server.<br />
<strong>POP3 Encrypted Connection:</strong> Yes.<br />
<strong>POP3 Port:</strong> 995<br />
<strong>SMTP Connection Encryption:</strong> Yes, TLS.<br />
<strong>SMTP Port:</strong> 25.</p>
<p><span id="more-1036"></span></p>
<p>These instructions are for Outlook 2007, but they also apply to Outlook 2003 with some little differences&#8230; Those differences will be explained where corresponding&#8230;</p>
<p>First of all, you must go to Tools->Account Settings&#8230; [<em>Outlook 2003:</em> it is Tools->E-Mail Accounts&#8230;]</p>
<p><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_Menu.png" alt="Outlook_2007_Configure_Menu" title="Outlook_2007_Configure_Menu" width="381" height="373" class="aligncenter size-full wp-image-1047" /></p>
<p>Then, this screen will appear&#8230; (If you don&#8217;t have any account set up yet, it may open directly the New Account Wizard)&#8230; [<em>Outlook 2003:</em> You must choose &#8220;View or change existing e-mail accounts&#8221; for the following screen to appear, but you can directly choose &#8220;Add a new e-mail account&#8221;.]</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_Account_Settings.png" rel="lightbox[1036]"><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_Account_Settings-300x248.png" alt="Outlook_2007_Configure_Account_Settings" title="Outlook_2007_Configure_Account_Settings" width="300" height="248" class="aligncenter size-medium wp-image-1043" /></a></p>
<p>You must press &#8220;New&#8221;&#8230; (You will not need to do this if the New Account Wizard opened automatically).</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_Service_Main.png" rel="lightbox[1036]"><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_Service_Main-300x227.png" alt="Outlook_2007_Configure_Service_Main" title="Outlook_2007_Configure_Service_Main" width="300" height="227" class="aligncenter size-medium wp-image-1052" /></a></p>
<p>Here you must choose &#8220;Microsoft Exchange, POP3, IMAP or HTTP&#8221; and press Next&#8230; [<em>Outlook 2003:</em> just choose POP3.]</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_Auto.png" rel="lightbox[1036]"><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_Auto-300x226.png" alt="Outlook_2007_Configure_Auto" title="Outlook_2007_Configure_Auto" width="300" height="226" class="aligncenter size-medium wp-image-1044" /></a></p>
<p>Then, check &#8220;Manually configure server settings or additional server types&#8221; and press Next&#8230; [<em>Outlook 2003:</em> this step is not needed.]</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_Service.png" rel="lightbox[1036]"><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_Service-300x227.png" alt="Outlook_2007_Configure_Service" title="Outlook_2007_Configure_Service" width="300" height="227" class="aligncenter size-medium wp-image-1051" /></a></p>
<p>Choose &#8220;Internet E-mail&#8221; and press Next&#8230; The Manual configuration screen will appear&#8230; Fill it with the following data: [<em>Outlook 2003:</em> the Manual configuration screen will appear directly without this step, just fill it. You must not check the &#8220;Require logon using Secure Password Authentication (SPA)&#8221; since it doesn&#8217;t seem to be correctly supported for Outlook 2003.]</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_Manually.png" rel="lightbox[1036]"><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_Manually-300x227.png" alt="Outlook_2007_Configure_Manually" title="Outlook_2007_Configure_Manually" width="300" height="227" class="aligncenter size-medium wp-image-1046" /></a></p>
<p>Of course, you must adapt for your account the following fields: &#8220;Your Name&#8221;, &#8220;E-Mail Address&#8221;, &#8220;User Name&#8221; and &#8220;Password&#8221;&#8230; If you don&#8217;t want to leave your password saved, just uncheck the &#8220;Remember password&#8221; checkbox&#8230;</p>
<p>Then, press &#8220;More Settings&#8221;&#8230;</p>
<p><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_More_General.png" alt="Outlook_2007_Configure_More_General" title="Outlook_2007_Configure_More_General" width="415" height="459" class="aligncenter size-full wp-image-1049" /></p>
<p>Go to the &#8220;Outgoing Server&#8221; page and leave it configured like this:</p>
<p><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_More_Outgoing.png" alt="Outlook_2007_Configure_More_Outgoing" title="Outlook_2007_Configure_More_Outgoing" width="411" height="458" class="aligncenter size-full wp-image-1050" /></p>
<p>Then go to the Advanced page and leave it like this&#8230; [<em>Outlook 2003:</em> there is no outgoing server connection encryption type selection, just check both SSL boxes.]</p>
<p><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_More_Advanced.png" alt="Outlook_2007_Configure_More_Advanced" title="Outlook_2007_Configure_More_Advanced" width="416" height="458" class="aligncenter size-full wp-image-1048" /></p>
<p>If you don&#8217;t want the downloaded messages to be removed from your webmail account, just check &#8220;Leave a copy of messages on the server&#8221;&#8230;</p>
<p>After that, press OK and then, the &#8220;Test Account Settings&#8221; button&#8230; If everything was correctly configured, you&#8217;ll get the following screen: [<em>Outlook 2003:</em> there are more items, but they must all be checked in green.]</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_Test.png" rel="lightbox[1036]"><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_Test-300x157.png" alt="Outlook_2007_Configure_Test" title="Outlook_2007_Configure_Test" width="300" height="157" class="aligncenter size-medium wp-image-1042" /></a></p>
<p>Finally, close it and press Next&#8230; The Congratulations screen will appear&#8230;</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_Finish.png" rel="lightbox[1036]"><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_Finish-300x226.png" alt="Outlook_2007_Configure_Finish" title="Outlook_2007_Configure_Finish" width="300" height="226" class="aligncenter size-medium wp-image-1045" /></a></p>
<p>And that&#8217;s all&#8230;</p>
<p>Enjoy it! <img src="https://www.neoegm.com/wp-includes/images/smilies/simple-smile.png" alt=":)" class="wp-smiley" style="height: 1em; max-height: 1em;" /><br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="https://www.neoegm.com/tech/internet-tech/e-mail-internet/configure-hotmail-live-and-msn-e-mail-accounts-to-use-them-with-pop3-in-outlook-2007-and-outlook-2003/" title="@hotmail com mail">@hotmail com mail</a></li>
<li><a href="https://www.neoegm.com/tech/internet-tech/e-mail-internet/configure-hotmail-live-and-msn-e-mail-accounts-to-use-them-with-pop3-in-outlook-2007-and-outlook-2003/" title="configurar msn en outlook 2007">configurar msn en outlook 2007</a></li>
<li><a href="https://www.neoegm.com/tech/internet-tech/e-mail-internet/configure-hotmail-live-and-msn-e-mail-accounts-to-use-them-with-pop3-in-outlook-2007-and-outlook-2003/" title="configurar msn en outlook">configurar msn en outlook</a></li>
<li><a href="https://www.neoegm.com/tech/internet-tech/e-mail-internet/configure-hotmail-live-and-msn-e-mail-accounts-to-use-them-with-pop3-in-outlook-2007-and-outlook-2003/" title="hotmail outlook 2007 manual settings">hotmail outlook 2007 manual settings</a></li>
<li><a href="https://www.neoegm.com/tech/internet-tech/e-mail-internet/configure-hotmail-live-and-msn-e-mail-accounts-to-use-them-with-pop3-in-outlook-2007-and-outlook-2003/" title="hotmail com mail">hotmail com mail</a></li>
<li><a href="https://www.neoegm.com/tech/internet-tech/e-mail-internet/configure-hotmail-live-and-msn-e-mail-accounts-to-use-them-with-pop3-in-outlook-2007-and-outlook-2003/" title="configurar cuenta msn en outlook 2007">configurar cuenta msn en outlook 2007</a></li>
<li><a href="https://www.neoegm.com/tech/internet-tech/e-mail-internet/configure-hotmail-live-and-msn-e-mail-accounts-to-use-them-with-pop3-in-outlook-2007-and-outlook-2003/" title="configurar outlook 2007 con msn">configurar outlook 2007 con msn</a></li>
<li><a href="https://www.neoegm.com/tech/internet-tech/e-mail-internet/configure-hotmail-live-and-msn-e-mail-accounts-to-use-them-with-pop3-in-outlook-2007-and-outlook-2003/" title="how to configure hotmail in outlook 2007">how to configure hotmail in outlook 2007</a></li>
<li><a href="https://www.neoegm.com/tech/internet-tech/e-mail-internet/configure-hotmail-live-and-msn-e-mail-accounts-to-use-them-with-pop3-in-outlook-2007-and-outlook-2003/" title="configurar cuenta de hotmail en outlook 2007 facil paso a paso">configurar cuenta de hotmail en outlook 2007 facil paso a paso</a></li>
<li><a href="https://www.neoegm.com/tech/internet-tech/e-mail-internet/configure-hotmail-live-and-msn-e-mail-accounts-to-use-them-with-pop3-in-outlook-2007-and-outlook-2003/" title="how to configure hotmail in outlook 2007 step by step">how to configure hotmail in outlook 2007 step by step</a></li>
</ul>
<div class='yarpp-related-rss'>
<strong><p>Related posts:<ol>
<li><a href="https://www.neoegm.com/blog/culture-above-all/culture-above-all-2-miss-teen-usa-2007-south-carolina-answers-a-question/" rel="bookmark" title="Culture Above All II: Miss Teen USA 2007 (South Carolina) answers a question">Culture Above All II: Miss Teen USA 2007 (South Carolina) answers a question </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>https://www.neoegm.com/tech/internet-tech/e-mail-internet/configure-hotmail-live-and-msn-e-mail-accounts-to-use-them-with-pop3-in-outlook-2007-and-outlook-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
