Users Guide

Table Of Contents
[NEW] Device XX:XX:XX:XX:XX:XX MYCLIENT
[bluetooth]# scan off
3. 相互配对。
[bluetooth]# agent on
[bluetooth]# default-agent
[bluetooth]# pairable on
[bluetooth]# pair XX:XX:XX:XX:XX:XX <MAC Address of Device to Pair>
[bluetooth]# connect XX:XX:XX:XX:XX:XX [CHG] Device XX:XX:XX:XX:XX:XX Connected: yes
[bluetooth]# exit
Bluetooth v2.1 SPP 提供了三种适用于 Edge Gateway 的设备配对方法
直接连接
数字比较
密钥条目
: 有关蓝牙配对的更多信息请参阅 blog.bluetooth.com/bluetooth-pairing-part-4
4. 配置 SPP
服务器设备
# bluez.sdptool add --channel=22 SP
# ./rfcomm -r listen /dev/rfcomm0 22
Waiting for connection on channel 22
Connection from XX:XX:XX:XX:XX:XX to /dev/rfcomm0 <These lines will be seen when client
comes>
Press CTRL-C for hangup
然后创建新的终端实例以屏蔽蓝牙串行上的数据。
$ cat /dev/rfcomm0
客户端设备
# bluez.sdptool add --channel=22 SP
# ./rfcomm -r connect /dev/rfcomm0 YY:YY:YY:YY:YY:YY 22
然后创建新的终端实例以发送数据例如新的 ssh 实例。
# echo "test" > /dev/rfcomm0
: rfcomm 在此命令中不可用。如果需要您可以将二进制文件从运行 Ubuntu 16.04 或更高版本且基于 AMD64 的系统复制
Edge Gateway
还原 Ubuntu Server
您可以使用为 Ubuntu Server 定义的恢复方法之一还原 Ubuntu Server。有关更多信息请参阅还原 Ubuntu Core 16
创建恢复 OS 恢复 USB 闪存盘
前提条件
Edge Gateway 的服务标签
.NET Framework 4.5.2 或更高版本
一台您具有管理员权限的 Windows 计算机并且至少具有 8 GB 可用存储空间用于下载戴尔 ISO 恢复映像
具有至少 8 GB 存储空间的空白 USB 闪存盘。
小心: 以下步骤将删除 USB 闪存盘上的所有数据。
1. 从以下位置下载并保存戴尔 ISO 恢复映像
对于 Windowsdell.com/support/home/us/en/19/drivers/osiso/win
对于 Ubuntudell.com/support/home/us/en/19/drivers/osiso/linux
82
设置操作系统