View Single Post
Old 08-07-2011, 08:35 AM   #764 (permalink)
dar
EcoModding Lurker
 
Join Date: Apr 2011
Location: Lithuania
Posts: 16
Thanks: 0
Thanked 3 Times in 2 Posts
I use:
#define ISO_9141
#define useECUState
//#define DisconnectECUIfRPMIsZero
#define do_ISO_Reinit
#define skip_ISO_Init
#define carAlarmScreen
In my car (VW Passat 1999; gasoline, ISO_9141) it works. Then have tried #define DisconnectECUIfRPMIsZero, I has similar problem.
But necessary uncomment both: #define do_ISO_Reinit
#define skip_ISO_Init (I think, the checking at line 986-991 (ver 198) (987 #if defined skip_ISO_Init) is not working)

Last edited by dar; 08-07-2011 at 11:39 AM.. Reason: Added version 198
  Reply With Quote
The Following 2 Users Say Thank You to dar For This Useful Post:
eimix (08-07-2011), TurboTorben (08-07-2011)