<?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[RS232 Schnittstelle - Daten ausgeben]]></title><description><![CDATA[<p>Hallo,<br />
Folgendes funktioniert:</p>
<pre><code class="language-cpp">void __fastcall TTIMERTICK::Timer1Timer(TObject *Sender) 
{ 
      char text[50]; 
      wsprintf(text,&quot;Timertick1:%10d &quot;,x); 
      Labelx-&gt;Caption=text; 
      x++; 
       //Schreibe x nach RS232// 

}
</code></pre>
<p>Ich möchte nun zusätzlich noch ein Byte über die RS232 Schnittstelle ausgeben.<br />
Wie stell ich dieses an?</p>
<p>Und wo bekommt man eine Beschreibung der Windows Functionen?</p>
<p>Gruß<br />
Johann</p>
<p>edit: Codetags hinzugefügt.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/66152/rs232-schnittstelle-daten-ausgeben</link><generator>RSS for Node</generator><lastBuildDate>Tue, 07 Apr 2026 22:41:16 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/66152.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 25 Feb 2004 15:32:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to RS232 Schnittstelle - Daten ausgeben on Wed, 25 Feb 2004 16:11:46 GMT]]></title><description><![CDATA[<p>Hallo,<br />
Folgendes funktioniert:</p>
<pre><code class="language-cpp">void __fastcall TTIMERTICK::Timer1Timer(TObject *Sender) 
{ 
      char text[50]; 
      wsprintf(text,&quot;Timertick1:%10d &quot;,x); 
      Labelx-&gt;Caption=text; 
      x++; 
       //Schreibe x nach RS232// 

}
</code></pre>
<p>Ich möchte nun zusätzlich noch ein Byte über die RS232 Schnittstelle ausgeben.<br />
Wie stell ich dieses an?</p>
<p>Und wo bekommt man eine Beschreibung der Windows Functionen?</p>
<p>Gruß<br />
Johann</p>
<p>edit: Codetags hinzugefügt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/467669</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/467669</guid><dc:creator><![CDATA[hermes]]></dc:creator><pubDate>Wed, 25 Feb 2004 16:11:46 GMT</pubDate></item><item><title><![CDATA[Reply to RS232 Schnittstelle - Daten ausgeben on Wed, 25 Feb 2004 16:10:45 GMT]]></title><description><![CDATA[<p>Hatten wir die Frage nicht erst letztens? <a href="http://www.c-plusplus.net/forum/viewtopic.php?t=65253" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic.php?t=65253</a></p>
<p>hermes schrieb:</p>
<blockquote>
<p>Und wo bekommt man eine Beschreibung der Windows Functionen?</p>
</blockquote>
<p>Lad dir das Platform SDK runter, da ist eine riesige Dokumentation dabei. Wenn du das nicht willst, kannst du auch die online-Dokumentation unter <a href="http://msdn.microsoft.com" rel="nofollow">http://msdn.microsoft.com</a> benutzen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/467719</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/467719</guid><dc:creator><![CDATA[Christoph]]></dc:creator><pubDate>Wed, 25 Feb 2004 16:10:45 GMT</pubDate></item></channel></rss>