Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


serial_console_over_bluetooth

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
serial_console_over_bluetooth [2017/06/11 14:52] adminserial_console_over_bluetooth [2017/06/11 17:33] – [Configure] admin
Line 50: Line 50:
   * On the server:<code>bluetoothctl   * On the server:<code>bluetoothctl
   discoverable off   discoverable off
-  pairable off</code>+  pairable off 
 +  trust <BT-MAC of client></code>
    
   * Connect to the serial console over bluetooth:<code>   * Connect to the serial console over bluetooth:<code>
 # There should be a rfcomm0 device # There should be a rfcomm0 device
 crw-rw----. 1 root dialout 216, 0 11 jun 08:14 /dev/rfcomm0 crw-rw----. 1 root dialout 216, 0 11 jun 08:14 /dev/rfcomm0
 +
 +# If device is nonexistent, create one
 +sudo rfcomm connect /dev/rfcomm0 <BT server-MAC-address> 1 &
 +Connected /dev/rfcomm0 to <MAC> on channel 1
 +Press CTRL-C for hangup
  
 # Connect to the serial console: # Connect to the serial console:
serial_console_over_bluetooth.txt · Last modified: 2021/10/09 15:14 by 127.0.0.1