ID #1173

gnokii, bluetooth, nokia 6310i

nainstalovat balik bluetooth (debian)
hcitool scan
hcitool info [address]

/etc/bluetooth/rfcomm.conf
rfcomm0 {
        # Automatically bind the device at startup
        bind yes;

        # Bluetooth address of the device
        device 00:11:22:33:44:55;

        # RFCOMM channel for the connection
        channel 1;

        # Description of the connection
        comment "Nokia 6310i via rfcomm.conf";
}

/etc/gnokiirc
port = /dev/rfcomm0
model = AT
connection = serial

pripojit rfcomm0:
# rfcomm bind 0
neboli
# rfcomm bind rfcomm0 00:11:22:33:44:55 1

otestovat spojeni:
gnokii --monitor

Značky: -

Související záznamy:

K tomuto záznamu nemůžete připojit komentář.