18
Document Code: GM-HLP-0279-2108-001-02
G
E
RMA
N
M
E
T
E
RIN
G
G
m
b
H
OP
-7
3
0
B
lu
etoo
th
O
p
ti
ca
l
Pr
o
b
e
Re
ut
er
w
eg
6
5,
6
03
23
F
ra
nk
fu
rt
a
m
M
ai
n,
G
er
m
an
y
Te
l: +
49
(
0)
69
/
7
70
62
20
6
Fa
x:
+
49
(
0)
69
/
7
70
62
205
w
w
w
.ge
rm
an
-m
et
er
in
g.
co
m
U
se
r
M
anu
al
Step 12:
Click on
“
COM Ports
”
tab and find your OP-730 serial number with outgoing direction,
you can see ‘SPP Service’ after serial number
(to send and receive data in program; we have to
set this port number in it):
7
How to connect in Linux
To connect OP-730 with your Linux device flow steps below:
Step 1:
Install BlueZ packages by using any of the following commands that matches your Linux
distribution:
-----
Ubuntu / Debian
-----
$
sudo apt-get -y install bluetooth bluez bluez-tools rfkill
-----
Fedora
-----
$
sudo dnf -y install bluez bluez-tools
-----
Arch Linux / Manjaro
-----
$
sudo pacman -S bluez bluez-utils
This installation provides the
bluetoothctl utility.
Step 2:
You need to add your account to the lp group if you wish to connect to a bluetooth
tether:
sudo usermod -aG lp $USER
newgrp lp
Step 3:
Start and enable the Bluetooth:
$
systemctl is-enabled bluetooth.service
enabled
Use this command to check it out:
$
systemctl status bluetooth.service