DIY PROMDo It Yourself PROM chip burning help. No PROM begging. No PROMs for sale. No commercial exchange. Not a referral service.
Welcome to ThirdGen.org!
Welcome to ThirdGen.org.
You are currently viewing our forum as a guest, which gives you limited access to view most discussions and access our other features. By joining our community, at no cost, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is free, fast and simple, join the ThirdGen.org community today!
Interesting read on OBD-II serial hardware within some PCMs
I noticed that in the code for my vortec PCM that there are two consecutive addresses that look as though theyre being used as Rx and Tx FIFOs for the OBD-II serial transmissions. After looking on DIY-EFI.org, I found another good piece of information that almost slipped through the cracks:
The PDF goes over the operation of the chip as well as what timing events its expecting to see for J1850 VPW transmissions. Good info if your be tuning with the older VPW based OBD-II PCMs. Maybe even could be used to design some cheap interfaces for datalogging and flashing the PCMs.
The chip in question is present in the PCM that Im working on. The size of the chip as well as the funky looking blue 4 MHz ceramic resonator hooked to it give it away. Its visible in the picture below, right next to the MPU, chip #9.
Re: Interesting read on OBD-II serial hardware within some PCMs
There is a site with freeware and schematics to build an interface. Have no idea how it actually works, but it looks promising. http://obddiagnostics.com/
Re: Interesting read on OBD-II serial hardware within some PCMs
Yeah, the reference manuals for the DLCs are definately useful. Without the one for the moto DLC, there would be no way to figure out how the recieve/transmit routines work, especially considering that all the code in these PCMs 10's of thousands of lines of pure brute force.