<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>mftoolkit Discussions Rss Feed</title><link>http://www.codeplex.com/mftoolkit/Thread/List.aspx</link><description>mftoolkit Discussions Rss Description</description><item><title>New Post: XBEE Series 2</title><link>http://mftoolkit.codeplex.com/discussions/284816</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I'm pretty new with XBee but my understanding is that once you configure the modem to use the API you cannot send it AT commands. Have you tried configuring it using Router AT to see if it responds?&lt;/p&gt;&lt;/div&gt;</description><author>tdragger</author><pubDate>Sat, 21 Jan 2012 14:15:58 GMT</pubDate><guid isPermaLink="false">New Post: XBEE Series 2 20120121021558P</guid></item><item><title>New Post: ZCL Support</title><link>http://mftoolkit.codeplex.com/discussions/236470</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;is there a document which describe the commands supported by Digi' XBee devices?&lt;/p&gt;&lt;/div&gt;</description><author>awaiK</author><pubDate>Fri, 20 Jan 2012 15:21:59 GMT</pubDate><guid isPermaLink="false">New Post: ZCL Support 20120120032159P</guid></item><item><title>New Post: XBEE Series 2</title><link>http://mftoolkit.codeplex.com/discussions/284816</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;I've been racking my brains with a strange issue since one week.&lt;/p&gt;
&lt;p&gt;I have a XBEE S2 configured in API mode as a ROUTER (FW 23A0) attached to a Netduino Plus through COM2.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The issue is that every time I try to send a command to the module I get no answer (but I can receive), instead, I get a timeout. I've debugged the code until reaching the point where line
&lt;strong&gt;serialport.write(bytes[],0,bytes.lenght)&lt;/strong&gt; in xbee.cs (within function&amp;nbsp;&lt;strong&gt;&lt;a href="http://www.aisto.com/roeder/dotnet/Default.aspx?Target=code://MicroXBee:10.11.8.1/MFToolkit.Net.XBee.XBee/ExecuteNonQuery(MFToolkit.Net.XBee.XBeeRequest):Boolean"&gt;ExecuteNonQuery&lt;/a&gt;&lt;/strong&gt;(&lt;a title="MFToolkit.Net.XBee.XBeeRequest" href="http://www.aisto.com/roeder/dotnet/Default.aspx?Target=code://MicroXBee:10.11.8.1/MFToolkit.Net.XBee.XBeeRequest"&gt;XBeeRequest&lt;/a&gt;
 request)) is executed unsuccessfully. (BTW the method serial_port.isopen() is true )&lt;/p&gt;
