<?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 Communication in CodeWarrior for MCU</title>
    <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Serial-Communication/m-p/166077#M4871</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms,geneva';"&gt;&lt;BR /&gt;Hi everyone&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms,geneva';"&gt;i am somewhat new to freescale microcontroller series ........( before this i use arduino series) &amp;nbsp;i want to send the data from my microcontroller to the computer by tx pin on mcu ( i am using mms08 128 microcontroller) &amp;nbsp;and i create an application there in computer ( i the language processing) which accept the send byte by the microcontroller via serial communication and convert it &amp;nbsp;to display on the computer screen...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms,geneva';"&gt;It is small but very important step for my project.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms,geneva';"&gt;Hope that you people help me in this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms,geneva';"&gt;Thanks in advance&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN style="font-family: ''trebuchet ms', geneva';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Sep 2011 21:27:21 GMT</pubDate>
    <dc:creator>RajanDhingra</dc:creator>
    <dc:date>2011-09-10T21:27:21Z</dc:date>
    <item>
      <title>Serial Communication</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Serial-Communication/m-p/166077#M4871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms,geneva';"&gt;&lt;BR /&gt;Hi everyone&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms,geneva';"&gt;i am somewhat new to freescale microcontroller series ........( before this i use arduino series) &amp;nbsp;i want to send the data from my microcontroller to the computer by tx pin on mcu ( i am using mms08 128 microcontroller) &amp;nbsp;and i create an application there in computer ( i the language processing) which accept the send byte by the microcontroller via serial communication and convert it &amp;nbsp;to display on the computer screen...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms,geneva';"&gt;It is small but very important step for my project.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms,geneva';"&gt;Hope that you people help me in this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms,geneva';"&gt;Thanks in advance&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN style="font-family: ''trebuchet ms', geneva';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Sep 2011 21:27:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Serial-Communication/m-p/166077#M4871</guid>
      <dc:creator>RajanDhingra</dc:creator>
      <dc:date>2011-09-10T21:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Serial Communication</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Serial-Communication/m-p/166078#M4872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am using xl_star board from freescale which is using &amp;nbsp;&lt;A href="http://www.element14.com/community/docs/DOC-37278/l/refmanual-of-ms9s08mm128" rel="nofollow" target="_blank"&gt;MS9S08MM128&lt;/A&gt;﻿ (&lt;A href="http://www.element14.com/community/docs/DOC-37278/l/refmanual-of-ms9s08mm128" rel="nofollow" target="_blank"&gt;http://www.element14.com/community/servlet/JiveServlet/downloadBody/37278-102-1-219583/MC9S08MM128RM.pdf﻿&lt;/A&gt;﻿) there are two ports avaiable for the communication i want to use ji which is on the front side of the board for communication with the computer.. It is attached to pin Rx1 &amp;amp; tx1 present in the microcontroller.&lt;/P&gt;&lt;P&gt;It requires to fill up register sci and i am new to it this microcontroller so if you guys help me with the code then it will be very much appreciable..&lt;/P&gt;&lt;P&gt;I am &amp;nbsp;trying my best &amp;nbsp;your help is required&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 11:24:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Serial-Communication/m-p/166078#M4872</guid>
      <dc:creator>RajanDhingra</dc:creator>
      <dc:date>2011-09-12T11:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Serial Communication</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Serial-Communication/m-p/166079#M4873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you try creating a project for MS9S08MM128 using the project wizard and enabling Processor Expert?&lt;/P&gt;&lt;P&gt;Then add an AsynchroSerial Bean and configure it as required.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let CodeWarrior generate code and this should give you an idea on how to generate code for SCI.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CrasyCat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Sep 2011 14:56:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Serial-Communication/m-p/166079#M4873</guid>
      <dc:creator>CrasyCat</dc:creator>
      <dc:date>2011-09-12T14:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Serial Communication</title>
      <link>https://community.nxp.com/t5/CodeWarrior-for-MCU/Serial-Communication/m-p/166080#M4874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your using something like Hyperterminal to get the RS-232 data from your MCU, you need to be mindful of a few settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, your MCU has 8-bit or 9-bit data modes and a parity option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The parity takes up 1 bit, so if your in 8-bit mode you actually have 7 data bits and if your in 9-bit mode you actually have 8 data bits.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Flow control on your Hyperterminal (or whichever your using) should be set to "None" for now, later on you can try experimenting with "XON / XOFF" and "Hardware" settings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also keep in mind some serial terminal programs have tight tolerances for baud speeds. If one speed doesn't work, try a different one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 01:57:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/CodeWarrior-for-MCU/Serial-Communication/m-p/166080#M4874</guid>
      <dc:creator>AirDragon</dc:creator>
      <dc:date>2011-09-23T01:57:31Z</dc:date>
    </item>
  </channel>
</rss>

