<?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 Communicating over UART5 to Desktop in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Communicating-over-UART5-to-Desktop/m-p/179656#M1685</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using CW10.2 to develop a K60 application on a target board without an RTOS. I want to be able to use printf statements for debugging. Currently the printf statements output to the CW console view. However the output is very slow. I would like to try using&amp;nbsp;the K60's onboard&amp;nbsp;UART5 as the output to a terminal program running on the desktop. I have my own version of the printf function which uses UART5 and I know this is working to the extent that&amp;nbsp;I see&amp;nbsp;signal&amp;nbsp;output on an oscilloscope. I have removed the jumpers from J7 on a freestanding TWR-SER2 board and connected the UART5's RX and TX signals to the J7 pins which feed into U500 on the serial board. I have applied power to the board and connected it to the desktop via USB. The board shows up in the Device Manager as a COM port with the Freescale CDC driver. However no terminal program I have tried sees the COM port. Does anyone have any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 14 Jul 2012 03:15:18 GMT</pubDate>
    <dc:creator>ERussell</dc:creator>
    <dc:date>2012-07-14T03:15:18Z</dc:date>
    <item>
      <title>Communicating over UART5 to Desktop</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Communicating-over-UART5-to-Desktop/m-p/179656#M1685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using CW10.2 to develop a K60 application on a target board without an RTOS. I want to be able to use printf statements for debugging. Currently the printf statements output to the CW console view. However the output is very slow. I would like to try using&amp;nbsp;the K60's onboard&amp;nbsp;UART5 as the output to a terminal program running on the desktop. I have my own version of the printf function which uses UART5 and I know this is working to the extent that&amp;nbsp;I see&amp;nbsp;signal&amp;nbsp;output on an oscilloscope. I have removed the jumpers from J7 on a freestanding TWR-SER2 board and connected the UART5's RX and TX signals to the J7 pins which feed into U500 on the serial board. I have applied power to the board and connected it to the desktop via USB. The board shows up in the Device Manager as a COM port with the Freescale CDC driver. However no terminal program I have tried sees the COM port. Does anyone have any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Jul 2012 03:15:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Communicating-over-UART5-to-Desktop/m-p/179656#M1685</guid>
      <dc:creator>ERussell</dc:creator>
      <dc:date>2012-07-14T03:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Communicating over UART5 to Desktop</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Communicating-over-UART5-to-Desktop/m-p/179657#M1686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jul 2012 04:02:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Communicating-over-UART5-to-Desktop/m-p/179657#M1686</guid>
      <dc:creator>ERussell</dc:creator>
      <dc:date>2012-07-15T04:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Communicating over UART5 to Desktop</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Communicating-over-UART5-to-Desktop/m-p/179658#M1687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Elizabeth! Could you please let us know what did you found?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 17:17:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Communicating-over-UART5-to-Desktop/m-p/179658#M1687</guid>
      <dc:creator>squadmcu</dc:creator>
      <dc:date>2012-10-26T17:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Communicating over UART5 to Desktop</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Communicating-over-UART5-to-Desktop/m-p/179659#M1688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's been a while but I believe the issue was the driver. I installed Freescale CDC Device driver version 5.1 (9/11/2010). I was then able to communicate somewhat using the TWR-SER2 board as the USB to serial bridge and the program HyperSerialPort - but not reliably enough for debugging. I purchased the Freescale EVBUSB2SER Board and connected Uart 5s TX, RX, and GND to the header available on the board. Using HyperSerialPort I am able to reliably get printf statements to output. It is not a completely satisfactory solution because it uses a program outside CW and has to be reset more often than I would like. I am using my own printf library which Is fine but I would prefer to use what is already in the CW libraries. I wasn't able to figure out how to do this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Elizabeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 17:49:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Communicating-over-UART5-to-Desktop/m-p/179659#M1688</guid>
      <dc:creator>ERussell</dc:creator>
      <dc:date>2012-10-26T17:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Communicating over UART5 to Desktop</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/Communicating-over-UART5-to-Desktop/m-p/179660#M1689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the info! :smileygrin: &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2012 19:07:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/Communicating-over-UART5-to-Desktop/m-p/179660#M1689</guid>
      <dc:creator>squadmcu</dc:creator>
      <dc:date>2012-10-26T19:07:31Z</dc:date>
    </item>
  </channel>
</rss>

