<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: .NET Micro Framework v4.0 coming soon!</title>
	<atom:link href="http://devicesolutions.wordpress.com/2009/09/01/net-micro-framework-v4-0-coming-soon/feed/" rel="self" type="application/rss+xml" />
	<link>http://devicesolutions.wordpress.com/2009/09/01/net-micro-framework-v4-0-coming-soon/</link>
	<description>News and accouncements</description>
	<lastBuildDate>Tue, 01 Mar 2011 05:09:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: mwelford</title>
		<link>http://devicesolutions.wordpress.com/2009/09/01/net-micro-framework-v4-0-coming-soon/#comment-192</link>
		<dc:creator><![CDATA[mwelford]]></dc:creator>
		<pubDate>Fri, 11 Sep 2009 22:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.devicesolutions.net/?p=189#comment-192</guid>
		<description><![CDATA[The current time is available in micro second resolution.  
Pavel Bansky has some code that uses this in his blog post on controlling servos from the Micro Framework.  
http://bansky.net/blog/2008/05/control-servos-from-micro-framework/
If you need exactly 888us then native code might still be the best way to go.]]></description>
		<content:encoded><![CDATA[<p>The current time is available in micro second resolution.<br />
Pavel Bansky has some code that uses this in his blog post on controlling servos from the Micro Framework.<br />
<a href="http://bansky.net/blog/2008/05/control-servos-from-micro-framework/" rel="nofollow">http://bansky.net/blog/2008/05/control-servos-from-micro-framework/</a><br />
If you need exactly 888us then native code might still be the best way to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malick</title>
		<link>http://devicesolutions.wordpress.com/2009/09/01/net-micro-framework-v4-0-coming-soon/#comment-191</link>
		<dc:creator><![CDATA[Malick]]></dc:creator>
		<pubDate>Fri, 11 Sep 2009 06:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.devicesolutions.net/?p=189#comment-191</guid>
		<description><![CDATA[In fact I want to use the TahoeII as a remote control so I made a small transmission circuit is connected to TahoeII, my goal is to send a frame infrared light from Manchester encoding only I can not translate 889μs using Thread.uSleep (889μs) does not work in c #.
OutputPort outputPort = new OutputPort(MeridianP.Pins.GPIO1, false);
            //bool temp = true;
            int Donnee;
            int temp;

            Donnee = 14420; 
             
            while (true)
            {
                

                //int i;
                for (int i = 0; i &gt; 1;]]></description>
		<content:encoded><![CDATA[<p>In fact I want to use the TahoeII as a remote control so I made a small transmission circuit is connected to TahoeII, my goal is to send a frame infrared light from Manchester encoding only I can not translate 889μs using Thread.uSleep (889μs) does not work in c #.<br />
OutputPort outputPort = new OutputPort(MeridianP.Pins.GPIO1, false);<br />
            //bool temp = true;<br />
            int Donnee;<br />
            int temp;</p>
<p>            Donnee = 14420; </p>
<p>            while (true)<br />
            {</p>
<p>                //int i;<br />
                for (int i = 0; i &gt; 1;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malick</title>
		<link>http://devicesolutions.wordpress.com/2009/09/01/net-micro-framework-v4-0-coming-soon/#comment-190</link>
		<dc:creator><![CDATA[Malick]]></dc:creator>
		<pubDate>Fri, 11 Sep 2009 06:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.devicesolutions.net/?p=189#comment-190</guid>
		<description><![CDATA[In fact I want to use the TahoeII as a remote control so I made a small transmission circuit is connected to TahoeII, my goal is to send a frame infrared light from Manchester encoding only I can not translate 889μs using Thread.uSleep (889μs) does not work in c #.
Here is my program:

namespace MFConsoleApplication3
{
    public class Program
    {

        public static void Main()
        {

           OutputPort outputPort = new OutputPort(MeridianP.Pins.GPIO1, false);
            //bool temp = true;
            int Donnee;
            int temp;

            Donnee = 14420; 
             
            while (true)
            {
                

                //int i;
                for (int i = 0; i &gt; 1;

                    }
}
 }

    }
}

Help please.]]></description>
		<content:encoded><![CDATA[<p>In fact I want to use the TahoeII as a remote control so I made a small transmission circuit is connected to TahoeII, my goal is to send a frame infrared light from Manchester encoding only I can not translate 889μs using Thread.uSleep (889μs) does not work in c #.<br />
Here is my program:</p>
<p>namespace MFConsoleApplication3<br />
{<br />
    public class Program<br />
    {</p>
<p>        public static void Main()<br />
        {</p>
<p>           OutputPort outputPort = new OutputPort(MeridianP.Pins.GPIO1, false);<br />
            //bool temp = true;<br />
            int Donnee;<br />
            int temp;</p>
<p>            Donnee = 14420; </p>
<p>            while (true)<br />
            {</p>
<p>                //int i;<br />
                for (int i = 0; i &gt; 1;</p>
<p>                    }<br />
}<br />
 }</p>
<p>    }<br />
}</p>
<p>Help please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mwelford</title>
		<link>http://devicesolutions.wordpress.com/2009/09/01/net-micro-framework-v4-0-coming-soon/#comment-189</link>
		<dc:creator><![CDATA[mwelford]]></dc:creator>
		<pubDate>Thu, 10 Sep 2009 18:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.devicesolutions.net/?p=189#comment-189</guid>
		<description><![CDATA[Hi
The best resolution you can get from Sleep is 1ms.  If you need to do more accurate timing I suggest you write something in native code.  Use the contact page on the web site and I will get you setup for this.]]></description>
		<content:encoded><![CDATA[<p>Hi<br />
The best resolution you can get from Sleep is 1ms.  If you need to do more accurate timing I suggest you write something in native code.  Use the contact page on the web site and I will get you setup for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malick</title>
		<link>http://devicesolutions.wordpress.com/2009/09/01/net-micro-framework-v4-0-coming-soon/#comment-187</link>
		<dc:creator><![CDATA[Malick]]></dc:creator>
		<pubDate>Thu, 10 Sep 2009 12:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.devicesolutions.net/?p=189#comment-187</guid>
		<description><![CDATA[Hello,

I would go out on my out put 0&#039;s and 1&#039;s by making breaks of 888μs.
So I tried using Thread.Sleep (889) in c # I just wants him μs
whereas here it is in ms.
Please help.]]></description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I would go out on my out put 0&#8242;s and 1&#8242;s by making breaks of 888μs.<br />
So I tried using Thread.Sleep (889) in c # I just wants him μs<br />
whereas here it is in ms.<br />
Please help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

