View Single Post
  #24  
Old 04-29-2007, 09:54 AM
b3lha's Avatar
b3lha b3lha is offline
Phil & Belha
 
Join Date: Aug 2001
Location: Alcyone Limited, Buckinghamshire UK
Posts: 2,671
Quote:
Originally Posted by UPnorth362
Great write up. Just wondering what program you use to run the linux version software?
It's C source code, tarred and gzipped. You extract it with "tar -xzvf filename.tar.gz" and then run "make" to compile it.

ssm.c contains functions to access the ecu. It compiles to ssm.o
ecudump.c compiles to an executable called ecudump. When you run ecudump, it calls the functions in ssm.o to extract data from the ECU and write it to a file.

If/when I've worked out enough of the memory locations in the ECU I'll write something to display them graphically in real time. If you know how to program, then you can write your own software to call the ssm functions and display the data however you want it.
__________________
Subaru ECU and TCU Website
1992 Alcyone SVX Version L
1992 Alcyone SVX Version L
1994 Alcyone SVX S40-II
2004 Subaru Legacy 2.5 SE Sports Tourer
1996 Subaru Legacy 2.2 GX Wagon
1988 Subaru Justy J12 SL-II

Last edited by b3lha; 04-29-2007 at 10:01 AM.
Reply With Quote