<?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[Com-Nr &amp;gt; 9]]></title><description><![CDATA[<p>Hallo zusammen,</p>
<p>habe gerade bemerkt, dass wenn meien Com-Nr grösser als 9 ist, kann ich es nicht mit der CreateFile(..) öffnen, was ist da falsch an dem String COMXX? (XX&gt;=10)</p>
<p>Danke</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/180308/com-nr-gt-9</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 08:24:57 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/180308.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 01 May 2007 10:12:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Com-Nr &amp;gt; 9 on Tue, 01 May 2007 10:12:14 GMT]]></title><description><![CDATA[<p>Hallo zusammen,</p>
<p>habe gerade bemerkt, dass wenn meien Com-Nr grösser als 9 ist, kann ich es nicht mit der CreateFile(..) öffnen, was ist da falsch an dem String COMXX? (XX&gt;=10)</p>
<p>Danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1276785</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1276785</guid><dc:creator><![CDATA[Alex111]]></dc:creator><pubDate>Tue, 01 May 2007 10:12:14 GMT</pubDate></item><item><title><![CDATA[Reply to Com-Nr &amp;gt; 9 on Tue, 01 May 2007 11:22:24 GMT]]></title><description><![CDATA[<p><strong>Aus dem MSDN:</strong></p>
<p>If the name of the port is \.\COM10, the correct way to specify the serial port in a call to CreateFile() is as follows:</p>
<pre><code class="language-cpp">CreateFile(
      &quot;\\\\.\\COM10&quot;,     // address of name of the communications device
      fdwAccess,          // access (read-write) mode
      0,                  // share mode
      NULL,               // address of security descriptor
      OPEN_EXISTING,      // how to create
      0,                  // file attributes
      NULL                // handle of file with attributes to copy
   );
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1276824</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1276824</guid><dc:creator><![CDATA[nn]]></dc:creator><pubDate>Tue, 01 May 2007 11:22:24 GMT</pubDate></item></channel></rss>