<?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[Anschlussname im System]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich versuche gerade eine RJ12-Schnittstelle per CreateFile anzusteuern.</p>
<p>m_szDeviceName = &quot;\\\.\\Name&quot;;<br />
m_hDevice = CreateFile(m_szDeviceName,<br />
GENERIC_READ | GENERIC_WRITE,<br />
0, // Keine gemeinesame Nutzung<br />
NULL, // Keine Sicherheit<br />
OPEN_EXISTING,<br />
FILE_ATTRIBUTE_NORMAL,<br />
NULL ); // Keine Vorlage</p>
<p>Jetzt weiß ich nur nicht was für einen Namen ich da eintragen soll.<br />
Bei einer Com-Schnittstelle trägt man einfach Com1, Com2... usw ein, doch<br />
was hier?<br />
Ist der Name irgendwo im System hinterlegt?</p>
<p>MfG<br />
Don</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/185020/anschlussname-im-system</link><generator>RSS for Node</generator><lastBuildDate>Sun, 05 Jul 2026 17:08:31 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/185020.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 21 Jun 2007 10:05:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Anschlussname im System on Thu, 21 Jun 2007 10:05:53 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich versuche gerade eine RJ12-Schnittstelle per CreateFile anzusteuern.</p>
<p>m_szDeviceName = &quot;\\\.\\Name&quot;;<br />
m_hDevice = CreateFile(m_szDeviceName,<br />
GENERIC_READ | GENERIC_WRITE,<br />
0, // Keine gemeinesame Nutzung<br />
NULL, // Keine Sicherheit<br />
OPEN_EXISTING,<br />
FILE_ATTRIBUTE_NORMAL,<br />
NULL ); // Keine Vorlage</p>
<p>Jetzt weiß ich nur nicht was für einen Namen ich da eintragen soll.<br />
Bei einer Com-Schnittstelle trägt man einfach Com1, Com2... usw ein, doch<br />
was hier?<br />
Ist der Name irgendwo im System hinterlegt?</p>
<p>MfG<br />
Don</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1310512</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1310512</guid><dc:creator><![CDATA[Don99]]></dc:creator><pubDate>Thu, 21 Jun 2007 10:05:53 GMT</pubDate></item><item><title><![CDATA[Reply to Anschlussname im System on Thu, 21 Jun 2007 10:37:54 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile-var-mode-is-viewprofile-and-u-is-1819.html" rel="nofollow">rüdiger</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum-var-f-is-8.html" rel="nofollow">Rund um die Programmierung</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum-var-f-is-4.html" rel="nofollow">WinAPI</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-39405.html" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1310538</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1310538</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Thu, 21 Jun 2007 10:37:54 GMT</pubDate></item></channel></rss>