<?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[Comport öffnen mit Createfile grösser COM9 schlägt fehlt]]></title><description><![CDATA[<p>Hallo zusammen,</p>
<p>ich habe ein Device an Comport 12 hängen, leider kann ich alle Comports grösser 9 nicht öffnen. Kennt einer von Euch das Phänomen? Meine Terminal Programme können den Port öffnen.</p>
<pre><code>hPort = CreateFile ( &quot;COM12&quot;,                  
                     GENERIC_READ | GENERIC_WRITE, 
                     0,                            
                     NULL,
                     OPEN_EXISTING,
                     FILE_ATTRIBUTE_NORMAL,
                     INVALID_HANDLE_VALUE );
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/132378/comport-öffnen-mit-createfile-grösser-com9-schlägt-fehlt</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Jul 2026 05:11:51 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/132378.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 10 Jan 2006 14:09:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Comport öffnen mit Createfile grösser COM9 schlägt fehlt on Tue, 10 Jan 2006 14:09:19 GMT]]></title><description><![CDATA[<p>Hallo zusammen,</p>
<p>ich habe ein Device an Comport 12 hängen, leider kann ich alle Comports grösser 9 nicht öffnen. Kennt einer von Euch das Phänomen? Meine Terminal Programme können den Port öffnen.</p>
<pre><code>hPort = CreateFile ( &quot;COM12&quot;,                  
                     GENERIC_READ | GENERIC_WRITE, 
                     0,                            
                     NULL,
                     OPEN_EXISTING,
                     FILE_ATTRIBUTE_NORMAL,
                     INVALID_HANDLE_VALUE );
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/962694</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/962694</guid><dc:creator><![CDATA[MarcelL]]></dc:creator><pubDate>Tue, 10 Jan 2006 14:09:19 GMT</pubDate></item><item><title><![CDATA[Reply to Comport öffnen mit Createfile grösser COM9 schlägt fehlt on Tue, 10 Jan 2006 14:27:08 GMT]]></title><description><![CDATA[<p>Du musst es so öffnen:<br />
&quot;\\\.\\COM12&quot;</p>
<p>Und ich Rate Dir noch eine fertige Klasse zu nehmen:<br />
<a href="http://www.codeproject.com/system/serial.asp" rel="nofollow">http://www.codeproject.com/system/serial.asp</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/962717</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/962717</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Tue, 10 Jan 2006 14:27:08 GMT</pubDate></item></channel></rss>