Created
January 12, 2014 08:57
-
-
Save dwilkins/8382449 to your computer and use it in GitHub Desktop.
rfcomm.conf example
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
rfcomm0 { | |
bind yes; | |
# Replace the device address with the address of your bluetooth serial device | |
device 20:13:10:25:40:43; | |
# channel 1 is VERY IMPORTANT | |
channel 1; | |
comment "Bluetooth Serial"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment