stko / oobd

OOBD- The Open Onboard Diagnostics Toolkit
http://oobd.org
11 stars 8 forks source link

Command prompt in CANraw mode delayed #216

Closed nexulm closed 8 years ago

nexulm commented 8 years ago

Firmware init sequence:

p 1 1 0 0 p 8 4 0 p 8 3 3 p 8 2 3 p 6 3 $FFFF 000001230133FF (max. delay time)

The command prompt need now up to 2s for returning! .

stko commented 8 years ago

It's a feature, not a bug:-) It's made to let the application know when the sequence is done by delaying the prompt until it's end

nexulm commented 8 years ago

OK, but it doesn't make sense in continuously mode, or? My expectation is that the frame is fired out directly and with the delay-/cycletime afterwards without delaying the command prompt. Maybe all of us will run in some trouble by creating our own lua script files due to hande this behaviour!?!