Discover Devices

hcitool scan

Configure Connections

Config files: /etc/bluetooth/*.conf

For example:

/etc/bluetooth/rfcomm.conf:

rfcomm0 {
        bind no;
        device 00:07:80:44:4F:37;
        channel 1;
        comment "Serial Port";
        }
Connect

sudo rfcomm connect 0

sudo minicom -D /dev/rfcomm0