18
C
C
h
h
a
a
p
p
t
t
e
e
r
r
3
3
S
S
o
o
f
f
t
t
w
w
a
a
r
r
e
e
S
S
e
e
t
t
t
t
i
i
n
n
g
g
D
D
e
e
v
v
i
i
c
c
e
e
S
S
a
a
m
m
p
p
l
l
e
e
C
C
o
o
d
d
e
e
(
(
S
S
T
T
-
-
1
1
1
1
2
2
0
0
W
W
)
)
1. Cash Drawer
---------------------------------------------------------------------------------------------------------------------------------
public void CashDrawer_1_Open_click(View view) {
try {
Intent intent = new Intent("android.intent.action.SET_BOX_OUTPUT1_HIGH");
mContext.sendBroadcast(intent);
Thread.sleep(200);
Intent intent1 = new Intent("android.intent.action.SET_BOX_OUTPUT1_LOW");
mContext.sendBroadcast(intent1);
} catch (Exception e) {
Log.d(TAG, "Failed to send broadcast.");
}
}
public void CashDrawer_2_Open_click(View view) {
try {
Intent intent = new Intent("android.intent.action.SET_BOX_OUTPUT2_HIGH");
mContext.sendBroadcast(intent);
Thread.sleep(200);
Intent intent1 = new Intent("android.intent.action.SET_BOX_OUTPUT2_LOW");
mContext.sendBroadcast(intent1);
} catch (Exception e) {
Log.d(TAG, "Failed to send broadcast.");
}
}
---------------------------------------------------------------------------------------------------------------------------------
Содержание ST-1120W
Страница 10: ...6 D Di im me en ns si io on n S ST T 1 11 12 20 0W W...
Страница 14: ...10 2 LTE 4G SIM Card Installation Remove 2 Screws Remove IO Box...
Страница 15: ...11 Remove 4 Screws Insert SIM card in slot Nano SIM Card Nano SIM Card...
Страница 16: ...12 Device status setting...
Страница 17: ...13 1 Led Color Setting none blue green cyan blue red purple yellow white...
Страница 18: ...14 2 Cash Drawer Power Setting 12V 24V...
Страница 19: ...15 3 COM 1 Power Setting Close 5V 12V 4 COM 2 Power Setting Close 5V 12V...
Страница 20: ...16 5 COM 3 4 Power Setting Close 5V 12V For PP 1125...
Страница 21: ...17 6 COM 5 Power Setting Close 5V 12V For LCM VFD...
Страница 26: ...22 Chapter 5 T Tr ro ou ub bl le es sh ho oo ot ti in ng g...