<?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[Capture messages based on CR-LF]]></title><description><![CDATA[<p dir="auto">We are serial logging on a machine. Bytes of Tx and Rx data are saved at 1mS intervals. Messages are truncated per 1mS, and Rx and Tx are interchanged, making the analysis of the log files very difficult.</p>
<p dir="auto">How can we log the messages in response to CR-LF which indicates the end of a message Tx or Rxd?</p>
]]></description><link>http://64.23.185.212/forum/topic/338/capture-messages-based-on-cr-lf</link><generator>RSS for Node</generator><lastBuildDate>Sat, 05 Sep 2026 20:47:48 GMT</lastBuildDate><atom:link href="http://64.23.185.212/forum/topic/338.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 13 Nov 2025 14:33:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Capture messages based on CR-LF on Fri, 21 Nov 2025 11:14:13 GMT]]></title><description><![CDATA[<p dir="auto">A simple <a href="https://ioninja.com/plugins/tx-rx-filter.html" rel="nofollow ugc">TX/RX Filter</a> could be sufficient in many cases. If you want to "de-interlace" the traffic by accumulating TX/RX data and postponing adding it to the log until a certain character (CR/LF) arrives -- a simple custom layer plugin could work. Finally, you can save captured data streams into an <code>.njlog</code> file and post-process it with any scripting language of your choice.</p>
<p dir="auto">Could you please share an <code>.njlog</code> or at least a screenshot of communications? That would help to choose the best approach.</p>
]]></description><link>http://64.23.185.212/forum/post/776</link><guid isPermaLink="true">http://64.23.185.212/forum/post/776</guid><dc:creator><![CDATA[Vladimir]]></dc:creator><pubDate>Fri, 21 Nov 2025 11:14:13 GMT</pubDate></item></channel></rss>