<?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>topic Re: USB transmision monitoring  #freemasterdash in FreeMASTER</title>
    <link>https://community.nxp.com/t5/FreeMASTER/USB-transmision-monitoring-freemasterdash/m-p/1093405#M361</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jaroslaw,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think FreeMASTER could help to display performance data about the USB transmission (data throughput, error counts etc) if you would be collecting them in your application.&amp;nbsp;FreeMASTER may communicate directly over USB CDC class, but in your case I think it would be better to use a different interface (e.g. debugging serial line or direct JTAG access) not to influence the USB communication.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FreeMASTER&amp;nbsp;would be less useful if you plan to use it&amp;nbsp;as a real transmission monitor to capture each USB frame. The reason is that FreeMASTER is more oriented to acquire "numeric" data&amp;nbsp;rather than "structured" data like whole data frames. You could potentially use the&amp;nbsp;"pipes" feature to "stream-out" data in your defined format and you would be processing them by&amp;nbsp;the JavaScript "dashboard" code.&amp;nbsp;&amp;nbsp;Just be aware that&amp;nbsp;a true monitor generally needs to be able to capture and send data faster than the monitored interface. In this case, the USB transmission is much faster than the debugging serial line or event JTAG access. There is a risk that you will be loosing frames.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try to explain your plan in more details - what USB communication parameters would you like to monitor etc. and we can discuss further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Michal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Jun 2020 08:26:34 GMT</pubDate>
    <dc:creator>MichalH</dc:creator>
    <dc:date>2020-06-04T08:26:34Z</dc:date>
    <item>
      <title>USB transmision monitoring  #freemasterdash</title>
      <link>https://community.nxp.com/t5/FreeMASTER/USB-transmision-monitoring-freemasterdash/m-p/1093404#M360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class="" title=""&gt;I am a new user of the NXP microcontrollers (LPC55 series).&lt;/SPAN&gt; &lt;SPAN class="" title=""&gt;And I'm just taking my first steps with MCUExpesso and maybe FreeMASTER.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN title=""&gt;Because I use a USB interface, among others HID Class, Vendor Class and Audio Class.&lt;/SPAN&gt; &lt;SPAN class="" title=""&gt;I thought about creating a USB transmission monitor with the option of viewing the transmission for a given class or endpoint.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="" title=""&gt;&amp;nbsp;I'm using the monitor from the PC side&amp;nbsp; but&amp;nbsp;sometimes something goes wrong from the microcontroller side.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class="" title=""&gt;And such a monitor would be useful.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class="" title=""&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class="" title=""&gt;I'm just getting to know FreeMASTER so I don't know if this idea is possible to implement.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class="" title=""&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class="" title=""&gt;Best regards,&lt;BR /&gt;Jaroslaw Czula&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" lang="en"&gt;&lt;SPAN class="" title=""&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 May 2020 20:26:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/USB-transmision-monitoring-freemasterdash/m-p/1093404#M360</guid>
      <dc:creator>jc</dc:creator>
      <dc:date>2020-05-30T20:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: USB transmision monitoring  #freemasterdash</title>
      <link>https://community.nxp.com/t5/FreeMASTER/USB-transmision-monitoring-freemasterdash/m-p/1093405#M361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jaroslaw,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think FreeMASTER could help to display performance data about the USB transmission (data throughput, error counts etc) if you would be collecting them in your application.&amp;nbsp;FreeMASTER may communicate directly over USB CDC class, but in your case I think it would be better to use a different interface (e.g. debugging serial line or direct JTAG access) not to influence the USB communication.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FreeMASTER&amp;nbsp;would be less useful if you plan to use it&amp;nbsp;as a real transmission monitor to capture each USB frame. The reason is that FreeMASTER is more oriented to acquire "numeric" data&amp;nbsp;rather than "structured" data like whole data frames. You could potentially use the&amp;nbsp;"pipes" feature to "stream-out" data in your defined format and you would be processing them by&amp;nbsp;the JavaScript "dashboard" code.&amp;nbsp;&amp;nbsp;Just be aware that&amp;nbsp;a true monitor generally needs to be able to capture and send data faster than the monitored interface. In this case, the USB transmission is much faster than the debugging serial line or event JTAG access. There is a risk that you will be loosing frames.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try to explain your plan in more details - what USB communication parameters would you like to monitor etc. and we can discuss further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Michal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2020 08:26:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/FreeMASTER/USB-transmision-monitoring-freemasterdash/m-p/1093405#M361</guid>
      <dc:creator>MichalH</dc:creator>
      <dc:date>2020-06-04T08:26:34Z</dc:date>
    </item>
  </channel>
</rss>

