The MP3car.com Store  

Welcome to the MP3Car.com forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community 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 fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   MP3Car.com > Mp3Car Technical > Engine Management, OBD-II, Engine Diagnostics, etc.

Reply
 
Thread Tools Display Modes
Old 05-18-2005, 12:28 PM   #1
Newbie
 
Join Date: Apr 2005
Posts: 9
My Photos: (0)
OBD1 1995 Silverado

I purchased an ALDL cable form ALDLcable.com for use on my chevy OBD (pre OBDII). I have a 1995 Silverado 1500 6.5L turbo diesel.

Anybody know what software will work for OBD1 systems?
I have tried several, with no luck. I was kind of rushed when I tried it out last night, but could not get any software to read the data. I will continue trying, but would appreciate anybodys input.
geekazoid is offline   Reply With Quote
Sponsored Links
Old 05-19-2005, 03:11 AM   #2
Raw Wave
lostreception's CarPC Specs
 
lostreception's Avatar
 
Join Date: Sep 2004
Location: NY
Vehicle: Chevy Van G20 and '06 Scion Xb
Posts: 1,802
My Photos: (1)
what type of engine is it tbi efi? 5.7 ltr try searching for that in google itll generate some hits ALDL + "your make model" "type of engine"(if you know) etc

have u tried winaldl that might have it

also try getting the number off of your ecu and googling that thats how i found mine
__________________
.______
| '_ |__\___
[(o)|___(o)] XB
._________
| I__I I_I|_\__I
[(o)______(o)]b VanPimpin'

LostReceptions Apps D/L Here

GPSGasoline- Rewriting

Draw- SkribblePad for Touchscreens

iGQwerty-iG3.0 Qwerty Keyboard

CarPCNetwork
lostreception is offline   Reply With Quote
Old 05-19-2005, 09:22 PM   #3
Newbie
 
Join Date: Apr 2005
Posts: 9
My Photos: (0)
It is a 6.5L turbo Diesel engine.

I have retried a bunch of the applications with no luck. Datamaster, FreeScan, TunerRT, EFILive, WinAdl, ECM852.

I did however find an application that probes the comport with an F4,56,01,checksum, the Truck echoes the command back, then sends a 25 byte reply of f4,6b,01,00,00,00,00,00,00,00,01,00,00,00,00,00,00 ,00,00,00,00,00,00,00,9f. The 6b in this reply is the number of bytes which is 52-6b, or 25 bytes in decimal, so it is some sort of valid reply. That is the end of the transmission of data.

Should this data continue to stream?
How do I know if the cable supplied by ALDLCABLE.COM will work with a 1995 Silverado (pre OBDII) ????

Anybody know anything about the Pre OBDII cables, what is valid, what isnt???

TIA.
geekazoid is offline   Reply With Quote
Old 05-21-2005, 10:08 AM   #4
Newbie
 
Join Date: Apr 2005
Posts: 9
My Photos: (0)
ECM Codes

Ok, I found the codes on the ECM.

They are:

BPAK

16216935

Serv No. 16212488

When I check the broadcast code BPAK on
http://www.efitune.com/broadcast_codes/

The only matching ECM ID is: 16212450

Is this an incomplete list?
What next?
geekazoid is offline   Reply With Quote
Old 05-21-2005, 10:20 AM   #5
Raw Wave
lostreception's CarPC Specs
 
lostreception's Avatar
 
Join Date: Sep 2004
Location: NY
Vehicle: Chevy Van G20 and '06 Scion Xb
Posts: 1,802
My Photos: (1)
try searching for that ecm num in goggle and the key word obd etc yu might find what ur loking for that way
__________________
.______
| '_ |__\___
[(o)|___(o)] XB
._________
| I__I I_I|_\__I
[(o)______(o)]b VanPimpin'

LostReceptions Apps D/L Here

GPSGasoline- Rewriting

Draw- SkribblePad for Touchscreens

iGQwerty-iG3.0 Qwerty Keyboard

CarPCNetwork
lostreception is offline   Reply With Quote
Old 05-22-2005, 05:52 PM   #6
Newbie
 
