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:
- reset chipset (
at z) - stopped echoing whatever write (
at e0) - turned line endings on, reply doesn't overwrite command in temrinal (
at l1) - set protocol "auto" (
at sp 0) - initialize bus (
0100) (okay, not really, helps chipset determine protocol) - 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
Post a Comment