forked from easyecom-developer/android-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
newland.html
43 lines (40 loc) · 2 KB
/
newland.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<title>EasyEcom</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<h4><b>Newland HHT</b></h4>
<p>Newland HHT Integration Tutorial</p>
<div class="embed-responsive embed-responsive-4by3">
<iframe width="560" height="315" src="https://www.youtube.com/embed/IB9S2lC0Bio" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<br>
<h5><b>Step 1</b></h5>
<p>Open <b>Settings</b> select <b>Extended Settings</b> </p>
<img src="./images/newland-1.png" class="img-fluid" style="max-width:50%;" alt="Responsive image">
<h5><b>Step 2</b></h5>
<p>Inside <b>Settings > Extended Settings </b> select <b>Scan Settings</b> </p>
<img src="./images/newland-2.png" class="img-fluid" style="max-width:50%;" alt="Responsive image">
<h5><b>Step 3</b></h5>
<p>Inside <b>Settings > Extended Settings > Scan Settings</b> </p>
<p><b>Enable scan</b> </p>
<img src="./images/newland-3.png" class="img-fluid" style="max-width:50%;" alt="Responsive image">
<h5><b>Step 3.1</b></h5>
<p>Change <b>Output Mode </b> to <b>Output Mode </b>Output via API</p>
<img src="./images/newland-4.png" class="img-fluid" style="max-width:50%;" alt="Responsive image">
<h5><b>Step 3.2</b></h5>
<p>Change <b>Broadcast-output settings </b> to below</p>
<p> <b>Broadcast action : com.edgewise.handheld.ACTION <br>
Result 1 extra : com.symbol.datawedge.data_string <br>
</b> </p>
<img src="./images/newland-5.png" class="img-fluid" style="max-width:50%;" alt="Responsive image">
</div>
</body>
</html>