Created
August 16, 2013 23:10
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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