Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Epson TM-m30III profile #93

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 71 additions & 0 deletions data/profile/TM-m30III.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
---
# https://download4.epson.biz/sec_pubs/bs/pdf/TM-m30III_trg_en_revE.pdf
# Table with dimensions is on page 121
TM-m30III:
name: TM-m30III
vendor: "Epson"
inherits: default
notes: >
Epson TM-m30III profile. Tested with a TM-m30III (112) (SKU C31CK50112),
which is the standard model, black, EU, without WiFi/Bluetooth support,
using 80mm paper.
fonts:
0:
name: Font A
columns: 48
1:
name: Font B
columns: 57
2:
name: Font C
columns: 64
media:
width:
mm: 80
pixels: 576
dpi: 203
codePages:
0: CP437
1: CP932
2: CP850
3: CP860
4: CP863
5: CP865
11: Unknown
12: Unknown
13: CP857
14: CP737
15: ISO_8859-7
16: CP1252
17: CP866
18: CP852
19: Unknown
20: Unknown
21: CP874
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
255: Unknown
...
89 changes: 89 additions & 0 deletions dist/capabilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -2800,6 +2800,95 @@
"notes": "Two-color impact printer with 76mm output",
"vendor": "Epson"
},
"TM-m30III": {
"codePages": {
"0": "CP437",
"1": "CP932",
"2": "CP850",
"3": "CP860",
"4": "CP863",
"5": "CP865",
"11": "Unknown",
"12": "Unknown",
"13": "CP857",
"14": "CP737",
"15": "ISO_8859-7",
"16": "CP1252",
"17": "CP866",
"18": "CP852",
"19": "Unknown",
"20": "Unknown",
"21": "CP874",
"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",
"255": "Unknown"
},
"colors": {
"0": "black"
},
"features": {
"barcodeA": true,
"barcodeB": true,
"bitImageColumn": true,
"bitImageRaster": true,
"graphics": true,
"highDensity": true,
"paperFullCut": true,
"paperPartCut": true,
"pdf417Code": true,
"pulseBel": false,
"pulseStandard": true,
"qrCode": true,
"starCommands": false
},
"fonts": {
"0": {
"columns": 48,
"name": "Font A"
},
"1": {
"columns": 57,
"name": "Font B"
},
"2": {
"columns": 64,
"name": "Font C"
}
},
"media": {
"dpi": 203,
"width": {
"mm": 80,
"pixels": 576
}
},
"name": "TM-m30III",
"notes": "Epson TM-m30III profile. Tested with a TM-m30III (112) (SKU C31CK50112), which is the standard model, black, EU, without WiFi/Bluetooth support, using 80mm paper.\n",
"vendor": "Epson"
},
"TSP600": {
"codePages": {
"0": "CP437",
Expand Down
89 changes: 89 additions & 0 deletions dist/capabilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3512,6 +3512,95 @@ profiles:
notes: "Two-color impact printer with 76mm output"
vendor: "Epson"

TM-m30III:

codePages:
0: "CP437"
1: "CP932"
11: "Unknown"
12: "Unknown"
13: "CP857"
14: "CP737"
15: "ISO_8859-7"
16: "CP1252"
17: "CP866"
18: "CP852"
19: "Unknown"
2: "CP850"
20: "Unknown"
21: "CP874"
255: "Unknown"
26: "Unknown"
3: "CP860"
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"
4: "CP863"
40: "ISO_8859-15"
41: "Unknown"
42: "CP774"
43: "CP772"
44: "CP1125"
45: "CP1250"
46: "CP1251"
47: "CP1253"
48: "CP1254"
49: "CP1255"
5: "CP865"
50: "CP1256"
51: "CP1257"
52: "CP1258"
53: "RK1048"

colors:
0: "black"

features:
barcodeA: yes
barcodeB: yes
bitImageColumn: yes
bitImageRaster: yes
graphics: yes
highDensity: yes
paperFullCut: yes
paperPartCut: yes
pdf417Code: yes
pulseBel: no
pulseStandard: yes
qrCode: yes
starCommands: no

fonts:
0:
columns: 48
name: "Font A"
1:
columns: 57
name: "Font B"
2:
columns: 64
name: "Font C"

media:
dpi: 203
width:
mm: 80
pixels: 576

name: "TM-m30III"

notes: "Epson TM-m30III profile. Tested with a TM-m30III (112) (SKU C31CK50112), which is the standard\
\ model, black, EU, without WiFi/Bluetooth support, using 80mm paper.\n"

vendor: "Epson"

TSP600:

codePages:
Expand Down