obd ii - elm327 CAN command to switch headlights pernament ON -


i want send @ command switch headlights pernament on in nissan leaf.

it located in id 625

0x00 - off 0x60 - on 0x40 - parking lights on 0x68 - headlights & fog lights on 

how change sending commands through terminal can step step?

if nissan talking can (i.e. elm 327 device reply number between 6 , 9 when send at dpn), can:

at z @ e0 @ l1 @ sp 0 0100 @ sh 625

up here have:

  1. reset chipset (at z)
  2. stopped echoing whatever write (at e0)
  3. turned line endings on, reply doesn't overwrite command in temrinal (at l1)
  4. set protocol "auto" (at sp 0)
  5. initialize bus (0100) (okay, not really, helps chipset determine protocol)
  6. set can message header 625 (at sh 625)

now, know of bytes have change 0x40 turn headlights on? try send 40 00 directly, doubt helps.

note: don't try send can messages on buss unless know doing. don't hold liable if car starts acting weird. also, don't send messages while driving.


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -