<?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[Parallel Ports]]></title><description><![CDATA[<p>Hi,</p>
<p>ich versuche meine parallel ports einzeln anzusteuern...</p>
<p>hab an sowas gedacht:</p>
<pre><code>_outp(0x378, 8);
</code></pre>
<p>doch compiler sagt privileged instruction</p>
<p>was mache ich falsch...</p>
<p>hat jemand eine andere möglichkeit?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/158196/parallel-ports</link><generator>RSS for Node</generator><lastBuildDate>Mon, 27 Jul 2026 16:07:42 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/158196.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 02 Sep 2006 15:53:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Parallel Ports on Sat, 02 Sep 2006 15:53:37 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>ich versuche meine parallel ports einzeln anzusteuern...</p>
<p>hab an sowas gedacht:</p>
<pre><code>_outp(0x378, 8);
</code></pre>
<p>doch compiler sagt privileged instruction</p>
<p>was mache ich falsch...</p>
<p>hat jemand eine andere möglichkeit?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1129732</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1129732</guid><dc:creator><![CDATA[N°°B]]></dc:creator><pubDate>Sat, 02 Sep 2006 15:53:37 GMT</pubDate></item><item><title><![CDATA[Reply to Parallel Ports on Sat, 02 Sep 2006 15:56:45 GMT]]></title><description><![CDATA[<p>Unter Windows geht sowas nicht im User Mode, da hier kein Zugriff auf die Hardware möglich ist.<br />
Nimm CreateFile und spreche so den paralell port an oder numm portio.dll</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1129737</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1129737</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Sat, 02 Sep 2006 15:56:45 GMT</pubDate></item><item><title><![CDATA[Reply to Parallel Ports on Sat, 02 Sep 2006 16:52:33 GMT]]></title><description><![CDATA[<p>wie mache ich das?</p>
<p>wo bekomme ich die dll her?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1129768</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1129768</guid><dc:creator><![CDATA[N°°b]]></dc:creator><pubDate>Sat, 02 Sep 2006 16:52:33 GMT</pubDate></item><item><title><![CDATA[Reply to Parallel Ports on Sun, 03 Sep 2006 08:28:47 GMT]]></title><description><![CDATA[<p>Google?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1130024</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1130024</guid><dc:creator><![CDATA[Pr0]]></dc:creator><pubDate>Sun, 03 Sep 2006 08:28:47 GMT</pubDate></item><item><title><![CDATA[Reply to Parallel Ports on Tue, 05 Sep 2006 19:07:51 GMT]]></title><description><![CDATA[<p>Auf meiner Homepage ist ein Treiber der den Zugriff auf die LPT<br />
Schnittstelle wieder freigibt. Du könntest dann sogar _outp(0x378,8)<br />
wieder verwenden.</p>
<p><a href="http://members.inode.at/anton.zechner/az/index.html" rel="nofollow">http://members.inode.at/anton.zechner/az/index.html</a></p>
<p>Schau unter &quot;Die parallele Schnittstelle&quot; LPT-Tools.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1131805</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1131805</guid><dc:creator><![CDATA[AZ]]></dc:creator><pubDate>Tue, 05 Sep 2006 19:07:51 GMT</pubDate></item></channel></rss>