<?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 about OBD implementation using K-line in S12 / MagniV Microcontrollers</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/about-OBD-implementation-using-K-line/m-p/208526#M8541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&amp;nbsp;i am referening freescale &lt;FONT color="#3333FF"&gt;MC33290 ISO k line serial interface IC&lt;/FONT&gt; for it. after implementing i see that the transmission is OK but as time of sending it get back to IC again. and IC take it as a receive data so in k line i get two data same time as transmit as well as receive.i cant get it sepratelly.&lt;/DIV&gt;&lt;DIV&gt;plz help in this reguard&lt;/DIV&gt;&lt;DIV&gt;i still waiting for somebody's answer&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;vinay&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Apr 2008 17:40:50 GMT</pubDate>
    <dc:creator>vinay</dc:creator>
    <dc:date>2008-04-08T17:40:50Z</dc:date>
    <item>
      <title>about OBD implementation using K-line</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/about-OBD-implementation-using-K-line/m-p/208525#M8540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hello,&lt;/DIV&gt;&lt;DIV&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; I am working on 16 bit MCU s12xDP512, i want to interface an OBD using k line through external world like PC. i am using MC33290 k line serial link interface for connecting to MCU. also i made a unit K line to RS232 convertor. now my total communication like this...&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;MCU----&amp;gt;MC33290------&amp;gt;k line&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;-------------&amp;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; k-line--&amp;gt;MC33290-------&amp;gt;RS232----&amp;gt;PC&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;i am able to&amp;nbsp;do a transmission of messege from MCU to PC throgh above.&amp;nbsp;but i cant receive any messge from PC to my MCU.&amp;nbsp;for displaying and getting a messge i use hyperterminal. and SCI0 communication in MCU.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;help in this reguards&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2008 16:52:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/about-OBD-implementation-using-K-line/m-p/208525#M8540</guid>
      <dc:creator>vinay</dc:creator>
      <dc:date>2008-04-01T16:52:04Z</dc:date>
    </item>
    <item>
      <title>about OBD implementation using K-line</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/about-OBD-implementation-using-K-line/m-p/208526#M8541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&amp;nbsp;i am referening freescale &lt;FONT color="#3333FF"&gt;MC33290 ISO k line serial interface IC&lt;/FONT&gt; for it. after implementing i see that the transmission is OK but as time of sending it get back to IC again. and IC take it as a receive data so in k line i get two data same time as transmit as well as receive.i cant get it sepratelly.&lt;/DIV&gt;&lt;DIV&gt;plz help in this reguard&lt;/DIV&gt;&lt;DIV&gt;i still waiting for somebody's answer&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;vinay&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 17:40:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/about-OBD-implementation-using-K-line/m-p/208526#M8541</guid>
      <dc:creator>vinay</dc:creator>
      <dc:date>2008-04-08T17:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: about OBD implementation using K-line</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/about-OBD-implementation-using-K-line/m-p/208527#M8542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Vinay&lt;BR /&gt;&lt;BR /&gt;If I understand your 2nd email then you are seeing the transmitted character being received&amp;nbsp; - is this correct?&lt;BR /&gt;&lt;BR /&gt;If so then this is simply due to the fact that ISO9141 is a half duplex communications medium, and you will always see your transmitted data coming back through the receiver.&amp;nbsp; In this case you have to manage the 'echo' in software.&lt;BR /&gt;&lt;BR /&gt;Apologies if I am misunderstanding your problem.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Colin&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Apr 2008 06:22:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/about-OBD-implementation-using-K-line/m-p/208527#M8542</guid>
      <dc:creator>colinh</dc:creator>
      <dc:date>2008-04-12T06:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: about OBD implementation using K-line</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/about-OBD-implementation-using-K-line/m-p/208528#M8543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai vinnay,&lt;/P&gt;&lt;P&gt;I am very happy to find one working with the same project as mine...&amp;nbsp;&lt;/P&gt;&lt;P&gt;May I know to how far you have completed this project. I am working on a similar project that will just display the diagnostic details on an lcd screen. I am also using DT512 and mcz33290..&lt;/P&gt;&lt;P&gt;What is ur test vehicle model ?&lt;/P&gt;&lt;P&gt;What are all the pins that are available in ur test vehicle .&lt;/P&gt;&lt;P&gt;Did you use any cable to from ur driver IC to the OBD in the automobile?....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;did you make a notice of the previous freescale product mc33199 which has both K line and L line , why did you prefer mcz33290ef,,, any specific reason behind?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If we have L line in the automobile , dont we need a driver IC that has L line output as well?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 17:05:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/about-OBD-implementation-using-K-line/m-p/208528#M8543</guid>
      <dc:creator>changebusclock</dc:creator>
      <dc:date>2009-03-12T17:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: about OBD implementation using K-line</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/about-OBD-implementation-using-K-line/m-p/208529#M8544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should we invert the iso9141 driver IC output from mcz33290ef and give as input to OBD interface in car.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have seen many circuits online(example:- &lt;A href="http://hem.passagen.se/tomasf/obd2/)" target="test_blank"&gt;http://hem.passagen.se/tomasf/obd2/)&lt;/A&gt; that are giving transistor's collector input to K and L lines. Does this mean that we have to give inverted signal as input to obd interface of car...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 22:07:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/about-OBD-implementation-using-K-line/m-p/208529#M8544</guid>
      <dc:creator>changebusclock</dc:creator>
      <dc:date>2009-03-18T22:07:00Z</dc:date>
    </item>
  </channel>
</rss>

