<?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>8-bit Microcontrollers中的主题 Re: need help in serial communication</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/need-help-in-serial-communication/m-p/322571#M20958</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello vikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i suggest refer below document which is about how to implement HCS08 Peripheral Module. SCI is included.&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/microcontrollers/doc/user_guide/HCS08QRUG.pdf?&amp;amp;Parent_nodeId=&amp;amp;Parent_pageType=" title="http://cache.freescale.com/files/microcontrollers/doc/user_guide/HCS08QRUG.pdf?&amp;amp;Parent_nodeId=&amp;amp;Parent_pageType="&gt;http://cache.freescale.com/files/microcontrollers/doc/user_guide/HCS08QRUG.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also attached the sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;===================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this answer is for you. if it helps, please click on correct answer button. thansk!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Zhang Jun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jun 2014 02:58:47 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2014-06-23T02:58:47Z</dc:date>
    <item>
      <title>need help in serial communication</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/need-help-in-serial-communication/m-p/322570#M20957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;/*******************************************************************************************************************************/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;/* MC9S08DN16 */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;/* The below program is a sample code with the following configuration */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;/* SCI enable */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;/* 9600 baud rate, 8 data bits, 1stop bit, No parity bit */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;/* Idle wakeup */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;/* Idle character bit count starts after stop bit */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;/* receiver wake up to standby mode */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;/* Receiver enable */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;/* RS_485 direction set to receive */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;/* Interrupt on receiver full */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;/* Interrupt on any receiving error */ &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;"&gt;/********************************************************************************************************************************/&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 21:33:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/need-help-in-serial-communication/m-p/322570#M20957</guid>
      <dc:creator>vikassubramani</dc:creator>
      <dc:date>2014-06-20T21:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: need help in serial communication</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/need-help-in-serial-communication/m-p/322571#M20958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello vikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i suggest refer below document which is about how to implement HCS08 Peripheral Module. SCI is included.&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/microcontrollers/doc/user_guide/HCS08QRUG.pdf?&amp;amp;Parent_nodeId=&amp;amp;Parent_pageType=" title="http://cache.freescale.com/files/microcontrollers/doc/user_guide/HCS08QRUG.pdf?&amp;amp;Parent_nodeId=&amp;amp;Parent_pageType="&gt;http://cache.freescale.com/files/microcontrollers/doc/user_guide/HCS08QRUG.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also attached the sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;===================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this answer is for you. if it helps, please click on correct answer button. thansk!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Zhang Jun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 02:58:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/need-help-in-serial-communication/m-p/322571#M20958</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2014-06-23T02:58:47Z</dc:date>
    </item>
  </channel>
</rss>

