<?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>CodeWarrior Development Tools中的主题 Re: QG8 Asynchronous Serial Communication Module - Processor Expert</title>
    <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/QG8-Asynchronous-Serial-Communication-Module-Processor-Expert/m-p/475500#M3735</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zhang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply, I will fix my sending program in order to do what you suggest. I am going to post my results when the test is ready.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jan 2016 06:13:15 GMT</pubDate>
    <dc:creator>davidtosse</dc:creator>
    <dc:date>2016-01-26T06:13:15Z</dc:date>
    <item>
      <title>QG8 Asynchronous Serial Communication Module - Processor Expert</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/QG8-Asynchronous-Serial-Communication-Module-Processor-Expert/m-p/475498#M3733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, I have been working with QG8 micro, I was trying to receive and save some data by using the Asynchronous Serial Communication Module with processor expert option but I have a very suspicsious problem, the data that i intend to send are -&amp;gt; 123.456.7.x and if i use 'RecvChar' and 'SendChar' methods i am able to see the complete data, but when i try to save it in to a vector it only get the 3 first bytes -&amp;gt; 123 , the data after this is complete loss and i do not why.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Event.c file:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Variables&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="125555_125555.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/120951i6D4065AA420109A2/image-size/large?v=v2&amp;amp;px=999" role="button" title="125555_125555.jpg" alt="125555_125555.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Variables.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/52947i9AC6FFFF830FF7CD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Variables.jpg" alt="Variables.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;- Function&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="125556_125556.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/120952iB39D0289CF63CE7E/image-size/large?v=v2&amp;amp;px=999" role="button" title="125556_125556.jpg" alt="125556_125556.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Events.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/52974iA133140699F03244/image-size/large?v=v2&amp;amp;px=999" role="button" title="Events.jpg" alt="Events.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Main.c file:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="125557_125557.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/120953i8A42B0DE576FF72B/image-size/large?v=v2&amp;amp;px=999" role="button" title="125557_125557.jpg" alt="125557_125557.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Main.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/53051iB1A6E51455851F55/image-size/large?v=v2&amp;amp;px=999" role="button" title="Main.jpg" alt="Main.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;pdt: my english is not very good, but i'm trying to improve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jan 2016 07:54:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/QG8-Asynchronous-Serial-Communication-Module-Processor-Expert/m-p/475498#M3733</guid>
      <dc:creator>davidtosse</dc:creator>
      <dc:date>2016-01-08T07:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: QG8 Asynchronous Serial Communication Module - Processor Expert</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/QG8-Asynchronous-Serial-Communication-Module-Processor-Expert/m-p/475499#M3734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'RecvChar' and 'SendChar' can only transfer char type value.&lt;/P&gt;&lt;P&gt;if you want send a string 123.456.7.x, you need convert 123.456.7.x to a string then send them one by one. &lt;/P&gt;&lt;P&gt;then make sure if the data array is converted correct. the ascii code of "123.456.7.x" is:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_0.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/22349i490604B77982818B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_0.png" alt="pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;can this help you?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 04:02:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/QG8-Asynchronous-Serial-Communication-Module-Processor-Expert/m-p/475499#M3734</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2016-01-26T04:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: QG8 Asynchronous Serial Communication Module - Processor Expert</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/QG8-Asynchronous-Serial-Communication-Module-Processor-Expert/m-p/475500#M3735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zhang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply, I will fix my sending program in order to do what you suggest. I am going to post my results when the test is ready.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 06:13:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/QG8-Asynchronous-Serial-Communication-Module-Processor-Expert/m-p/475500#M3735</guid>
      <dc:creator>davidtosse</dc:creator>
      <dc:date>2016-01-26T06:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: QG8 Asynchronous Serial Communication Module - Processor Expert</title>
      <link>https://community.nxp.com/t5/CodeWarrior-Development-Tools/QG8-Asynchronous-Serial-Communication-Module-Processor-Expert/m-p/475501#M3736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;good! thanks!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Jennie Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 06:15:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-Development-Tools/QG8-Asynchronous-Serial-Communication-Module-Processor-Expert/m-p/475501#M3736</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2016-01-26T06:15:28Z</dc:date>
    </item>
  </channel>
</rss>

