<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: J1850 VPW Interface</title>
	<atom:link href="http://www.mictronics.de/projects/j1850-vpw-interface/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mictronics.de</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 12:54:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Humberto</title>
		<link>http://www.mictronics.de/projects/j1850-vpw-interface/comment-page-1/#comment-291</link>
		<dc:creator>Humberto</dc:creator>
		<pubDate>Mon, 25 Jul 2011 20:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mictronics.de/?page_id=24#comment-291</guid>
		<description>Hello Michael,

I finally have my interface working. I used Do..Loop cicles for timing decode.

I tested it with a Stand-Alone workbench PCM. No other modules are on bus. So I guess PCM is interrogating othe rmodules.

this is the output:


J1850VPW 1.34

48 EA 10 0A 00 72
E8 FF 10 03 B3
48 EA 10 0A 00 72
49 92 10 01 BE
49 92 10 01 BE
48 EA 10 0A 00 72
49 92 10 01 BE
48 EA 10 0A 00 72
E8 FF 10 03 B3
49 92 10 01 BE
48 EA 10 0A 00 72
49 92 10 01 BE
48 EA 10 0A 00 72
49 92 10 01 BE
E8 FF 10 03 B3
48 EA 10 0A 00 72
49 92 10 01 BE
48 EA 10 0A 00 72
49 92 10 01 BE
48 EA 10 0A 00 72
E8 FF 10 03 B3
48 EA 10 0A 00 72
E8 FF 10 03 B3
here it keeps repeating this message every second...
E8 FF 10 03 B3
E8 FF 10 03 B3
E8 FF 10 03 B3</description>
		<content:encoded><![CDATA[<p>Hello Michael,</p>
<p>I finally have my interface working. I used Do..Loop cicles for timing decode.</p>
<p>I tested it with a Stand-Alone workbench PCM. No other modules are on bus. So I guess PCM is interrogating othe rmodules.</p>
<p>this is the output:</p>
<p>J1850VPW 1.34</p>
<p>48 EA 10 0A 00 72<br />
E8 FF 10 03 B3<br />
48 EA 10 0A 00 72<br />
49 92 10 01 BE<br />
49 92 10 01 BE<br />
48 EA 10 0A 00 72<br />
49 92 10 01 BE<br />
48 EA 10 0A 00 72<br />
E8 FF 10 03 B3<br />
49 92 10 01 BE<br />
48 EA 10 0A 00 72<br />
49 92 10 01 BE<br />
48 EA 10 0A 00 72<br />
49 92 10 01 BE<br />
E8 FF 10 03 B3<br />
48 EA 10 0A 00 72<br />
49 92 10 01 BE<br />
48 EA 10 0A 00 72<br />
49 92 10 01 BE<br />
48 EA 10 0A 00 72<br />
E8 FF 10 03 B3<br />
48 EA 10 0A 00 72<br />
E8 FF 10 03 B3<br />
here it keeps repeating this message every second&#8230;<br />
E8 FF 10 03 B3<br />
E8 FF 10 03 B3<br />
E8 FF 10 03 B3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.mictronics.de/projects/j1850-vpw-interface/comment-page-1/#comment-289</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 22 Jul 2011 10:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mictronics.de/?page_id=24#comment-289</guid>
		<description>You will hardly find documentation of car specific bus data.
It&#039;s all proprietary information kept secret by the manufactures.

There are only a few SAE specification describing some basic data frames. 
VPW frame structure is described in SAE J1850.</description>
		<content:encoded><![CDATA[<p>You will hardly find documentation of car specific bus data.<br />
It&#8217;s all proprietary information kept secret by the manufactures.</p>
<p>There are only a few SAE specification describing some basic data frames.<br />
VPW frame structure is described in SAE J1850.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Humberto</title>
		<link>http://www.mictronics.de/projects/j1850-vpw-interface/comment-page-1/#comment-288</link>
		<dc:creator>Humberto</dc:creator>
		<pubDate>Fri, 22 Jul 2011 06:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mictronics.de/?page_id=24#comment-288</guid>
		<description>Hello Michael, Is I promised some months ago I started to learn better the VPW protocol. instead of try to translate your C code, I finally understanded nicely the VPW trnsitions pattern. I got an Digital Storage Oscilloscope and with just the Key on &quot;ACC&quot; position, get lot of bit patterns from my OBDII connector. As you indicated, there is a lot of data!

I captured a complete packet with SOF. After printing the pattern I was able to decode by hand the bytes:

$E8 $FF $40 $03 $ED

Now I&#039;m in the way to start likely from scratch using Bascom Avr, and using your code as guide, but will try to implement my own timing decode routines, based on Bascom language and M2560 chip.

Do you know where could I get reference for the above packet ?  I think this is data exchanged between the modules of my car.</description>
		<content:encoded><![CDATA[<p>Hello Michael, Is I promised some months ago I started to learn better the VPW protocol. instead of try to translate your C code, I finally understanded nicely the VPW trnsitions pattern. I got an Digital Storage Oscilloscope and with just the Key on &#8220;ACC&#8221; position, get lot of bit patterns from my OBDII connector. As you indicated, there is a lot of data!</p>
<p>I captured a complete packet with SOF. After printing the pattern I was able to decode by hand the bytes:</p>
<p>$E8 $FF $40 $03 $ED</p>
<p>Now I&#8217;m in the way to start likely from scratch using Bascom Avr, and using your code as guide, but will try to implement my own timing decode routines, based on Bascom language and M2560 chip.</p>
<p>Do you know where could I get reference for the above packet ?  I think this is data exchanged between the modules of my car.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Humberto</title>
		<link>http://www.mictronics.de/projects/j1850-vpw-interface/comment-page-1/#comment-275</link>
		<dc:creator>Humberto</dc:creator>
		<pubDate>Fri, 24 Jun 2011 05:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mictronics.de/?page_id=24#comment-275</guid>
		<description>Thanks Michael,

I will start to translate to Bascom.

I will keep inform about progress  : )</description>
		<content:encoded><![CDATA[<p>Thanks Michael,</p>
<p>I will start to translate to Bascom.</p>
<p>I will keep inform about progress  : )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.mictronics.de/projects/j1850-vpw-interface/comment-page-1/#comment-266</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 09 Jun 2011 09:56:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mictronics.de/?page_id=24#comment-266</guid>
		<description>Nope, I do not sell my projects stuff.</description>
		<content:encoded><![CDATA[<p>Nope, I do not sell my projects stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J.N.</title>
		<link>http://www.mictronics.de/projects/j1850-vpw-interface/comment-page-1/#comment-264</link>
		<dc:creator>J.N.</dc:creator>
		<pubDate>Mon, 06 Jun 2011 17:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mictronics.de/?page_id=24#comment-264</guid>
		<description>Possible to buy from you an already build PCB board ?
I am so board with soldering irons :)</description>
		<content:encoded><![CDATA[<p>Possible to buy from you an already build PCB board ?<br />
I am so board with soldering irons <img src='http://www.mictronics.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: astaza</title>
		<link>http://www.mictronics.de/projects/j1850-vpw-interface/comment-page-1/#comment-240</link>
		<dc:creator>astaza</dc:creator>
		<pubDate>Sat, 09 Apr 2011 02:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mictronics.de/?page_id=24#comment-240</guid>
		<description>hello is this will work with honda cars? 
thank you so much</description>
		<content:encoded><![CDATA[<p>hello is this will work with honda cars?<br />
thank you so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.mictronics.de/projects/j1850-vpw-interface/comment-page-1/#comment-227</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 22 Mar 2011 17:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mictronics.de/?page_id=24#comment-227</guid>
		<description>There was a general problem with downloads since last update. Has been fixed.</description>
		<content:encoded><![CDATA[<p>There was a general problem with downloads since last update. Has been fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: y2kevin</title>
		<link>http://www.mictronics.de/projects/j1850-vpw-interface/comment-page-1/#comment-226</link>
		<dc:creator>y2kevin</dc:creator>
		<pubDate>Tue, 22 Mar 2011 13:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mictronics.de/?page_id=24#comment-226</guid>
		<description>pardon me for being ignorant but where do I download source code 1.06 to flash the project with?</description>
		<content:encoded><![CDATA[<p>pardon me for being ignorant but where do I download source code 1.06 to flash the project with?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.mictronics.de/projects/j1850-vpw-interface/comment-page-1/#comment-207</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 17 Feb 2011 06:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mictronics.de/?page_id=24#comment-207</guid>
		<description>As far as I know For uses J1850 PWM not VPW. You can use any USB-RS232 Adapter with the interface.</description>
		<content:encoded><![CDATA[<p>As far as I know For uses J1850 PWM not VPW. You can use any USB-RS232 Adapter with the interface.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

