File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
documentation/modules/post/hardware/automotive Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
- Gathers several pieces of information from the vehicle. First it reports
1
+ ## Introduction
2
+ This module gathers several pieces of information from the vehicle. First it reports
2
3
the available PIDS for pulling realtime current_data from Mode $01. If some of
3
4
the common PIDs are returned it will print those as well, such as Engine Temp and
4
5
Vehicle speed. If there are any Diagnostic Trouble Codes (DTCs) it will list those.
@@ -22,7 +23,7 @@ PIDs to ASCII.
22
23
23
24
Determines which CAN bus to communicate on. Type 'supported_buses' for valid options.
24
25
25
- ** CLEAR_DTCS***
26
+ ** CLEAR_DTCS**
26
27
27
28
If any Diagnostic Trouble Codes (DTCs) are present it will clear those and reset the MIL (Engine Light).
28
29
You can’t perform that action at this time.
0 commit comments