<?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 serial console on KDS on KL25Z in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/serial-console-on-KDS-on-KL25Z/m-p/331564#M15538</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody !&lt;BR /&gt;I have some trouble to display variables and strings on Kinetis Design Studio with my KL25Z board. I specify I have KDS 2.0.0 for Ubuntu (which means the lastest available version).&lt;BR /&gt;Here is what I've done: with processor expert mode, I've added the "AsynchroSerial" Component and specify Transmitter and Receiver on UART1_TX and UART1_RX pins respectively. I also set the Baud Rate at 9600 Baud.&lt;/P&gt;&lt;P&gt;In my main function, I've used the AS1_SendChar() in a for(;;) loop:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for(;;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS1_SendChar('A');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt; The build is ok ! When I'm plugging my board, I've noticed that /dev/ttyACM0 appears. So, I've done: screen /dev/ACM0 in order to see the ouput.&lt;BR /&gt;But when I debug my projects, I see nothing on my terminal even if I expected to see the 'A' character !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So are there anyone who know what's going wrong ? or maybe an other method to display variables and strings on a terminal ?&lt;/P&gt;&lt;P&gt;Thanks :smileywink:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Feb 2015 22:19:46 GMT</pubDate>
    <dc:creator>ise1</dc:creator>
    <dc:date>2015-02-23T22:19:46Z</dc:date>
    <item>
      <title>serial console on KDS on KL25Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/serial-console-on-KDS-on-KL25Z/m-p/331564#M15538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody !&lt;BR /&gt;I have some trouble to display variables and strings on Kinetis Design Studio with my KL25Z board. I specify I have KDS 2.0.0 for Ubuntu (which means the lastest available version).&lt;BR /&gt;Here is what I've done: with processor expert mode, I've added the "AsynchroSerial" Component and specify Transmitter and Receiver on UART1_TX and UART1_RX pins respectively. I also set the Baud Rate at 9600 Baud.&lt;/P&gt;&lt;P&gt;In my main function, I've used the AS1_SendChar() in a for(;;) loop:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for(;;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS1_SendChar('A');&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt; The build is ok ! When I'm plugging my board, I've noticed that /dev/ttyACM0 appears. So, I've done: screen /dev/ACM0 in order to see the ouput.&lt;BR /&gt;But when I debug my projects, I see nothing on my terminal even if I expected to see the 'A' character !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So are there anyone who know what's going wrong ? or maybe an other method to display variables and strings on a terminal ?&lt;/P&gt;&lt;P&gt;Thanks :smileywink:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 22:19:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/serial-console-on-KDS-on-KL25Z/m-p/331564#M15538</guid>
      <dc:creator>ise1</dc:creator>
      <dc:date>2015-02-23T22:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: serial console on KDS on KL25Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/serial-console-on-KDS-on-KL25Z/m-p/331565#M15539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using the FRDM-KL25, if yes the KL25 Tx and Rx lines you need to configure to see the output in the Terminal through the OpenSDA connector are :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PTA1/TSI0_CH2/UART0_RX/FTM2_CH0&lt;/P&gt;&lt;P&gt;PTA2/TSI0_CH3/UART0_TX/FTM2_CH1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, for your reference, attached you can find the Serial_LDD component user guide. You can check there the typical usage configurations. You can use it to send and receive characters and strings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Feb 2015 22:56:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/serial-console-on-KDS-on-KL25Z/m-p/331565#M15539</guid>
      <dc:creator>adriancano</dc:creator>
      <dc:date>2015-02-23T22:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: serial console on KDS on KL25Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/serial-console-on-KDS-on-KL25Z/m-p/331566#M15540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes ! Thanks a lot Adrian !&lt;BR /&gt;Now, I see my 'A' loop on my terminal ! :smileywink:&lt;BR /&gt;Time to display the sensor's output now !&lt;BR /&gt;Thanks again !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 11:34:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/serial-console-on-KDS-on-KL25Z/m-p/331566#M15540</guid>
      <dc:creator>ise1</dc:creator>
      <dc:date>2015-02-24T11:34:38Z</dc:date>
    </item>
  </channel>
</rss>

