<?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>8-bit Microcontrollers中的主题 Re: Zstar3 - Activate Burst mode using hyperterminal</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Zstar3-Activate-Burst-mode-using-hyperterminal/m-p/147874#M7566</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petr,&lt;/P&gt;&lt;P&gt;I have the same problem. Could you make an example for the Burst mode?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to switch off the sleep mode by sending a Zstar command?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;Dominic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Mar 2009 15:32:44 GMT</pubDate>
    <dc:creator>Meister</dc:creator>
    <dc:date>2009-03-18T15:32:44Z</dc:date>
    <item>
      <title>Zstar3 - Activate Burst mode using hyperterminal</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Zstar3-Activate-Burst-mode-using-hyperterminal/m-p/147872#M7564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BR /&gt;&lt;SPAN&gt;I was trying to activate Burst mode through Hyperterminal by issuing a X command, however nothing happens - I am however able to use V to get xyz data, but I really need to activate burst mode&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jan 2009 01:35:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Zstar3-Activate-Burst-mode-using-hyperterminal/m-p/147872#M7564</guid>
      <dc:creator>acylum</dc:creator>
      <dc:date>2009-01-31T01:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Zstar3 - Activate Burst mode using hyperterminal</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Zstar3-Activate-Burst-mode-using-hyperterminal/m-p/147873#M7565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;the problem is that you send only 'X' but the ZSTAR3 USB Stick wait for full Burst On command 'X' and two bytes more that are used as a 16-bit mask and each bit is used as a enable burst option for individual sensors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a nice day and good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2009 17:14:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Zstar3-Activate-Burst-mode-using-hyperterminal/m-p/147873#M7565</guid>
      <dc:creator>Gargy</dc:creator>
      <dc:date>2009-03-17T17:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Zstar3 - Activate Burst mode using hyperterminal</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Zstar3-Activate-Burst-mode-using-hyperterminal/m-p/147874#M7566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petr,&lt;/P&gt;&lt;P&gt;I have the same problem. Could you make an example for the Burst mode?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to switch off the sleep mode by sending a Zstar command?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;Dominic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 15:32:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Zstar3-Activate-Burst-mode-using-hyperterminal/m-p/147874#M7566</guid>
      <dc:creator>Meister</dc:creator>
      <dc:date>2009-03-18T15:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Zstar3 - Activate Burst mode using hyperterminal</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Zstar3-Activate-Burst-mode-using-hyperterminal/m-p/147875#M7567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello to Switch on Burst mode for all sensors it has to be send to USB Stick this command (in hex) "58FFFF" , but if you want to active burst mode only for fisrt sensor then you have to send "580001".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's all - first byte is command 'X' andnext two is enable bitmask.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And you second problem - If you want to disable sleep features of ZSTAR3 sensors, then you have to periodically send cammand 'Y' to USB Stick. And USB Stick erase timeout counter in each sensor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The period for this command I recommend about 30 seconds.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a nice day&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 15:42:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Zstar3-Activate-Burst-mode-using-hyperterminal/m-p/147875#M7567</guid>
      <dc:creator>Gargy</dc:creator>
      <dc:date>2009-03-18T15:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Zstar3 - Activate Burst mode using hyperterminal</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Zstar3-Activate-Burst-mode-using-hyperterminal/m-p/147876#M7568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for your fast reply.&lt;/P&gt;&lt;P&gt;Now it works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dominic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 16:14:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Zstar3-Activate-Burst-mode-using-hyperterminal/m-p/147876#M7568</guid>
      <dc:creator>Meister</dc:creator>
      <dc:date>2009-03-18T16:14:32Z</dc:date>
    </item>
  </channel>
</rss>

