Skip to content

Instantly share code, notes, and snippets.

@rabidaudio
Last active December 10, 2015 22:27
Show Gist options
  • Save rabidaudio/5d8dad6b020928b71f92 to your computer and use it in GitHub Desktop.
Save rabidaudio/5d8dad6b020928b71f92 to your computer and use it in GitHub Desktop.
Connecting to bluetooth serial tty
# get mac addresses for nearby devices
hcitool scan
# bind to a device
rfcomm bind 0 00:0D:18:00:00:01
# open tty
minicom -D /dev/rfcomm0
# press Ctrl-A Z A to turn line breaks on
# close when done:
rfcomm release /dev/rfcomm0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment