Skip to content

Instantly share code, notes, and snippets.

@ScottEAdams
Created August 16, 2013 23:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ScottEAdams/6254309 to your computer and use it in GitHub Desktop.
Save ScottEAdams/6254309 to your computer and use it in GitHub Desktop.
Creating a simple bluetooth serial port on pretty much any flavour of linux
scott@scott:~$ sudo hcitool scan
Scanning ...
00:81:22:78:00:67 MY780067
scott@scott:~$ sudo rfcomm bind /dev/rfcomm1 00:81:22:78:00:67 1
scott@scott:~$ ls -l /dev/rfcomm1
crw-rw---- 1 root dialout 216, 1 Aug 17 01:00 /dev/rfcomm1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment