<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://inthehand.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Bluetooth</title><link>http://inthehand.com/forums/37.aspx</link><description>For discussion about BluetoothClient, BluetoothListener and all other Bluetooth functionality in the library</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>Re: Issue trying out Widcomm support</title><link>http://inthehand.com/forums/thread/7938.aspx</link><pubDate>Mon, 29 Jun 2009 12:58:25 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:7938</guid><dc:creator>alanjmcf</dc:creator><slash:comments>0</slash:comments><comments>http://inthehand.com/forums/thread/7938.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=7938</wfw:commentRss><description>&lt;p&gt;Many thanks both.&amp;nbsp; Glad to hear its working for&amp;nbsp;you. :-)&lt;/p&gt;</description></item><item><title>Re: Issue trying out Widcomm support</title><link>http://inthehand.com/forums/thread/7912.aspx</link><pubDate>Thu, 25 Jun 2009 13:07:54 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:7912</guid><dc:creator>claire</dc:creator><slash:comments>0</slash:comments><comments>http://inthehand.com/forums/thread/7912.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=7912</wfw:commentRss><description>&lt;p&gt;It seems to have fixed itself... I just copied the files into a new project and added the references to the project from scratch. I still don&amp;#39;t know what the problem was. Thanks anyway.&lt;/p&gt;</description></item><item><title>Re: Issue trying out Widcomm support</title><link>http://inthehand.com/forums/thread/7906.aspx</link><pubDate>Thu, 25 Jun 2009 09:11:57 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:7906</guid><dc:creator>claire</dc:creator><slash:comments>0</slash:comments><comments>http://inthehand.com/forums/thread/7906.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=7906</wfw:commentRss><description>&lt;p&gt;This doesn&amp;#39;t seem to be the problem I&amp;#39;m having, Visual Studio seems as if the prokect is only referencing the 2.4 library, and
I deleted the previously referenced 2.2 library just to be sure. The
Widcomm dependency checker test still runs successfully, the code
compiles and runs with BluetoothRadio.IsSupported == false then it
throws that exception I mentioned before,
PlatformNotSupportedException... it could definitely be a small
problem, I just don&amp;#39;t know where to start...&lt;/p&gt;</description></item><item><title>Re: Issue trying out Widcomm support</title><link>http://inthehand.com/forums/thread/7901.aspx</link><pubDate>Wed, 24 Jun 2009 14:25:03 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:7901</guid><dc:creator>DaveP</dc:creator><slash:comments>0</slash:comments><comments>http://inthehand.com/forums/thread/7901.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=7901</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;User Error.&lt;/p&gt;&lt;p&gt;&amp;nbsp;It was a dumb mistake, I somehow had both versions (2.3 and 2.4) linked in? Anyways it was using 2.3. Deleting it fixed the issue.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thanks. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Issue trying out Widcomm support</title><link>http://inthehand.com/forums/thread/7900.aspx</link><pubDate>Wed, 24 Jun 2009 13:39:08 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:7900</guid><dc:creator>DaveP</dc:creator><slash:comments>0</slash:comments><comments>http://inthehand.com/forums/thread/7900.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=7900</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Thanks for the response, but yep, same with me. It runs the 32feetWidcomm test successfully, but still have BluetoothRadio.IsSupported == false and PrimaryRadio == null. Could something with the Widcomm software installed with the dongle be locking necessary resources or something?I don&amp;#39;t know if that is possible, but it seems like it probably some little thing causing issues.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Issue trying out Widcomm support</title><link>http://inthehand.com/forums/thread/7898.aspx</link><pubDate>Wed, 24 Jun 2009 13:18:03 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:7898</guid><dc:creator>claire</dc:creator><slash:comments>0</slash:comments><comments>http://inthehand.com/forums/thread/7898.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=7898</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi,&lt;/p&gt;&lt;p&gt;I have a similar situation, the code runs on a machine with a microsoft stack and now I want to run it on a Widcomm stack. I downloaded and ran the&amp;nbsp; Test32FeetWidcommWin32.zip and it is successful, however the program still throws a PlatformNotSupportedException saying &amp;quot;No supported bluetooth protocol stack is found.&amp;quot; when it attempts to instantiate a BluetoothClient object. Any suggestions?&lt;/p&gt;&lt;p&gt;I might have something very basic or simple wrong...&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks! &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Issue trying out Widcomm support</title><link>http://inthehand.com/forums/thread/7889.aspx</link><pubDate>Wed, 24 Jun 2009 09:19:24 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:7889</guid><dc:creator>alanjmcf</dc:creator><slash:comments>0</slash:comments><comments>http://inthehand.com/forums/thread/7889.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=7889</wfw:commentRss><description>&lt;p&gt;Can you download the Test32FeetWidcommWin32.zip file from the release page[1] and run it from the same folder as your application.&amp;nbsp; What does it report.&amp;nbsp; When all successful it should report: &lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;32feet.NET using Widcomm stack dependency checker tool.&lt;br /&gt;We will attempt to load and use the 32feetWidcomm support.&lt;/p&gt;
&lt;p&gt;Did find 32feetWidcomm.dll file. :-)&lt;br /&gt;Did find 32feetWidcomm.dll DLL. :-)&lt;br /&gt;DLL found at &amp;gt;&amp;gt;D:\temp\32feetWidcomm.dll&amp;lt;&amp;lt;&lt;br /&gt;Calling init function...&lt;br /&gt;BtIf_Create&lt;br /&gt;&amp;nbsp;&amp;nbsp; Success&lt;br /&gt;Calling radio address function...&lt;br /&gt;BtIf_GetLocalDeviceInfoBdAddr&lt;br /&gt;&amp;nbsp;&amp;nbsp; Success, local address is 00-09-99-99-99-99&lt;br /&gt;Hit Return to continue&amp;gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;And e.g. when btwapi.dll is missing (which is not your situation) a dialog box pops up:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;---------------------------&lt;br /&gt;Test32FeetWidcommWin32.exe - Unable To Locate Component&lt;br /&gt;---------------------------&lt;br /&gt;This application has failed to start because btwapi.dll was not found. Re-installing the application may fix this problem. &lt;br /&gt;---------------------------&lt;br /&gt;OK&amp;nbsp;&amp;nbsp; &lt;br /&gt;---------------------------&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;and the program reports:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;32feet.NET using Widcomm stack dependency checker tool.&lt;br /&gt;We will attempt to load and use the 32feetWidcomm support.&lt;/p&gt;
&lt;p&gt;Did find 32feetWidcomm.dll file. :-)&lt;br /&gt;Didn&amp;#39;t find 32feetWidcomm.dll DLL!&amp;nbsp; A dialog box should have reported which dependency is missing, otherwise see the event log.&lt;br /&gt;Hit Return to continue&amp;gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;[1] 2.4 release&amp;nbsp;&lt;a href="http://32feet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=28849"&gt;http://32feet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=28849&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Issue trying out Widcomm support</title><link>http://inthehand.com/forums/thread/7882.aspx</link><pubDate>Tue, 23 Jun 2009 18:59:26 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:7882</guid><dc:creator>DaveP</dc:creator><slash:comments>0</slash:comments><comments>http://inthehand.com/forums/thread/7882.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=7882</wfw:commentRss><description>&lt;p&gt;I have an existing project using the 2.3 production release with a device obviously using the Microsoft stack. I want to try the Widcomm stack and got a dongle with the Widcomm stack and downloaded the beta 2.4 version. However, I must be missing something as I&amp;#39;m having issues, the main one being that the&amp;nbsp; BluetoothRadio.PrimaryRadio is always null indicating to me that it can&amp;#39;t see the device.&lt;/p&gt;&lt;p&gt;&amp;nbsp;I installed the Widcomm SDK and copied over btwapi.dll. Using the Widcomm software installed with the dongle I know the device is functional and can discover other devices, etc&lt;/p&gt;&lt;p&gt;&amp;nbsp;I&amp;#39;m no Bluetooth expert, and it&amp;#39;s probably something simple I&amp;#39;m missing. Any suggestions?&lt;/p&gt;&lt;p&gt;Thank you. &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>