<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[USB Programmierung unter C++]]></title><description><![CDATA[<p>Hallo,</p>
<p>hat jemand schon unter C++ einen FTDI 232BM Baustein mittels USB Treiber D2xx eine Kommunikation aufgebaut.<br />
Denn ich kämpfe schon seit längerem und komme einfach nicht mehr weiter...</p>
<p>Ich habe jetzt einmal versucht, das Beispiel aus der FTDI Knowledgebase zu implementieren, jedoch bekomme ich immer folgende Fehlermeldung:</p>
<p>undefined reference to `_FT_ListDevices@12'</p>
<p>Ich habe aber die &quot;FTD2XX.H&quot; inkludiert und die Funtkion deklariert.</p>
<p>Ich weiß nicht merh weiter, BITTE um eure Hilfe....</p>
<p>Ich habe es mit folgender Funtkion ausprobiert, diese sollte alle USB Geräte auflisten.</p>
<p>FT_STATUS ftStatus;<br />
DWORD numDevs;</p>
<p>ftStatus = FT_ListDevices(&amp;numDevs,NULL,FT_LIST_NUMBER_ONLY);<br />
if (ftStatus == FT_OK) {<br />
// FT_ListDevices OK, number of devices connected is in numDevs<br />
}<br />
else {<br />
// FT_ListDevices failed<br />
}</p>
<p>Danke für alle Antworten</p>
<p>Michael</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/176821/usb-programmierung-unter-c</link><generator>RSS for Node</generator><lastBuildDate>Sun, 05 Jul 2026 02:30:12 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/176821.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 25 Mar 2007 13:42:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to USB Programmierung unter C++ on Sun, 25 Mar 2007 13:42:48 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>hat jemand schon unter C++ einen FTDI 232BM Baustein mittels USB Treiber D2xx eine Kommunikation aufgebaut.<br />
Denn ich kämpfe schon seit längerem und komme einfach nicht mehr weiter...</p>
<p>Ich habe jetzt einmal versucht, das Beispiel aus der FTDI Knowledgebase zu implementieren, jedoch bekomme ich immer folgende Fehlermeldung:</p>
<p>undefined reference to `_FT_ListDevices@12'</p>
<p>Ich habe aber die &quot;FTD2XX.H&quot; inkludiert und die Funtkion deklariert.</p>
<p>Ich weiß nicht merh weiter, BITTE um eure Hilfe....</p>
<p>Ich habe es mit folgender Funtkion ausprobiert, diese sollte alle USB Geräte auflisten.</p>
<p>FT_STATUS ftStatus;<br />
DWORD numDevs;</p>
<p>ftStatus = FT_ListDevices(&amp;numDevs,NULL,FT_LIST_NUMBER_ONLY);<br />
if (ftStatus == FT_OK) {<br />
// FT_ListDevices OK, number of devices connected is in numDevs<br />
}<br />
else {<br />
// FT_ListDevices failed<br />
}</p>
<p>Danke für alle Antworten</p>
<p>Michael</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1252221</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1252221</guid><dc:creator><![CDATA[micha_rob]]></dc:creator><pubDate>Sun, 25 Mar 2007 13:42:48 GMT</pubDate></item><item><title><![CDATA[Reply to USB Programmierung unter C++ on Sun, 25 Mar 2007 14:47:30 GMT]]></title><description><![CDATA[<p>Hast du evtl. vergessen dem Linker &quot;FTD2XX.lib&quot; mitzuteilen? (oder wie die genau heisst?)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1252256</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1252256</guid><dc:creator><![CDATA[geeky]]></dc:creator><pubDate>Sun, 25 Mar 2007 14:47:30 GMT</pubDate></item><item><title><![CDATA[Reply to USB Programmierung unter C++ on Sun, 25 Mar 2007 15:24:15 GMT]]></title><description><![CDATA[<p>Glaub nicht, dass ich dem linker, dass mitgeteilt habe...<br />
Wie mach ich das unter eclipse???</p>
<p>Danke michael</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1252273</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1252273</guid><dc:creator><![CDATA[micha_rob]]></dc:creator><pubDate>Sun, 25 Mar 2007 15:24:15 GMT</pubDate></item></channel></rss>