<?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[Probleme mit RS232]]></title><description><![CDATA[<p>Hallo zusammen,</p>
<p>ich habe ein, von mir unerklärliches, Problem. Ich sende Daten von Linux nac Windows mit Rs232. Wenn ich ein &quot;normales&quot; serielles Kabel werden die meisten Zeichen falsch gelesen. Benutze ich jedoch ein Kabel wo nur Tx, Rx und Ground miteinander verbunden sind funktioniert es einwandfrei.</p>
<p>Hat jemand eine Ahnung wieso dies Auftritt?</p>
<p>Senden tue ich mit 115200 Baud 8 Datenbytes 1 Stopbit , alles ander ausgeschaltet</p>
<pre><code class="language-cpp">Lr_configuration.BaudRate		= CBR_115200;
Lr_configuration.fBinary		= true;
Lr_configuration.fParity		= false;
Lr_configuration.fOutxCtsFlow		= false;
Lr_configuration.fOutxDsrFlow		= false;
Lr_configuration.fDtrControl		= DTR_CONTROL_DISABLE;
Lr_configuration.fDsrSensitivity	= true;
Lr_configuration.fTXContinueOnXoff	= false;
Lr_configuration.fOutX			= false;
Lr_configuration.fInX			= false;
Lr_configuration.fErrorChar		= false;
Lr_configuration.fNull			= false;
Lr_configuration.fRtsControl		= RTS_CONTROL_DISABLE;
Lr_configuration.fAbortOnError		= false;
//Lr_configuration.fDummy2		= ;
Lr_configuration.wReserved		= false;
Lr_configuration.XonLim			= 0;
Lr_configuration.XoffLim		= 2000;
/Lr_configuration.ByteSize		= 8;
Lr_configuration.Parity			= NOPARITY;
Lr_configuration.StopBits		= ONESTOPBIT;
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/189445/probleme-mit-rs232</link><generator>RSS for Node</generator><lastBuildDate>Thu, 02 Jul 2026 21:23:38 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/189445.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Aug 2007 08:14:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Probleme mit RS232 on Mon, 13 Aug 2007 08:14:28 GMT]]></title><description><![CDATA[<p>Hallo zusammen,</p>
<p>ich habe ein, von mir unerklärliches, Problem. Ich sende Daten von Linux nac Windows mit Rs232. Wenn ich ein &quot;normales&quot; serielles Kabel werden die meisten Zeichen falsch gelesen. Benutze ich jedoch ein Kabel wo nur Tx, Rx und Ground miteinander verbunden sind funktioniert es einwandfrei.</p>
<p>Hat jemand eine Ahnung wieso dies Auftritt?</p>
<p>Senden tue ich mit 115200 Baud 8 Datenbytes 1 Stopbit , alles ander ausgeschaltet</p>
<pre><code class="language-cpp">Lr_configuration.BaudRate		= CBR_115200;
Lr_configuration.fBinary		= true;
Lr_configuration.fParity		= false;
Lr_configuration.fOutxCtsFlow		= false;
Lr_configuration.fOutxDsrFlow		= false;
Lr_configuration.fDtrControl		= DTR_CONTROL_DISABLE;
Lr_configuration.fDsrSensitivity	= true;
Lr_configuration.fTXContinueOnXoff	= false;
Lr_configuration.fOutX			= false;
Lr_configuration.fInX			= false;
Lr_configuration.fErrorChar		= false;
Lr_configuration.fNull			= false;
Lr_configuration.fRtsControl		= RTS_CONTROL_DISABLE;
Lr_configuration.fAbortOnError		= false;
//Lr_configuration.fDummy2		= ;
Lr_configuration.wReserved		= false;
Lr_configuration.XonLim			= 0;
Lr_configuration.XoffLim		= 2000;
/Lr_configuration.ByteSize		= 8;
Lr_configuration.Parity			= NOPARITY;
Lr_configuration.StopBits		= ONESTOPBIT;
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1343513</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1343513</guid><dc:creator><![CDATA[flownfluid]]></dc:creator><pubDate>Mon, 13 Aug 2007 08:14:28 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit RS232 on Mon, 13 Aug 2007 13:30:28 GMT]]></title><description><![CDATA[<p>Ist das normale Kabel ein Nullmodemkabel? Sollte man dafür nehmen um 2 PCs direkt zu verbinden</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1343710</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1343710</guid><dc:creator><![CDATA[C.M.Obrecht]]></dc:creator><pubDate>Mon, 13 Aug 2007 13:30:28 GMT</pubDate></item><item><title><![CDATA[Reply to Probleme mit RS232 on Mon, 13 Aug 2007 15:11:24 GMT]]></title><description><![CDATA[<p>Was passiert wenn Du mit dem &quot;normalen&quot; Kabel die Baudrate auf z.B. 19200 bd heruntersetzt? Werden dann die Zeichen korrekt eingelesen?</p>
<p>gruß<br />
Martin</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1343783</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1343783</guid><dc:creator><![CDATA[Mmacher]]></dc:creator><pubDate>Mon, 13 Aug 2007 15:11:24 GMT</pubDate></item></channel></rss>