-
Notifications
You must be signed in to change notification settings - Fork 1
/
chainway.html
48 lines (44 loc) · 2.15 KB
/
chainway.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
44
45
46
47
48
<!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>Chain Way</b></h4>
<p>Chain way Integration Tutorial</p>
<!-- <div class="embed-responsive embed-responsive-4by3">-->
<!-- <iframe width="560" height="315" src="https://www.youtube.com/embed/2dQh2IM0WeY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>-->
<!-- </div>-->
<br>
<br/>
<b>Please keep the all settings as shown in the images</b>
<h5><b>Step 1</b></h5>
<p>Open <b>KeyboardEmulator</b> change the settings as shown in the image</p>
<img src="./images/chainway-1.png" class="img-fluid" style="max-width:50%;" alt="Responsive image">
<img src="./images/chainway-2.png" class="img-fluid" style="max-width:50%;" alt="Responsive image">
<img src="./images/chainway-3.png" class="img-fluid" style="max-width:50%;" alt="Responsive image">
<br>
<br>
<p>Change <b>Process mode to BroadcastReceiver</b> </p>
<br>
<br>
<img src="./images/chainway-4.png" class="img-fluid" style="max-width:50%;" alt="Responsive image">
<p> <b>Barcode <br>
Broadcast name : com.edgewise.handheld.ACTION <br>
key : data <br>
</b> </p>
<img src="./images/chainway-5.png" class="img-fluid" style="max-width:50%;" alt="Responsive image">
<img src="./images/chainway-6.png" class="img-fluid" style="max-width:50%;" alt="Responsive image">
<img src="./images/chainway-7.png" class="img-fluid" style="max-width:50%;" alt="Responsive image">
<h5><b>Step 2</b></h5>
<p>Open EasyEcom app setting <b>Enable Chainway HHT</b> </p>
<img src="./images/chainway-8.png" class="img-fluid" style="max-width:50%;" alt="Responsive image">
</div>
</body>
</html>