Join Date: Apr 2005
Posts: 9
My Photos: (0)
Well, I have been doing some more research and playing around. Since I am a professional software engineer, I started playing with some source code to probe.exe. I have found that my cable/truck combo has no problem communicating. When I send a request of "F4 57 01 00" I always get a correct response...likewise with other commands.

I am able read plenty of data from the ECM.

However one issue that I have is that there is never a steady stream of data from the ECM. It only returns data as the result of a request. It seems all of these aldl programs expect a steady data stream from the ECM.

I have used PORTMON to monitor com port activity while running most of the applications, and it appears that every single application is just monitoring the port to get data, but my vehicle/cable combo do not provide constant data.

Is there two protocols here? Why wouldn't any of the aldl programs send requests and get responses?

The aldlcable.com circuit does not use the more complictated max232 design, is the max232 design required to get constant data flow?

Anybody know about constant data flow?

...
geekazoid is offline   Reply With Quote
Old 03-11-2008, 08:34 PM   #7
Newbie
 
Join Date: Mar 2008
Posts: 1
My Photos: (0)
Depending on what your trying to do you might try GMTD Scan. I have found it very helpfull in diagnosing Injection, Fuel and Boost issues on two 1995 6.5L TD's. Turbo Scan Basic is free, pro is for cost if your interested.

http://www.enghmotors.com/basic/default.aspx

Best of Luck
Tim
ManicMechanic is offline   Reply With Quote
Old 03-12-2008, 05:41 PM   #8
Newbie
 
Join Date: Jan 2007
Location: Charlotte, NC
Vehicle: 2003/Chevrolet/SilveradoSS
Posts: 44
My Photos: (9)
Quote: Originally Posted by geekazoid View Post
Well, I have been doing some more research and playing around. Since I am a professional software engineer, I started playing with some source code to probe.exe. I have found that my cable/truck combo has no problem communicating. When I send a request of "F4 57 01 00" I always get a correct response...likewise with other commands.

I am able read plenty of data from the ECM.

However one issue that I have is that there is never a steady stream of data from the ECM. It only returns data as the result of a request. It seems all of these aldl programs expect a steady data stream from the ECM.

I have used PORTMON to monitor com port activity while running most of the applications, and it appears that every single application is just monitoring the port to get data, but my vehicle/cable combo do not provide constant data.

Is there two protocols here? Why wouldn't any of the aldl programs send requests and get responses?

The aldlcable.com circuit does not use the more complictated max232 design, is the max232 design required to get constant data flow?

Anybody know about constant data flow?

...

GM's first generation diagnostic platform (OBD1) as well as their second generation (OBD2) both rely on request/response data transmissions. The only way to get constant data flow is to repeatedly be pinging the ECM with requests, and of course, waiting the appropriate amount of time in between for responses (I think GM's max response time is 200 msec) ... but ... where I was headed with this ...

Why not just buy a product from a company that has already done all the legwork, and has the OE specs to know how to interpret the returned data? It'll be a PITA for you to know the response ranges that the ECM could give you and what they mean ... trust me.
__________________
perk03z06
--------------------------
Windows XP PC
InTruckPC
P4 3.0 GHz Hyperthread CPU, 1Gb RAM, 120 Gb Hard Drive, DVD/CD-RW, Centrafuse XLE 1.47, 7" Xenarc, GPS, EV-DO via Samsung i730 ... more coming!
perk03z06 is offline   Reply With Quote
Sponsored Links
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
OBD1 - Options & Solutions Please !! CivicDisturbance Engine Management, OBD-II, Engine Diagnostics, etc. 35 06-25-2008 11:10 PM
stupid OBD1 interface. turbochris General MP3Car Discussion 5 06-03-2007 03:52 PM
2000 Silverado Aux Adapter Jailer General Hardware Discussion 5 10-12-2004 07:41 PM
MP3 Silverado bgoodman Show off your project 21 04-15-2004 07:22 PM
OBD1 Connector Paladin General Hardware Discussion 4 06-14-2002 10:29 PM


All times are GMT -5. The time now is 04:52 PM.


Sponsored Links
The MP3car.com Store

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Copyright © 1999 - 2008 Mp3Car.com Inc.
Ad Management by RedTyger
Message Board Statistics