Skip to content

Commit

Permalink
Merge pull request #545 from mike42/update/2018-03-17-printer-db
Browse files Browse the repository at this point in the history
Update receipt printer database
  • Loading branch information
mike42 committed Mar 17, 2018
2 parents 82c4d41 + de49234 commit 75166c2
Showing 1 changed file with 99 additions and 0 deletions.
99 changes: 99 additions & 0 deletions src/Mike42/Escpos/resources/capabilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -1182,6 +1182,105 @@
"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\".\n",
"vendor": "Epson"
},
"TM-T88IV": {
"codePages": {
"0": "CP437",
"1": "CP932",
"2": "CP850",
"3": "CP860",
"4": "CP863",
"5": "CP865",
"16": "CP1252",
"17": "CP866",
"18": "CP852",
"19": "CP858",
"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": 42,
"name": "Font A"
},
"1": {
"columns": 56,
"name": "Font B"
}
},
"media": {
"width": {
"mm": "Unknown",
"pixels": "Unknown"
}
},
"name": "TM-T88IV",
"notes": "Epson TM-T88IV profile\n",
"vendor": "Epson"
},
"TM-T88IV-SA": {
"codePages": {
"0": "CP437",
"20": "Unknown",
"21": "CP874",
"26": "Unknown",
"30": "TCVN-3-1",
"31": "TCVN-3-2"
},
"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": 42,
"name": "Font A"
},
"1": {
"columns": 56,
"name": "Font B"
}
},
"media": {
"width": {
"mm": "Unknown",
"pixels": "Unknown"
}
},
"name": "TM-T88IV South Asia",
"notes": "Epson TM-T88IV profile (South Asia models)\n",
"vendor": "Epson"
},
"TM-U220": {
"codePages": {
"0": "CP437"
Expand Down

0 comments on commit 75166c2

Please sign in to comment.