当前位置:   article > 正文

linuxmint使用蓝牙串口_rfcomm bind 蓝牙 串口

rfcomm bind 蓝牙 串口

1. 配置/etc/bluetooth/rfcomm.conf

#
# RFCOMM configuration file.
#

rfcomm0 {
#    # Automatically bind the device at startup
    bind no;
#
#    # Bluetooth address of the device
    device 20:15:04:14:16:32;
#
#    # RFCOMM channel for the connection
    channel    1;
#
#    # Description of the connection
    comment "Example Bluetooth device";
}

2.创建节点

mknod /dev/rfcomm0 c 216 0
chmod 666 /dev/rfcomm0

3.securecrt中使用 /dev/rfcomm0


声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/知新_RL/article/detail/192505
推荐阅读
相关标签
  

闽ICP备14008679号