<?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>MQX Software Solutions中的主题 Re: MQX NIO drivers</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-NIO-drivers/m-p/646038#M17129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clecio:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MQX for KSDK uses default drivers just like in bare-metal implementaiton, however, MQX also provides a uniform way to communicate with Input / Output driver by using a NIO driver,&amp;nbsp; this NIO driver is a wrapper for I/O drivers in order to use POSIX standard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please refer to the attached document that describes the way to create a basic NIO driver, the steps needed to install it and then use it with basic I/O operations like open, close, write, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Daniel&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, 19 Oct 2016 03:09:17 GMT</pubDate>
    <dc:creator>danielchen</dc:creator>
    <dc:date>2016-10-19T03:09:17Z</dc:date>
    <item>
      <title>MQX NIO drivers</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-NIO-drivers/m-p/646037#M17128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; background: white;"&gt;&lt;STRONG style="border: none windowtext 1.0pt; padding: 0cm; color: #51626f; font-size: 11.5pt;"&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN style="border: none windowtext 1.0pt; padding: 0cm; color: #51626f; font-weight: inherit; font-size: 11.5pt; font-style: inherit;"&gt;Hi everyone!&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="border: none windowtext 1.0pt; padding: 0cm; color: #51626f; font-weight: inherit; font-size: 11.5pt; font-style: inherit;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; text-indent: 35.4pt; background: white;"&gt;&lt;SPAN style="border: none windowtext 1.0pt; padding: 0cm; color: #51626f; font-weight: inherit; font-size: 11.5pt; font-style: inherit;"&gt;I got a problem and I came here to ask if some of you might help me… I am using the board&amp;nbsp;FRDM-K64F with the following software solutions:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; text-indent: 35.4pt; background: white;"&gt;&lt;SPAN style="border: none windowtext 1.0pt; padding: 0cm; color: #51626f; font-weight: inherit; font-size: 11.5pt; font-style: inherit;"&gt;KDS 3.2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; text-indent: 35.4pt; background: white;"&gt;&lt;SPAN style="border: none windowtext 1.0pt; padding: 0cm; color: #51626f; font-weight: inherit; font-size: 11.5pt; font-style: inherit;"&gt;KSDK 1.3;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; text-indent: 35.4pt; background: white;"&gt;&lt;SPAN style="border: none windowtext 1.0pt; padding: 0cm; color: #51626f; font-weight: inherit; font-size: 11.5pt; font-style: inherit;"&gt;MQX provided by KSDK;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 11.5pt; color: #51626f; border: none windowtext 1.0pt; padding: 0cm;"&gt;I need to use the POSIX standard functions (open, read, write, close) to control one serial interface from the board. I found that MQX provides NIO drivers, but there is not any documentation on how to use it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-indent: 35.4pt;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #51626f; border: none windowtext 1.0pt; padding: 0cm;"&gt;Anyone knows how to do it?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 19:46:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-NIO-drivers/m-p/646037#M17128</guid>
      <dc:creator>cleciojung</dc:creator>
      <dc:date>2016-10-18T19:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: MQX NIO drivers</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-NIO-drivers/m-p/646038#M17129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clecio:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MQX for KSDK uses default drivers just like in bare-metal implementaiton, however, MQX also provides a uniform way to communicate with Input / Output driver by using a NIO driver,&amp;nbsp; this NIO driver is a wrapper for I/O drivers in order to use POSIX standard.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please refer to the attached document that describes the way to create a basic NIO driver, the steps needed to install it and then use it with basic I/O operations like open, close, write, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Daniel&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, 19 Oct 2016 03:09:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-NIO-drivers/m-p/646038#M17129</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2016-10-19T03:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: MQX NIO drivers</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-NIO-drivers/m-p/646039#M17130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;Hi Daniel.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;Thank you for your answer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;I could manage to install, open, read and write from a serial nio driver.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;My question now is how to change the parameters of the driver like baud rate and stop bits without having to reinstall the driver, and how to using CTS and RTS signals?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 11.5pt; color: #3d3d3d;"&gt;Thanks for the help.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 10:50:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX-NIO-drivers/m-p/646039#M17130</guid>
      <dc:creator>cleciojung</dc:creator>
      <dc:date>2016-10-19T10:50:34Z</dc:date>
    </item>
  </channel>
</rss>