&lt;p&gt;I have checked the the content of bytes[] and is correct, moreover I've sent them successfully using X-CTU.&lt;/p&gt;
&lt;p&gt;Is there any option in the constructor I missed?&lt;/p&gt;
&lt;p&gt;I've tryed the following:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;XBeeModule myXbee =&amp;nbsp;new XBeeModule(SerialPorts.COM2, 9600, ApiType.Enabled);&lt;/p&gt;
&lt;p&gt;//I have even tryed to use class XBee instead of XBeeModule!!! -&amp;gt; same result!&lt;/p&gt;
&lt;p&gt;//and setting parity, stopbytes and etc. -&amp;gt; no result!&lt;/p&gt;
&lt;p&gt;myXbee.FrameReceived &amp;#43;= new FrameReceivedEventHandler(myXbee_FrameReceived);&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;myXbee.ModemStatusChanged &amp;#43;= new ModemStatusChangedEventHandler(myXbee_ModemStatusChanged);&amp;nbsp;&lt;/p&gt;
&lt;p&gt;myXbee.Open();&lt;/p&gt;
&lt;p&gt;And in another method I call:&amp;nbsp;myXbee.Execute(new AtCommand(&amp;quot;MY&amp;quot;));&lt;/p&gt;
&lt;p&gt;Then...fatality! Timeout!&lt;/p&gt;
&lt;p&gt;I know the module is well configured because I wrote the code by myself and the module was answering.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It's a pity...hope somebody has a clue to figure out where's the mistake:(&lt;/p&gt;
&lt;p&gt;Thanks and happy new year!!!&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>ipq</author><pubDate>Tue, 03 Jan 2012 13:08:40 GMT</pubDate><guid isPermaLink="false">New Post: XBEE Series 2 20120103010840P</guid></item><item><title>New Post: xbee receiving samples from end device</title><link>http://mftoolkit.codeplex.com/discussions/278648</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I got one xbee (&amp;quot;slave&amp;quot;) configured to send sample data every 5 seconds to a second xbee (&amp;quot;master&amp;quot;). I see activity on the usb explorer board of the master every 5 seconds but the event FrameReceived is never triggered. Directly using the SerialPort class
 does work, every 5 seconds I'm receiving data. If I execute a remote AT command from the master to the slave then the FrameReceived event is triggered with the data from the slave.&lt;/p&gt;
&lt;p&gt;Should receiving sample data from the slave be handled in a different way?&lt;/p&gt;
&lt;p&gt;BTW, I'm using XBee's Series 1.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Steven&lt;/p&gt;
&lt;/div&gt;</description><author>hillaerts</author><pubDate>Mon, 07 Nov 2011 22:27:50 GMT</pubDate><guid isPermaLink="false">New Post: xbee receiving samples from end device 20111107102750P</guid></item><item><title>New Post: MFSnmp</title><link>http://mftoolkit.codeplex.com/discussions/208464</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I have released a preview version of this library at the above link which is in the Net MF Issue Tracker..&lt;/p&gt;
&lt;p&gt;&lt;a href="http://netmf.codeplex.com/workitem/1232"&gt;http://netmf.codeplex.com/workitem/1232&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Please post all feedback in that thread.&lt;/p&gt;&lt;/div&gt;</description><author>juliusfriedman</author><pubDate>Thu, 29 Sep 2011 19:42:36 GMT</pubDate><guid isPermaLink="false">New Post: MFSnmp 20110929074236P</guid></item><item><title>New Post: MFSnmp</title><link>http://mftoolkit.codeplex.com/discussions/208464</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Please make all requests @ &lt;a href="http://netmf.codeplex.com/workitem/1232"&gt;http://netmf.codeplex.com/workitem/1232&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><author>juliusfriedman</author><pubDate>Thu, 22 Sep 2011 12:37:48 GMT</pubDate><guid isPermaLink="false">New Post: MFSnmp 20110922123748P</guid></item><item><title>New Post: MFSnmp</title><link>http://mftoolkit.codeplex.com/discussions/208464</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Would it be possible for you to post it. (code or assemblies). I'd like to use it but i'm on a short schedule and needs something fast. Alternative is to write something myself for receiving and generating traps.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best Regards&lt;/p&gt;
&lt;p&gt;Joakim&lt;/p&gt;&lt;/div&gt;</description><author>jobe</author><pubDate>Thu, 22 Sep 2011 08:32:59 GMT</pubDate><guid isPermaLink="false">New Post: MFSnmp 20110922083259A</guid></item><item><title>New Post: MFSnmp</title><link>http://mftoolkit.codeplex.com/discussions/208464</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Julius,&lt;/p&gt;
&lt;p&gt;I'm also very interested in your development around SNMP. I'm also trying to port an exiting library to NETMF, but it requires many adaptations, and my lakes in SNMP packet description gives trouble....&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I hope you'll be able to post your library soon, and moreover, integrate it directly in the TCP stack of MF....&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Louis&lt;/p&gt;&lt;/div&gt;</description><author>LouisCPro</author><pubDate>Mon, 12 Sep 2011 21:03:35 GMT</pubDate><guid isPermaLink="false">New Post: MFSnmp 20110912090335P</guid></item><item><title>New Post: Beginner!</title><link>http://mftoolkit.codeplex.com/discussions/272034</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;&lt;span id="result_box" lang="en"&gt;&lt;span&gt;Hello,&lt;/span&gt;&lt;br&gt;
&lt;span&gt;I have&lt;/span&gt; &lt;span&gt;recently&lt;/span&gt; &lt;span&gt;started to develop&lt;/span&gt; &lt;span&gt;with Micro&lt;/span&gt;
&lt;span&gt;Framework.&lt;/span&gt; &lt;span&gt;I want to know&lt;/span&gt; &lt;span&gt;what is it&lt;/span&gt; &lt;span&gt;
exactly&lt;/span&gt; &lt;span&gt;MFToolkit&lt;/span&gt;&lt;span&gt;.&lt;/span&gt; &lt;span&gt;Is there any&lt;/span&gt; &lt;span&gt;
documentation on the&lt;/span&gt; &lt;span&gt;differences /&lt;/span&gt; &lt;span&gt;extensions&lt;/span&gt; &lt;span&gt;
than&lt;/span&gt; &lt;span&gt;the&lt;/span&gt; &lt;span&gt;original&lt;/span&gt; &lt;span&gt;framawork&lt;/span&gt;&lt;span&gt;?&lt;/span&gt;&lt;br&gt;
&lt;span&gt;Thanks&lt;/span&gt; &lt;span&gt;in advance&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>VaniPlex</author><pubDate>Fri, 09 Sep 2011 11:05:52 GMT</pubDate><guid isPermaLink="false">New Post: Beginner! 20110909110552A</guid></item><item><title>New Post: How to use mftoolkit?</title><link>http://mftoolkit.codeplex.com/discussions/69245</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Yes, some samples would be great. &amp;nbsp;I figured a lot of this out a couple years back but now none of the code I wrote at the time works with the latest version. &amp;nbsp;Would love to see some examples of how we're supposed to be using this library properly. &amp;nbsp;Thanks!&lt;/p&gt;&lt;/div&gt;</description><author>ianlee74</author><pubDate>Fri, 05 Aug 2011 00:25:34 GMT</pubDate><guid isPermaLink="false">New Post: How to use mftoolkit? 20110805122534A</guid></item><item><title>New Post: How to use mftoolkit?</title><link>http://mftoolkit.codeplex.com/discussions/69245</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Can we please have some code samples on how to use the MFToolKit XBee library on the Tahoe-II development board?&lt;/p&gt;&lt;/div&gt;</description><author>mbyamukama</author><pubDate>Mon, 11 Jul 2011 20:49:06 GMT</pubDate><guid isPermaLink="false">New Post: How to use mftoolkit? 20110711084906P</guid></item><item><title>New Post: MFSnmp</title><link>http://mftoolkit.codeplex.com/discussions/208464</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Your replies are not in vein...&lt;/p&gt;
&lt;p&gt;I will be posting at the very least a manager / messenger for use with Snmp V1 and V2 Protocols.&lt;/p&gt;
&lt;p&gt;Please make an issue at the Micro Framework Issue Tracker so your voices can be heard!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="http://netmf.codeplex.com/workitem/list/basic"&gt;http://netmf.codeplex.com/workitem/list/basic&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I am in talks with Lorenzo&amp;nbsp;regarding having my implementation included into the Micro Framework but just my saying it's a good feature is not much when your dealing with thousands of users and many potential support scenarios.&lt;/p&gt;
&lt;p&gt;Please make an issue there and set the expectations of what is required for your application!&lt;/p&gt;
&lt;p&gt;Sincerely,&lt;/p&gt;
&lt;p&gt;Julius R. Friedman&lt;/p&gt;&lt;/div&gt;</description><author>juliusfriedman</author><pubDate>Fri, 08 Jul 2011 02:21:52 GMT</pubDate><guid isPermaLink="false">New Post: MFSnmp 20110708022152A</guid></item><item><title>New Post: MFSnmp</title><link>http://mftoolkit.codeplex.com/discussions/208464</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Julius,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Did you finally provide your code ?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I'm very interested in what you've done. I need trapping and also respond to remote request (an Agent in fact) from my embedded module, and I'm trying to port the SharSnmpLib, but it require a long...long....job to achieve.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for your feedback.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>LouisCPro</author><pubDate>Fri, 17 Jun 2011 12:47:30 GMT</pubDate><guid isPermaLink="false">New Post: MFSnmp 20110617124730P</guid></item><item><title>New Post: MFSnmp</title><link>http://mftoolkit.codeplex.com/discussions/208464</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;We are very interested, too. We're trying to develop a SNMP agent that raises traps whenever some kind of physical event happens.&lt;/p&gt;&lt;/div&gt;</description><author>maiorfi</author><pubDate>Fri, 18 Mar 2011 11:17:20 GMT</pubDate><guid isPermaLink="false">New Post: MFSnmp 20110318111720A</guid></item><item><title>New Post: Getting strange exception when trying to build</title><link>http://mftoolkit.codeplex.com/discussions/246514</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Never mind I figured out what was happening. From tracing through a few of your blogs I found that there are two&amp;nbsp;separate&amp;nbsp;compilations. One complied for a windows machine and one compiled for the .Net Microframework device. &lt;span style="color: #ff0000;"&gt;It appears that the ones that I wanted (ones for the microframework) are prefixed with "Micro".&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I think you should change the folder structure to reflect this or make it highly visible in the documentation/home page.&lt;/p&gt;
&lt;p&gt;Thanks for your contributions.&lt;/p&gt;&lt;/div&gt;</description><author>SebastianPatten</author><pubDate>Fri, 18 Feb 2011 00:32:12 GMT</pubDate><guid isPermaLink="false">New Post: Getting strange exception when trying to build 20110218123212A</guid></item><item><title>New Post: Getting strange exception when trying to build</title><link>http://mftoolkit.codeplex.com/discussions/246514</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi there - I tried last night using the DEBUG version of the toolkit for the HTTP assembly.&lt;/p&gt;
&lt;p&gt;I added a reference to the Http.dll and IO.dll.&lt;/p&gt;
&lt;p&gt;Apologies as I don't have the code with me, but I'll type out roughly what I had:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;pre&gt;&lt;span style="color:blue"&gt;using&lt;/span&gt;(HttpServer httpServer = &lt;span style="color:blue"&gt;new&lt;/span&gt; HttpServer(&lt;span style="color:blue"&gt;new&lt;/span&gt; MyHttpHandler())
{
}

...

&lt;span style="color:blue"&gt;public&lt;/span&gt; &lt;span style="color:blue"&gt;class&lt;/span&gt; MyHttpHandler : IHttpHanlder
{
} 
&lt;/pre&gt;
&lt;pre&gt;&lt;br&gt;&lt;/pre&gt;
&lt;pre&gt;When i tried to build Visual Studio was throwing was reporting an error with the code, however the error read as a byte! Like 0x08....  &lt;/pre&gt;
&lt;pre&gt;Any ideas what's not working?&lt;/pre&gt;
&lt;pre&gt;&lt;br&gt;&lt;/pre&gt;
&lt;pre&gt;Thanks!&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>SebastianPatten</author><pubDate>Thu, 17 Feb 2011 17:37:56 GMT</pubDate><guid isPermaLink="false">New Post: Getting strange exception when trying to build 20110217053756P</guid></item><item><title>New Post: Communicate with XBee on Background Thead</title><link>http://mftoolkit.codeplex.com/Thread/View.aspx?ThreadId=242308</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;The XBeeConsole sample included with this library shows using a separate thread to handle the framereceived event. What I am looking for is an example that shows a good way to do two way communicate on a background thread with an XBee attached the PC. I
 searched the Internet for examples using things such as SerialIO which I thought might be similar and did not really find any good examples. I would assume it would be &amp;quot;best practice&amp;quot; to handle this on a background thread so the UI cannot block the receipt
 of data from the Xbee. However when receiving data on teh background thread how do you send data out that COM port that the background thread has open already?&lt;/p&gt;
&lt;p&gt;Any examples, pointers to existing articles or suggestions would be appreciated.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;/div&gt;</description><author>wjvii</author><pubDate>Tue, 18 Jan 2011 21:42:21 GMT</pubDate><guid isPermaLink="false">New Post: Communicate with XBee on Background Thead 20110118094221P</guid></item><item><title>New Post: XBee ZB</title><link>http://mftoolkit.codeplex.com/Thread/View.aspx?ThreadId=234198</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I finally figured it out and it was that I had one module setup as an End Device so it was going to sleep. Since a Router can also perform all the functions of an End Device I reprogrammed the XBee module to be a Router API and it all worked just fine with
 my Coordinator in API mode.&lt;/p&gt;
&lt;p&gt;Also, not sure if it would be necessary in all cases but since I was using various different XBee radio modules I set the Router Join Verify (JV)&amp;nbsp;so it would swap channels if necessary after a power cycle/reset.&lt;/p&gt;
&lt;/div&gt;</description><author>wjvii</author><pubDate>Tue, 18 Jan 2011 21:15:38 GMT</pubDate><guid isPermaLink="false">New Post: XBee ZB 20110118091538P</guid></item><item><title>New Post: ZCL Support</title><link>http://mftoolkit.codeplex.com/Thread/View.aspx?ThreadId=236470</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I would be interested in helping out. My experience is similar to yours, not much API work but I am also interested in this and have some experience with the Netduino and have put several into use along with the XBee radios.&lt;/p&gt;
&lt;/div&gt;</description><author>wjvii</author><pubDate>Tue, 18 Jan 2011 13:28:34 GMT</pubDate><guid isPermaLink="false">New Post: ZCL Support 20110118012834P</guid></item><item><title>New Post: MFSnmp</title><link>http://mftoolkit.codeplex.com/Thread/View.aspx?ThreadId=208464</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I'm interested... Please provide the source code!&lt;/p&gt;
&lt;/div&gt;</description><author>taylorc</author><pubDate>Wed, 29 Dec 2010 17:45:51 GMT</pubDate><guid isPermaLink="false">New Post: MFSnmp 20101229054551P</guid></item></channel></rss>