View Single Post
Old 03-25-2012, 01:08 PM   #781 (permalink)
Keeper
EcoModding Lurker
 
Join Date: Mar 2012
Location: Minsk, Republic of Belarus
Posts: 6

Chevy HHR - '07 Chevrolet HHR 2LT
Thanks: 2
Thanked 0 Times in 0 Posts
Hello
I have uncommented line 201
# define ELM
and comment lines: 210, 217, 228
/ / # define ISO_9141
/ / # define ISORequestByteDelay 5
/ / # define ISORequestDelay 55

The compiler shows the error:
obduino_code.cpp: In function 'boolean get_pid (byte, char *, long int *)':
obduino_code: 1786: error: 'ECUconnection' was not declared in this scope
obduino_code.cpp: In function 'void config_menu ()':
obduino_code: 3440: error: 'str' was not declared in this scope
obduino_code.cpp: In function 'void needBacklight (boolean)':
obduino_code: 4284: error: 'ECUconnection' was not declared in this scope
obduino_code.cpp: In function 'void loop ()':
obduino_code: 4626: error: 'ECUconnection' was not declared in this scope
obduino_code: 4727: error: 'ISO_InitStep' was not declared in this scope
obduino_code.cpp: In function 'void get_engine_on_time (char *)':
obduino_code: 5132: error: 'ECUconnection' was not declared in this scope


This code is taken from the site Google

If you cancel the changes - there are no errors.
If possible, tell me how to configure to work with the ELM.
Thank you.

  Reply With Quote