Skip to content

Instantly share code, notes, and snippets.

@EddiG
Last active September 11, 2017 04:14
Show Gist options
  • Save EddiG/23cc22cc115ef865134e0fab6cbb7fe7 to your computer and use it in GitHub Desktop.
Save EddiG/23cc22cc115ef865134e0fab6cbb7fe7 to your computer and use it in GitHub Desktop.
How to connect to the ELM237 OBD-II adapter
hcitool scan
# 00:11:22:33:44:55
sudo rfcomm bind /dev/rfcomm0 00:11:22:33:44:55
ls -l /dev/rfcomm0
# crw-rw---- root dialout ... /dev/rfcomm0
sudo usermod -a -G dialout
# You should logout/login

For access in VirtualBox guest machine you should enable serial port, select Host Device and define the path /dev/rfcomm0 in the settings of machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment