Difference between revisions of "OBDLink LX"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
<source lang='bash'> | <source lang='bash'> | ||
bluetoothctl | bluetoothctl | ||
+ | agent on | ||
+ | scan on | ||
+ | Discovery started | ||
+ | ... | ||
[NEW] Device 00:04:3E:9F:A3:C0 OBDLink LX | [NEW] Device 00:04:3E:9F:A3:C0 OBDLink LX | ||
+ | pair 00:04:3E:9F:A3:C0 | ||
+ | Attempting to pair with 00:04:3E:9F:A3:C0 | ||
+ | Pairing successful | ||
+ | [CHG] Device 00:04:3E:9F:A3:C0 Trusted: yes | ||
+ | Changing 00:04:3E:9F:A3:C0 trust succeeded | ||
quit | quit | ||
</source> | </source> | ||
[[Category:ELM327]] | [[Category:ELM327]] |
Revision as of 19:42, 21 June 2017
Connecting to an OBDLink LX from Linux
the following was tested on a Raspberry PI
bluetoothctl
agent on
scan on
Discovery started
...
[NEW] Device 00:04:3E:9F:A3:C0 OBDLink LX
pair 00:04:3E:9F:A3:C0
Attempting to pair with 00:04:3E:9F:A3:C0
Pairing successful
[CHG] Device 00:04:3E:9F:A3:C0 Trusted: yes
Changing 00:04:3E:9F:A3:C0 trust succeeded
quit