<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>FreeMASTER中的主题 Re: Utilize pipe for logging</title>
    <link>https://community.nxp.com/t5/FreeMASTER/Utilize-pipe-for-logging/m-p/2393740#M2196</link>
    <description>&lt;P&gt;Never mind, seems I have to explicitly call PipeFlush on the receiver side. Did not expect that. Attached the working example as reference.&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jul 2026 11:49:03 GMT</pubDate>
    <dc:creator>tschue-nxt</dc:creator>
    <dc:date>2026-07-10T11:49:03Z</dc:date>
    <item>
      <title>Utilize pipe for logging</title>
      <link>https://community.nxp.com/t5/FreeMASTER/Utilize-pipe-for-logging/m-p/2393739#M2195</link>
      <description>&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;I am trying to integrate freemaster pipes for logging (and maybe use more of its functionality later on).&lt;/P&gt;&lt;P&gt;As I am running linux I tried to go the freemaster light + python path.&lt;BR /&gt;I can properly connect but when trying to open the pipeline and print my piped log messages I am not receiving any data via the rpc server.&lt;/P&gt;&lt;P&gt;To verify the target implementation I also checked via the Windows GUI which could read the pipe properly, so the issue seems to be on the PC side.&lt;/P&gt;&lt;P&gt;See attached example python script. Any hints welcome.&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2026 11:38:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/Utilize-pipe-for-logging/m-p/2393739#M2195</guid>
      <dc:creator>tschue-nxt</dc:creator>
      <dc:date>2026-07-10T11:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Utilize pipe for logging</title>
      <link>https://community.nxp.com/t5/FreeMASTER/Utilize-pipe-for-logging/m-p/2393740#M2196</link>
      <description>&lt;P&gt;Never mind, seems I have to explicitly call PipeFlush on the receiver side. Did not expect that. Attached the working example as reference.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2026 11:49:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/Utilize-pipe-for-logging/m-p/2393740#M2196</guid>
      <dc:creator>tschue-nxt</dc:creator>
      <dc:date>2026-07-10T11:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Utilize pipe for logging</title>
      <link>https://community.nxp.com/t5/FreeMASTER/Utilize-pipe-for-logging/m-p/2394237#M2199</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it is great you got it finally working. I confirm the PipeFlush needs to be called as it causes the pipe data to be exchanged in both directions. This is actually the only pipe call which causes a physical data transfer. All other operations at both PC and target sides are just buffering the data to pipe buffers.&lt;/P&gt;
&lt;P&gt;When using FreeMASTER protocol, the PC is the only initiator of communication. The target board cannot start it by itself. The PipeFlush is the place where PC gives the target a chance to report (and then send) any new pipe data.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Michal&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2026 07:20:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/Utilize-pipe-for-logging/m-p/2394237#M2199</guid>
      <dc:creator>MichalH</dc:creator>
      <dc:date>2026-07-13T07:20:15Z</dc:date>
    </item>
  </channel>
</rss>

