Re: Pre1997 Fiat ECUs

From: mente_catto <fravasi@...>
Date: Wed Nov 12 2003 - 16:36:28 CET

--- In opendiag@yahoogroups.com, Marc Bongartz <mbong@a...> wrote:
> Once again, with the sources this time :-)
>
> //Marc
>
> (cut)
>
> static struct
> {
> char offset;
> char len;
> char *descr;
> int (*func)( unsigned char *, unsigned );
> } ram_values[] =
> {
> {0x00,2,"Current timing period", p_word },
> {0x02,2,"Injector pulse width", p_word },
> {0x04,1,"L0111", p_byte},
> {0x05,1,"L0013 b_map_L0013", p_byte },
> {0x06,1,"b_air_adc", p_byte },
> {0x07,1,"b_h2o_adc", p_byte },
> {0x08,1,"b_curr_tps_adc", p_byte },
> {0x09,1,"b_batt_adc", p_byte },
>
> (cut)
>
> {0,0,0}
> };

Many thx for the code, I have a question:
I suppose the above values are ram cells addresses (by looking @the
code :D), so am I right when I say that to read "b_batt_adc" I must
send "05 01 01 00 09 10" (according to document 07273) ?

Also: any info about eeprom reading/content?

CU,
MC

 
Received on Wed Nov 12 07:38:38 2003

This archive was generated by hypermail 2.1.8 : Wed Jan 02 2008 - 00:56:01 CET