mirror of
https://github.com/python-escpos/python-escpos
synced 2025-12-02 09:43:30 +00:00
init capabilities
This commit is contained in:
29
capabilities-data/data/profile/AF-240.yml
Normal file
29
capabilities-data/data/profile/AF-240.yml
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
AF-240:
|
||||
name: AF-240 Customer Display
|
||||
vendor: Oxhoo
|
||||
inherits: simple
|
||||
features:
|
||||
bitImageRaster: false
|
||||
bitImageColumn: false
|
||||
graphics: false
|
||||
highDensity: false
|
||||
pulseStandard: false
|
||||
fonts:
|
||||
0:
|
||||
name: Font A
|
||||
columns: 20
|
||||
media:
|
||||
width:
|
||||
# Approximate measurement
|
||||
mm: 120
|
||||
# 5x7 pixels per char, by 20 columns.
|
||||
pixels: 100
|
||||
notes: >
|
||||
This is a two-line, ESC/POS-aware customer display from Oxhoo. The ESC/POS
|
||||
command mode can be activated persistently by sending:
|
||||
|
||||
echo -ne "\n\x02\x05\x43\x31\x03" > /dev/ttyUSB0
|
||||
codePages:
|
||||
0: OXHOO-EUROPEAN
|
||||
...
|
||||
70
capabilities-data/data/profile/CT-S651.yml
Normal file
70
capabilities-data/data/profile/CT-S651.yml
Normal file
@@ -0,0 +1,70 @@
|
||||
---
|
||||
CT-S651:
|
||||
name: CT-S651
|
||||
vendor: "Citizen"
|
||||
inherits: default
|
||||
notes: >
|
||||
Citizen CT-S651 profile. This is a two-color thermal printer,
|
||||
supporting paper sizes from 58mm up to 83mm
|
||||
features:
|
||||
barcodeA: true
|
||||
barcodeB: true
|
||||
bitImageRaster: true
|
||||
bitImageColumn: true
|
||||
graphics: true
|
||||
starCommands: false
|
||||
qrCode: true
|
||||
pdf417Code: true
|
||||
highDensity: true
|
||||
pulseStandard: true
|
||||
pulseBel: true
|
||||
paperFullCut: true
|
||||
paperPartCut: true
|
||||
colors:
|
||||
0: black
|
||||
1: red
|
||||
fonts:
|
||||
0:
|
||||
name: Font A
|
||||
columns: 48
|
||||
1:
|
||||
name: Font B
|
||||
columns: 64
|
||||
2:
|
||||
name: Font C
|
||||
columns: 72
|
||||
media:
|
||||
width:
|
||||
mm: 80
|
||||
pixels: 640
|
||||
codePages:
|
||||
0: CP437
|
||||
1: CP932
|
||||
2: CP850
|
||||
3: CP860
|
||||
4: CP863
|
||||
5: CP865
|
||||
6: CP852
|
||||
7: CP866
|
||||
8: CP857
|
||||
9: CP1252
|
||||
16: CP1252
|
||||
17: CP866
|
||||
18: CP852
|
||||
19: CP858
|
||||
# Thai code11 1 Pass
|
||||
20: Unknown
|
||||
# Thai code11 3 Pass
|
||||
21: Unknown
|
||||
# Thai code18 1 Pass
|
||||
25: Unknown
|
||||
# Thai code18 3 Pass
|
||||
26: Unknown
|
||||
# TCVN3
|
||||
30: TCVN-3-1
|
||||
# TCVN3 Caps
|
||||
31: TCVN-3-2
|
||||
40: CP864
|
||||
# Space page (For user setting)
|
||||
255: Unknown
|
||||
...
|
||||
8
capabilities-data/data/profile/NT-5890K.yml
Normal file
8
capabilities-data/data/profile/NT-5890K.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
NT-5890K:
|
||||
name: NT-5890K
|
||||
vendor: Netum
|
||||
inherits: POS-5890
|
||||
notes: ""
|
||||
features:
|
||||
bitImageColumn: true
|
||||
50
capabilities-data/data/profile/OCD-100.yml
Normal file
50
capabilities-data/data/profile/OCD-100.yml
Normal file
@@ -0,0 +1,50 @@
|
||||
---
|
||||
OCD-100:
|
||||
name: OCD-100 Customer Display
|
||||
vendor: Aures
|
||||
inherits: simple
|
||||
features:
|
||||
bitImageRaster: false
|
||||
bitImageColumn: false
|
||||
graphics: false
|
||||
highDensity: false
|
||||
pulseStandard: false
|
||||
fonts:
|
||||
0:
|
||||
name: Font A
|
||||
columns: 20
|
||||
media:
|
||||
width:
|
||||
# 9x5.25mm per char, by 20 columns.
|
||||
mm: 180
|
||||
# 5x7 pixels per char, by 20 columns.
|
||||
pixels: 100
|
||||
notes: >
|
||||
This is a two-line, ESC/POS-aware customer display from Aures. It has some
|
||||
graphics support via custom fonts, but is otherwise text-only.
|
||||
This profile is also suitable for the OCD-150 pole-mounted display.
|
||||
codePages:
|
||||
0: CP437
|
||||
# Katakana (for Japan)
|
||||
1: CP932
|
||||
2: CP850
|
||||
3: CP860
|
||||
4: CP863
|
||||
5: CP865
|
||||
# Slawie
|
||||
6: Unknown
|
||||
# Russia
|
||||
7: Unknown
|
||||
# Greek
|
||||
8: Unknown
|
||||
9: CP852
|
||||
10: CP862
|
||||
11: CP866
|
||||
12: CP1251
|
||||
13: CP1254
|
||||
14: CP1255
|
||||
15: CP1257
|
||||
16: CP1252
|
||||
17: CP1253
|
||||
19: CP858
|
||||
...
|
||||
51
capabilities-data/data/profile/OCD-300.yml
Normal file
51
capabilities-data/data/profile/OCD-300.yml
Normal file
@@ -0,0 +1,51 @@
|
||||
---
|
||||
OCD-300:
|
||||
name: OCD-300 Customer Display
|
||||
vendor: Aures
|
||||
inherits: simple
|
||||
features:
|
||||
bitImageRaster: false
|
||||
bitImageColumn: false
|
||||
graphics: false
|
||||
highDensity: false
|
||||
pulseStandard: false
|
||||
fonts:
|
||||
0:
|
||||
name: Font A
|
||||
columns: 20
|
||||
media:
|
||||
width:
|
||||
mm: 130.2
|
||||
# 12x32 pixels per char
|
||||
pixels: 240
|
||||
notes: >
|
||||
This is a two-line, ESC/POS-aware customer display from Aures. It has some
|
||||
graphics support via vendor-provided tools, but is otherwise text-only.
|
||||
codePages:
|
||||
0: CP437
|
||||
# Katakana (for Japan)
|
||||
1: CP932
|
||||
2: CP850
|
||||
3: CP860
|
||||
4: CP863
|
||||
5: CP865
|
||||
# Slawie
|
||||
6: Unknown
|
||||
# Russia
|
||||
7: Unknown
|
||||
# Greek
|
||||
8: Unknown
|
||||
9: CP852
|
||||
10: CP862
|
||||
11: CP866
|
||||
12: CP1251
|
||||
13: CP1254
|
||||
14: CP1255
|
||||
15: CP1257
|
||||
16: CP1252
|
||||
17: CP1253
|
||||
18: CP1250
|
||||
19: CP858
|
||||
# Arabic
|
||||
20: Unknown
|
||||
...
|
||||
96
capabilities-data/data/profile/P822D.yml
Normal file
96
capabilities-data/data/profile/P822D.yml
Normal file
@@ -0,0 +1,96 @@
|
||||
---
|
||||
P822D:
|
||||
name: P822D
|
||||
vendor: PBM
|
||||
inherits: default
|
||||
notes: ""
|
||||
features:
|
||||
graphics: false
|
||||
codePages:
|
||||
0: CP437
|
||||
# Katakana
|
||||
1: Unknown
|
||||
2: CP850
|
||||
3: CP860
|
||||
4: CP863
|
||||
5: CP865
|
||||
# Western Europe
|
||||
6: Unknown
|
||||
# Greek
|
||||
7: Unknown
|
||||
# Hebrew
|
||||
8: Unknown
|
||||
# Eastern europe
|
||||
9: Unknown
|
||||
# Iran
|
||||
10: Unknown
|
||||
16: CP1252
|
||||
17: CP866
|
||||
18: CP852
|
||||
19: CP858
|
||||
# Iran II
|
||||
20: Unknown
|
||||
# latvian
|
||||
21: Unknown
|
||||
# Arabic
|
||||
22: Unknown
|
||||
# PT151, 1251
|
||||
23: Unknown
|
||||
24: CP747
|
||||
25: CP1257
|
||||
# Vietnam
|
||||
27: Unknown
|
||||
28: CP864
|
||||
29: CP1001
|
||||
# Uigur
|
||||
30: Unknown
|
||||
# Hebrew
|
||||
31: Unknown
|
||||
32: CP1255
|
||||
33: CP720
|
||||
34: CP1256
|
||||
35: CP1257
|
||||
# Thai
|
||||
255: Unknown
|
||||
50: CP437
|
||||
# Jatakana
|
||||
51: Unknown
|
||||
52: CP437
|
||||
53: CP858
|
||||
54: CP852
|
||||
55: CP860
|
||||
56: CP861
|
||||
57: CP863
|
||||
58: CP865
|
||||
59: CP866
|
||||
60: CP855
|
||||
61: CP857
|
||||
62: CP862
|
||||
63: CP864
|
||||
64: CP737
|
||||
65: CP851
|
||||
66: CP869
|
||||
67: CP928
|
||||
68: CP772
|
||||
69: CP774
|
||||
70: CP874
|
||||
71: CP1252
|
||||
72: CP1250
|
||||
73: CP1251
|
||||
74: CP3840
|
||||
75: CP3841
|
||||
76: CP3843
|
||||
77: CP3844
|
||||
78: CP3845
|
||||
79: CP3846
|
||||
80: CP3847
|
||||
81: CP3848
|
||||
82: CP1001
|
||||
83: CP2001
|
||||
84: CP3001
|
||||
85: CP3002
|
||||
86: CP3011
|
||||
87: CP3012
|
||||
88: CP3021
|
||||
89: CP3041
|
||||
...
|
||||
100
capabilities-data/data/profile/POS-5890.yml
Normal file
100
capabilities-data/data/profile/POS-5890.yml
Normal file
@@ -0,0 +1,100 @@
|
||||
---
|
||||
POS-5890:
|
||||
name: POS5890 Series
|
||||
vendor: Zjiang
|
||||
inherits: simple
|
||||
fonts:
|
||||
0:
|
||||
name: Font A
|
||||
columns: 32
|
||||
1:
|
||||
name: Font B
|
||||
columns: 42
|
||||
media:
|
||||
width:
|
||||
mm: 57.5
|
||||
pixels: 384
|
||||
notes: >
|
||||
POS-5890 thermal printer series, also marketed under various other names.
|
||||
codePages:
|
||||
0: CP437
|
||||
1: CP932
|
||||
2: CP850
|
||||
3: CP860
|
||||
4: CP863
|
||||
5: CP865
|
||||
# West Europe
|
||||
6: Unknown
|
||||
# Greek
|
||||
7: Unknown
|
||||
# Hebrew
|
||||
8: Unknown
|
||||
# East Europe
|
||||
9: Unknown
|
||||
# Iran
|
||||
10: Unknown
|
||||
16: CP1252
|
||||
17: CP866
|
||||
18: CP852
|
||||
19: CP858
|
||||
# Iran II
|
||||
20: Unknown
|
||||
# Latvian
|
||||
21: Unknown
|
||||
# Arabic
|
||||
22: Unknown
|
||||
# PT151, 1251
|
||||
23: Unknown
|
||||
24: CP747
|
||||
25: CP1257
|
||||
27: CP1258
|
||||
28: CP864
|
||||
# Hebrew
|
||||
31: Unknown
|
||||
32: CP1255
|
||||
50: CP437
|
||||
52: CP437
|
||||
53: CP858
|
||||
54: CP852
|
||||
55: CP860
|
||||
56: CP861
|
||||
57: CP863
|
||||
58: CP865
|
||||
59: CP866
|
||||
60: CP855
|
||||
61: CP857
|
||||
62: CP862
|
||||
63: CP864
|
||||
64: CP737
|
||||
65: CP851
|
||||
66: CP869
|
||||
68: CP772
|
||||
69: CP774
|
||||
71: CP1252
|
||||
72: CP1250
|
||||
73: CP1251
|
||||
74: CP3840
|
||||
76: CP3843
|
||||
77: CP3844
|
||||
78: CP3845
|
||||
79: CP3846
|
||||
80: CP3847
|
||||
81: CP3848
|
||||
83: CP2001
|
||||
84: CP3001
|
||||
85: CP3002
|
||||
86: CP3011
|
||||
87: CP3012
|
||||
88: CP3021
|
||||
89: CP3041
|
||||
90: CP1253
|
||||
91: CP1254
|
||||
92: CP1256
|
||||
93: CP720
|
||||
94: CP1258
|
||||
95: CP775
|
||||
# Thai 2
|
||||
96: Unknown
|
||||
# Thai
|
||||
255: Unknown
|
||||
...
|
||||
63
capabilities-data/data/profile/RP326.yml
Normal file
63
capabilities-data/data/profile/RP326.yml
Normal file
@@ -0,0 +1,63 @@
|
||||
---
|
||||
RP326:
|
||||
name: RP326
|
||||
vendor: Rongta
|
||||
inherits: default
|
||||
notes: ""
|
||||
features:
|
||||
graphics: false
|
||||
codePages:
|
||||
0: CP437
|
||||
# Katakana
|
||||
1: Unknown
|
||||
2: CP850
|
||||
3: CP860
|
||||
4: CP863
|
||||
5: CP865
|
||||
6: CP1251
|
||||
7: CP866
|
||||
# MIK[Cyrillic /Bulgarian]
|
||||
8: Unknown
|
||||
# CP755
|
||||
9: Unknown
|
||||
# Iran
|
||||
10: Unknown
|
||||
15: CP862
|
||||
16: CP1252
|
||||
17: CP1253
|
||||
18: CP852
|
||||
19: CP858
|
||||
# Iran II
|
||||
20: Unknown
|
||||
# Latvian
|
||||
21: Unknown
|
||||
# Arabic
|
||||
22: Unknown
|
||||
23: ISO_8859-1
|
||||
24: CP737
|
||||
25: CP1257
|
||||
# Thai
|
||||
26: Unknown
|
||||
27: CP720
|
||||
28: CP855
|
||||
29: CP857
|
||||
30: CP1250
|
||||
31: CP775
|
||||
32: CP1254
|
||||
33: CP1255
|
||||
34: CP1256
|
||||
35: CP1258
|
||||
36: ISO_8859-2
|
||||
37: ISO_8859-3
|
||||
38: ISO_8859-4
|
||||
39: ISO_8859-5
|
||||
40: ISO_8859-6
|
||||
41: ISO_8859-7
|
||||
42: ISO_8859-8
|
||||
43: ISO_8859-9
|
||||
44: ISO_8859-15
|
||||
# Thai
|
||||
45: Unknown
|
||||
46: CP856
|
||||
47: CP874
|
||||
...
|
||||
67
capabilities-data/data/profile/SP2000.yml
Normal file
67
capabilities-data/data/profile/SP2000.yml
Normal file
@@ -0,0 +1,67 @@
|
||||
---
|
||||
SP2000:
|
||||
name: SP2000 Series
|
||||
vendor: Star Micronics
|
||||
inherits: default
|
||||
notes: Star SP2000 impact printer series with ESC/POS emulation enabled
|
||||
features:
|
||||
starCommands: true
|
||||
codePages:
|
||||
# "Normal"
|
||||
0: CP437
|
||||
1: CP437
|
||||
2: CP932
|
||||
3: CP437
|
||||
4: CP858
|
||||
5: CP852
|
||||
6: CP860
|
||||
7: CP861
|
||||
8: CP863
|
||||
9: CP865
|
||||
10: CP866
|
||||
11: CP855
|
||||
12: CP857
|
||||
13: CP862
|
||||
14: CP864
|
||||
15: CP737
|
||||
16: CP851
|
||||
17: CP869
|
||||
18: CP928
|
||||
19: CP772
|
||||
20: CP774
|
||||
21: CP874
|
||||
32: CP1252
|
||||
33: CP1250
|
||||
34: CP1251
|
||||
64: CP3840
|
||||
65: CP3841
|
||||
66: CP3843
|
||||
67: CP3844
|
||||
68: CP3845
|
||||
69: CP3846
|
||||
70: CP3847
|
||||
71: CP3848
|
||||
72: CP1001
|
||||
73: CP2001
|
||||
74: CP3001
|
||||
75: CP3002
|
||||
76: CP3011
|
||||
77: CP3012
|
||||
78: CP3021
|
||||
79: CP3041
|
||||
# Thai Character Code 42
|
||||
96: Unknown
|
||||
# Thai Character Code 11
|
||||
97: Unknown
|
||||
# Thai Character Code 13
|
||||
98: Unknown
|
||||
# Thai Character Code 14
|
||||
99: Unknown
|
||||
# Thai Character Code 16
|
||||
100: Unknown
|
||||
# Thai Character Code 17
|
||||
101: Unknown
|
||||
# Thai Character Code 18
|
||||
102: Unknown
|
||||
255: Unknown
|
||||
...
|
||||
51
capabilities-data/data/profile/Sunmi-V2.yml
Normal file
51
capabilities-data/data/profile/Sunmi-V2.yml
Normal file
@@ -0,0 +1,51 @@
|
||||
---
|
||||
Sunmi-V2:
|
||||
name: Sunmi V2
|
||||
vendor: Sunmi
|
||||
notes: >
|
||||
Sunmi mini-POS Android device with a built-in Virtual Bluetooth
|
||||
thermal printer.
|
||||
inherits: default
|
||||
features:
|
||||
# column mode doesn't work reliably on this device
|
||||
bitImageColumn: false
|
||||
bitImageRaster: true
|
||||
# not tested, status unknown
|
||||
graphics: false
|
||||
# has no paper cutter
|
||||
paperFullCut: false
|
||||
paperPartCut: false
|
||||
colors:
|
||||
0: black
|
||||
fonts:
|
||||
0:
|
||||
name: Font A
|
||||
columns: 32
|
||||
1:
|
||||
name: Font B
|
||||
columns: 42
|
||||
media:
|
||||
width:
|
||||
mm: 57.5
|
||||
pixels: 384
|
||||
codePages:
|
||||
0: CP437
|
||||
2: CP850
|
||||
3: CP860
|
||||
4: CP863
|
||||
5: CP865
|
||||
13: CP857
|
||||
14: CP737
|
||||
15: ISO_8859-7
|
||||
16: CP1252
|
||||
17: CP866
|
||||
18: CP852
|
||||
19: CP858
|
||||
# Thai Character Code 11
|
||||
21: CP874
|
||||
33: CP775
|
||||
34: CP855
|
||||
36: CP862
|
||||
37: CP864
|
||||
254: CP855
|
||||
...
|
||||
9
capabilities-data/data/profile/TEP-200M.yml
Normal file
9
capabilities-data/data/profile/TEP-200M.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
# More info on this printer is posted at
|
||||
# https://github.com/mike42/escpos-php/issues/6
|
||||
TEP-200M:
|
||||
name: TEP200M Series
|
||||
vendor: EPOS
|
||||
notes: ""
|
||||
inherits: default
|
||||
...
|
||||
21
capabilities-data/data/profile/TM-P80-42col.yml
Normal file
21
capabilities-data/data/profile/TM-P80-42col.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
TM-P80-42col:
|
||||
name: TM-P80 (42 column mode)
|
||||
vendor: Epson
|
||||
inherits: TM-P80
|
||||
notes: Portable printer (42-column mode)
|
||||
fonts:
|
||||
0:
|
||||
name: Font A
|
||||
columns: 42
|
||||
1:
|
||||
name: Font B
|
||||
columns: 60
|
||||
2:
|
||||
name: Kanji
|
||||
columns: 21
|
||||
media:
|
||||
width:
|
||||
mm: 63.6
|
||||
pixels: 546
|
||||
...
|
||||
21
capabilities-data/data/profile/TM-P80.yml
Normal file
21
capabilities-data/data/profile/TM-P80.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
TM-P80:
|
||||
name: TM-P80
|
||||
vendor: Epson
|
||||
inherits: default
|
||||
notes: Portable printer (48-column mode)
|
||||
fonts:
|
||||
0:
|
||||
name: Font A
|
||||
columns: 42
|
||||
1:
|
||||
name: Font B
|
||||
columns: 56
|
||||
2:
|
||||
name: Kanji
|
||||
columns: 24
|
||||
media:
|
||||
width:
|
||||
mm: 72
|
||||
pixels: 576
|
||||
...
|
||||
109
capabilities-data/data/profile/TM-T88II.yml
Normal file
109
capabilities-data/data/profile/TM-T88II.yml
Normal file
@@ -0,0 +1,109 @@
|
||||
---
|
||||
TM-T88II:
|
||||
name: TM-T88II
|
||||
vendor: "Epson"
|
||||
inherits: default
|
||||
notes: >
|
||||
Epson TM-T88II profile. The specs where taken from a TM-T88IIP machine
|
||||
(I assume the P just stands for parallel port). The standart 80mm paper
|
||||
width version was used here. There is also a custom 58mm factory option.
|
||||
If you are using the custom version change media width to 50.8mm and
|
||||
360px accordingly. This printer is discontinued by the Vendor and has
|
||||
similar feature support to the TM-T88III. The code page mapping is
|
||||
documented in the "TM-T88II/T88III Technical Reference Guide".
|
||||
fonts:
|
||||
0:
|
||||
name: Font A
|
||||
columns: 42
|
||||
1:
|
||||
name: Font B
|
||||
columns: 56
|
||||
media:
|
||||
width:
|
||||
mm: 72
|
||||
pixels: 512
|
||||
codePages:
|
||||
0: CP437
|
||||
1: CP932
|
||||
2: CP850
|
||||
3: CP860
|
||||
4: CP863
|
||||
5: CP865
|
||||
# Hiragana
|
||||
6: Unknown
|
||||
# One-pass printing Kanji characters
|
||||
7: Unknown
|
||||
# One-pass printing Kanji characters
|
||||
8: Unknown
|
||||
11: Unknown
|
||||
12: Unknown
|
||||
13: CP857
|
||||
14: CP737
|
||||
15: ISO_8859-7
|
||||
16: CP1252
|
||||
17: CP866
|
||||
18: CP852
|
||||
19: Unknown
|
||||
# Thai Character Code 42
|
||||
20: Unknown
|
||||
# Thai Character Code 11
|
||||
21: CP874
|
||||
# Thai Character Code 13
|
||||
22: Unknown
|
||||
# Thai Character Code 14
|
||||
23: Unknown
|
||||
# Thai Character Code 16
|
||||
24: Unknown
|
||||
# Thai Character Code 17
|
||||
25: Unknown
|
||||
# Thai Character Code 18
|
||||
26: Unknown
|
||||
30: TCVN-3-1
|
||||
31: TCVN-3-2
|
||||
32: Unknown
|
||||
33: CP775
|
||||
34: CP855
|
||||
35: CP861
|
||||
36: CP862
|
||||
37: CP864
|
||||
38: CP869
|
||||
39: ISO_8859-2
|
||||
40: ISO_8859-15
|
||||
41: Unknown
|
||||
42: CP774
|
||||
43: CP772
|
||||
44: CP1125
|
||||
45: CP1250
|
||||
46: CP1251
|
||||
47: CP1253
|
||||
48: CP1254
|
||||
49: CP1255
|
||||
50: CP1256
|
||||
51: CP1257
|
||||
52: CP1258
|
||||
53: RK1048
|
||||
# Devanagari
|
||||
66: Unknown
|
||||
# Bengali
|
||||
67: Unknown
|
||||
# Tamil
|
||||
68: Unknown
|
||||
# Telugu
|
||||
69: Unknown
|
||||
# Assamese
|
||||
70: Unknown
|
||||
# Oriya
|
||||
71: Unknown
|
||||
# Kannada
|
||||
72: Unknown
|
||||
# Malayalam
|
||||
73: Unknown
|
||||
# Gujarati
|
||||
74: Unknown
|
||||
# Punjabi
|
||||
75: Unknown
|
||||
# Marathi
|
||||
82: Unknown
|
||||
254: Unknown
|
||||
255: Unknown
|
||||
...
|
||||
22
capabilities-data/data/profile/TM-T88III.yml
Normal file
22
capabilities-data/data/profile/TM-T88III.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
TM-T88III:
|
||||
name: TM-T88III
|
||||
vendor: "Epson"
|
||||
inherits: default
|
||||
notes: >
|
||||
Epson TM-T88III profile. This printer has similar feature support to the
|
||||
TM-T88II. The code page mapping is documented in the
|
||||
"TM-T88II/T88III Technical Reference Guide".
|
||||
codePages:
|
||||
0: CP437
|
||||
1: CP932
|
||||
2: CP850
|
||||
3: CP860
|
||||
4: CP863
|
||||
5: CP865
|
||||
16: CP1252
|
||||
17: CP866
|
||||
18: CP862
|
||||
19: CP858
|
||||
255: Unknown
|
||||
...
|
||||
25
capabilities-data/data/profile/TM-T88IV-SA.yml
Normal file
25
capabilities-data/data/profile/TM-T88IV-SA.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
TM-T88IV-SA:
|
||||
name: TM-T88IV South Asia
|
||||
vendor: "Epson"
|
||||
inherits: TM-T88IV
|
||||
notes: >
|
||||
Epson TM-T88IV profile (South Asia models)
|
||||
fonts:
|
||||
0:
|
||||
name: Font A
|
||||
columns: 42
|
||||
1:
|
||||
name: Font B
|
||||
columns: 56
|
||||
codePages:
|
||||
0: CP437
|
||||
# Thai Character Code 42
|
||||
20: Unknown
|
||||
# Thai Character Code 11
|
||||
21: CP874
|
||||
# Thai Character Code 18
|
||||
26: Unknown
|
||||
30: TCVN-3-1
|
||||
31: TCVN-3-2
|
||||
...
|
||||
31
capabilities-data/data/profile/TM-T88IV.yml
Normal file
31
capabilities-data/data/profile/TM-T88IV.yml
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
TM-T88IV:
|
||||
name: TM-T88IV
|
||||
vendor: "Epson"
|
||||
inherits: default
|
||||
notes: >
|
||||
Epson TM-T88IV profile
|
||||
media:
|
||||
width:
|
||||
mm: 80
|
||||
pixels: 512
|
||||
fonts:
|
||||
0:
|
||||
name: Font A
|
||||
columns: 42
|
||||
1:
|
||||
name: Font B
|
||||
columns: 56
|
||||
codePages:
|
||||
0: CP437
|
||||
1: CP932
|
||||
2: CP850
|
||||
3: CP860
|
||||
4: CP863
|
||||
5: CP865
|
||||
16: CP1252
|
||||
17: CP866
|
||||
18: CP852
|
||||
19: CP858
|
||||
255: Unknown
|
||||
...
|
||||
57
capabilities-data/data/profile/TM-T88V.yml
Normal file
57
capabilities-data/data/profile/TM-T88V.yml
Normal file
@@ -0,0 +1,57 @@
|
||||
---
|
||||
TM-T88V:
|
||||
name: TM-T88V
|
||||
vendor: "Epson"
|
||||
inherits: default
|
||||
notes: >
|
||||
Epson TM-T88V profile
|
||||
media:
|
||||
width:
|
||||
mm: 80
|
||||
pixels: 512
|
||||
fonts:
|
||||
0:
|
||||
name: Font A
|
||||
columns: 42
|
||||
1:
|
||||
name: Font B
|
||||
columns: 56
|
||||
codePages:
|
||||
0: CP437
|
||||
1: CP932
|
||||
2: CP850
|
||||
3: CP860
|
||||
4: CP863
|
||||
5: CP865
|
||||
11: CP851
|
||||
12: CP853
|
||||
13: CP857
|
||||
14: CP737
|
||||
15: ISO_8859-7
|
||||
16: CP1252
|
||||
17: CP866
|
||||
18: CP852
|
||||
19: CP858
|
||||
30: TCVN-3-1
|
||||
31: TCVN-3-2
|
||||
32: CP720
|
||||
33: CP775
|
||||
34: CP855
|
||||
35: CP861
|
||||
36: CP862
|
||||
37: CP864
|
||||
38: CP869
|
||||
39: ISO_8859-2
|
||||
40: ISO_8859-15
|
||||
41: CP1098
|
||||
45: CP1250
|
||||
46: CP1251
|
||||
47: CP1253
|
||||
48: CP1254
|
||||
49: CP1255
|
||||
50: CP1256
|
||||
51: CP1257
|
||||
52: CP1258
|
||||
53: RK1048
|
||||
255: Unknown
|
||||
...
|
||||
18
capabilities-data/data/profile/TM-U220.yml
Normal file
18
capabilities-data/data/profile/TM-U220.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
TM-U220:
|
||||
name: TM-U220
|
||||
vendor: Epson
|
||||
inherits: simple
|
||||
notes: Two-color impact printer with 80mm output
|
||||
features:
|
||||
bitImageRaster: false
|
||||
bitImageColumn: true
|
||||
highDensity: false
|
||||
colors:
|
||||
0: black
|
||||
1: alternate
|
||||
media:
|
||||
width:
|
||||
mm: 80
|
||||
pixels: Unknown
|
||||
...
|
||||
7
capabilities-data/data/profile/TSP600.yml
Normal file
7
capabilities-data/data/profile/TSP600.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
TSP600:
|
||||
name: TSP600 Series
|
||||
vendor: Star Micronics
|
||||
inherits: SP2000
|
||||
notes: Star TSP600 thermal printer series with ESC/POS emulation enabled
|
||||
...
|
||||
7
capabilities-data/data/profile/TUP500.yml
Normal file
7
capabilities-data/data/profile/TUP500.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
TUP500:
|
||||
name: TUP500 Series
|
||||
vendor: Star Micronics
|
||||
inherits: SP2000
|
||||
notes: Star TUP500 thermal printer series with ESC/POS emulation enabled
|
||||
...
|
||||
47
capabilities-data/data/profile/ZJ-5870.yml
Normal file
47
capabilities-data/data/profile/ZJ-5870.yml
Normal file
@@ -0,0 +1,47 @@
|
||||
---
|
||||
ZJ-5870:
|
||||
name: ZJ-5870 Thermal Receipt Printer
|
||||
vendor: ZiJiang
|
||||
notes: >
|
||||
ESC/POS Profile for ZiJiang ZJ-5870 Thermal Receipt Printer,
|
||||
which may be branded AGPtEK or Esky,
|
||||
and identifies itself as a POS-58 Thermal Printer on selftest.
|
||||
This profile is suitable for alphanumberic character mode,
|
||||
but is untested on Chinese character mode.
|
||||
(Change modes by holding down feed button during power-on
|
||||
until the mode LED turns off, then release immediately.)
|
||||
features:
|
||||
barcodeA: false
|
||||
barcodeB: false
|
||||
bitImageRaster: true
|
||||
bitImageColumn: true
|
||||
graphics: false
|
||||
starCommands: false
|
||||
qrCode: false
|
||||
pdf417Code: false
|
||||
highDensity: false
|
||||
pulseStandard: true
|
||||
pulseBel: false
|
||||
paperFullCut: false
|
||||
paperPartCut: false
|
||||
colors:
|
||||
0: black
|
||||
fonts:
|
||||
0:
|
||||
name: Font A
|
||||
columns: 32
|
||||
media:
|
||||
width:
|
||||
mm: 48
|
||||
pixels: 384
|
||||
codePages:
|
||||
0: CP437
|
||||
1: CP932
|
||||
2: CP850
|
||||
3: CP860
|
||||
4: CP863
|
||||
5: CP865
|
||||
16: CP1252
|
||||
17: CP866
|
||||
18: CP852
|
||||
...
|
||||
120
capabilities-data/data/profile/default.yml
Normal file
120
capabilities-data/data/profile/default.yml
Normal file
@@ -0,0 +1,120 @@
|
||||
---
|
||||
default:
|
||||
name: Default
|
||||
vendor: Generic
|
||||
notes: >
|
||||
Default ESC/POS profile, suitable for standards-compliant or
|
||||
Epson-branded printers. This profile allows the use of standard
|
||||
ESC/POS features, and can encode a variety of code pages.
|
||||
features:
|
||||
barcodeA: true
|
||||
barcodeB: true
|
||||
bitImageRaster: true
|
||||
bitImageColumn: true
|
||||
graphics: true
|
||||
starCommands: false
|
||||
qrCode: true
|
||||
pdf417Code: true
|
||||
highDensity: true
|
||||
pulseStandard: true
|
||||
pulseBel: false
|
||||
paperFullCut: true
|
||||
paperPartCut: true
|
||||
colors:
|
||||
0: black
|
||||
fonts:
|
||||
0:
|
||||
name: Font A
|
||||
columns: 42
|
||||
1:
|
||||
name: Font B
|
||||
columns: 56
|
||||
media:
|
||||
width:
|
||||
mm: Unknown
|
||||
pixels: Unknown
|
||||
codePages:
|
||||
0: CP437
|
||||
1: CP932
|
||||
2: CP850
|
||||
3: CP860
|
||||
4: CP863
|
||||
5: CP865
|
||||
# Hiragana
|
||||
6: Unknown
|
||||
# One-pass printing Kanji characters
|
||||
7: Unknown
|
||||
# One-pass printing Kanji characters
|
||||
8: Unknown
|
||||
11: CP851
|
||||
12: CP853
|
||||
13: CP857
|
||||
14: CP737
|
||||
15: ISO_8859-7
|
||||
16: CP1252
|
||||
17: CP866
|
||||
18: CP852
|
||||
19: CP858
|
||||
# Thai Character Code 42
|
||||
20: Unknown
|
||||
# Thai Character Code 11
|
||||
21: CP874
|
||||
# Thai Character Code 13
|
||||
22: Unknown
|
||||
# Thai Character Code 14
|
||||
23: Unknown
|
||||
# Thai Character Code 16
|
||||
24: Unknown
|
||||
# Thai Character Code 17
|
||||
25: Unknown
|
||||
# Thai Character Code 18
|
||||
26: Unknown
|
||||
30: TCVN-3-1
|
||||
31: TCVN-3-2
|
||||
32: CP720
|
||||
33: CP775
|
||||
34: CP855
|
||||
35: CP861
|
||||
36: CP862
|
||||
37: CP864
|
||||
38: CP869
|
||||
39: ISO_8859-2
|
||||
40: ISO_8859-15
|
||||
41: CP1098
|
||||
42: CP774
|
||||
43: CP772
|
||||
44: CP1125
|
||||
45: CP1250
|
||||
46: CP1251
|
||||
47: CP1253
|
||||
48: CP1254
|
||||
49: CP1255
|
||||
50: CP1256
|
||||
51: CP1257
|
||||
52: CP1258
|
||||
53: RK1048
|
||||
# Devanagari
|
||||
66: Unknown
|
||||
# Bengali
|
||||
67: Unknown
|
||||
# Tamil
|
||||
68: Unknown
|
||||
# Telugu
|
||||
69: Unknown
|
||||
# Assamese
|
||||
70: Unknown
|
||||
# Oriya
|
||||
71: Unknown
|
||||
# Kannada
|
||||
72: Unknown
|
||||
# Malayalam
|
||||
73: Unknown
|
||||
# Gujarati
|
||||
74: Unknown
|
||||
# Punjabi
|
||||
75: Unknown
|
||||
# Marathi
|
||||
82: Unknown
|
||||
254: Unknown
|
||||
255: Unknown
|
||||
...
|
||||
21
capabilities-data/data/profile/simple.yml
Normal file
21
capabilities-data/data/profile/simple.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
simple:
|
||||
name: Simple
|
||||
vendor: Generic
|
||||
inherits: default
|
||||
notes: >
|
||||
A profile for use in printers with unknown or poor compatibility. This
|
||||
profile indicates that a small number of features are supported, so that
|
||||
commands are not sent a printer that is unlikely to understand them.
|
||||
features:
|
||||
barcodeA: false
|
||||
barcodeB: false
|
||||
bitImageColumn: false
|
||||
graphics: false
|
||||
qrCode: false
|
||||
pdf417Code: false
|
||||
paperFullCut: false
|
||||
paperPartCut: false
|
||||
codePages:
|
||||
0: CP437
|
||||
...
|
||||
Reference in New Issue
Block a user