<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forums.obdev.at/app.php/feed/topic/2211" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2009-02-16T16:15:03+02:00</updated>

	<author><name><![CDATA[Objective Development Forums]]></name></author>
	<id>https://forums.obdev.at/app.php/feed/topic/2211</id>

		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2009-02-16T16:15:03+02:00</updated>

		<published>2009-02-16T16:15:03+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=2211&amp;p=7987#p7987</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=2211&amp;p=7987#p7987"/>
		<title type="html"><![CDATA[how to remove the notice &quot;found x busses&quot;]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=2211&amp;p=7987#p7987"><![CDATA[
This is a libusb-win32 issue. The info log comes directly from the libusb-win32 dll. Don't know whether there are versions without this log.<br /><br />The time to enumerate all USB devices depends on the implementation of libusb on the particular platform. You can implement a logic which searches on the &quot;last seen&quot; bus first, but I doubt that it brings a huge improvement.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Mon Feb 16, 2009 4:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Tilex]]></name></author>
		<updated>2009-02-08T19:21:13+02:00</updated>

		<published>2009-02-08T19:21:13+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=2211&amp;p=7865#p7865</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=2211&amp;p=7865#p7865"/>
		<title type="html"><![CDATA[how to remove the notice &quot;found x busses&quot;]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=2211&amp;p=7865#p7865"><![CDATA[
Hi,<br /><br />I've made a console application for my project based on the project PowerSwitch.<br />Everytime the console application connects with the device, it writes &quot;found 4 busses&quot; on the console.<br /><br />I bet it has something to do with the function &quot;usb_find_busses();&quot; but I<br />can't find the function in the header files.<br /><br />I find this notice a bit annoying and I wonder if I could remove it.<br />I hope there is even a way to speed up the application in some way with<br />the initialisation or does the programm need to look on all busses for<br />the device and consume about half a second everytime?<br /><br />Is there a way to let the program remember on which bus the device is<br />(maybe in a config file) for further starts; and if it can't find it there, it<br />does a new whole search on all busses if needed.<br /><br />Bye,<br />Tilex<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=1660">Tilex</a> — Sun Feb 08, 2009 7:21 pm</p><hr />
]]></content>
	</entry>
	</feed>
