<?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>Kinetis Design StudioのトピックRe: Using Serial_LDD To Print Integers to Serial Monitor</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Using-Serial-LDD-To-Print-Integers-to-Serial-Monitor/m-p/406036#M2789</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Andew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think the problem is your PC side serial terminal doesn't enable hex display. some serial terminal doesn't have feature of displaying hex character. please choose a serial terminal monitor that can display hex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwise you have to&amp;nbsp; modify your C code, convert your integer to a string. then display the member of string one by one via Serial_LDD to serial terminal. for this topic your can use google search -&amp;nbsp; how to convert ascii to string.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Zhang Jun&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>Wed, 17 Jun 2015 08:21:08 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2015-06-17T08:21:08Z</dc:date>
    <item>
      <title>Using Serial_LDD To Print Integers to Serial Monitor</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Using-Serial-LDD-To-Print-Integers-to-Serial-Monitor/m-p/406035#M2788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Everyone,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to use the Serial_LDD block in order to output some values to a serial monitor. I can get this function working just fine with characters and arrays of characters, but I can't get it to print integers unless I declare the value as a character (Like char n = '1';). I would like to be able to print any integer to the serial monitor, whether this be direct or by converting it into a character like I manually did above. Any help would be appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 20:01:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Using-Serial-LDD-To-Print-Integers-to-Serial-Monitor/m-p/406035#M2788</guid>
      <dc:creator>adegonge</dc:creator>
      <dc:date>2015-06-16T20:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using Serial_LDD To Print Integers to Serial Monitor</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Using-Serial-LDD-To-Print-Integers-to-Serial-Monitor/m-p/406036#M2789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Andew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think the problem is your PC side serial terminal doesn't enable hex display. some serial terminal doesn't have feature of displaying hex character. please choose a serial terminal monitor that can display hex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwise you have to&amp;nbsp; modify your C code, convert your integer to a string. then display the member of string one by one via Serial_LDD to serial terminal. for this topic your can use google search -&amp;nbsp; how to convert ascii to string.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Zhang Jun&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>Wed, 17 Jun 2015 08:21:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Using-Serial-LDD-To-Print-Integers-to-Serial-Monitor/m-p/406036#M2789</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2015-06-17T08:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using Serial_LDD To Print Integers to Serial Monitor</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Using-Serial-LDD-To-Print-Integers-to-Serial-Monitor/m-p/406037#M2790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect thanks! I was using putty and that turned out to be the restricting factor, I downloaded RealTerm and I can now display numbers directly without having to convert to a string. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 12:43:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Using-Serial-LDD-To-Print-Integers-to-Serial-Monitor/m-p/406037#M2790</guid>
      <dc:creator>adegonge</dc:creator>
      <dc:date>2015-06-17T12:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using Serial_LDD To Print Integers to Serial Monitor</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/Using-Serial-LDD-To-Print-Integers-to-Serial-Monitor/m-p/406038#M2791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you are welcome! thank you for using Freescale Community!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Zhang Jun&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>Thu, 18 Jun 2015 09:46:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/Using-Serial-LDD-To-Print-Integers-to-Serial-Monitor/m-p/406038#M2791</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2015-06-18T09:46:09Z</dc:date>
    </item>
  </channel>
</rss>

