Software On ELM Street - OBD2 Software Development

Programs / Tools / Scripts
User avatar
psyolent
Posts: 1575
Joined: Tue Apr 26, 2011 9:52 pm
cars: VN S Pack
VX Berlina Series 1
XP Falcon ex Geelong Taxi
RN105 V8 Hilux
VT Series 1 Track Car

Re: Software On ELM Street - OBD2 Software Development

Post by psyolent »

ha. i just grabbed the SRS diag tool to find out why my cluster was singing to me on boot. awesome product and well worth the money invested in it. thanks heaps!
Cheers,
Greg aka Sir Burnie Tanington

VX1 Berlina V6, VT1 Berlina V6 (Track), VN1 S V6, Hilux RN105 GMV8, Ford XP 170.
User avatar
psyolent
Posts: 1575
Joined: Tue Apr 26, 2011 9:52 pm
cars: VN S Pack
VX Berlina Series 1
XP Falcon ex Geelong Taxi
RN105 V8 Hilux
VT Series 1 Track Car

Re: Software On ELM Street - OBD2 Software Development

Post by psyolent »

....and used again to fix the mrs airbag light. money well spent. thanks buddy
Cheers,
Greg aka Sir Burnie Tanington

VX1 Berlina V6, VT1 Berlina V6 (Track), VN1 S V6, Hilux RN105 GMV8, Ford XP 170.
User avatar
VL400
Posts: 4991
Joined: Sun Mar 01, 2009 2:54 pm
cars: VL Calais and Toyota Landcruiser. Plus some toys :)
Location: Perth, WA
Contact:

Re: Software On ELM Street - OBD2 Software Development

Post by VL400 »

Agreed, excellent software. Used it the other week on my brothers VK L98 and 4L65E to diagnose a trans control issue. Fixed the problem and got to do driveway skids, winning!
soumyasen92
Posts: 1
Joined: Fri Feb 16, 2018 8:54 pm
cars: Toyota Corolla Altis

Re: ELM327 Software Development

Post by soumyasen92 »

I am using HyperTerminal and elm327 to get data from Chevrolet Cruze.

The commands are as follows:

Code: Select all

AT SH 241
AT CRA 641
20
AT CRA 541
A9 81 12
I am getting result as expected for command 20, but I am getting 'NO DATA' for the command A9 81 12. Any suggestion how I should send the command (if I am missing any AT command also) so that I can get the data for module address 0x241.


Tazzi wrote:When first clicking on the "v6 engine" tabe, the tech2 sends a whole heap of frames. Its also identifies the number of DTC's. My bench setup apparently has 12 (thought there would be more!!)

Code: Select all

7E0 01 20 00 00 00 00 00 00 
7E8 01 60 00 00 00 00 00 00 
7E0 02 1A 9A 00 00 00 00 00 
7E8 04 5A 9A 83 02 00 00 00 
7E0 03 A9 81 12 00 00 00 00 

After those initial frames.. the tech2 spams of a whole list of faults... (12 in total)

Code: Select all

5E8 81 C1 21 00 6F 00 00 00 
5E8 81 C1 55 00 27 00 00 00 
5E8 81 C1 01 00 6F 00 00 00 
5E8 81 C4 23 00 27 00 00 00 
5E8 81 22 29 00 7F 00 00 00 
5E8 81 21 22 00 7F 00 00 00 
5E8 81 21 27 00 7F 00 00 00 
5E8 81 C4 15 00 7F 00 00 00 
5E8 81 01 18 00 7F 00 00 00 
5E8 81 01 97 00 7F 00 00 00 
5E8 81 05 60 00 7F 00 00 00 
5E8 81 06 33 48 7F 00 00 00 
5E8 81 00 00 00 FF 00 00 00 
And finishes off with the standard 00,00,FF for end of faults.
Post Reply