@kybarg/rpu
Version:
Node.js implementation of RPU printer protocol
21 lines (20 loc) • 820 B
JavaScript
module.exports = {
0x31: 'TPH Head open/close switch open error',
0x32: 'Spare',
0x33: 'Paper Jam',
0x34: 'Exit Sensor paper remains after Form Feed Operation',
0x35: 'Paper Not Setting',
0x36: 'Spare',
0x37: 'Spare',
0x38: 'Cutter sensor on/off timeout error',
0x39: 'Paper Breakage Failure',
0x3a: 'Unspecified Command Error',
0x3b: 'Font Download Failure due to Font Type Setting Error',
0x41: 'Image Read/Print Error (Image data > 20KB, Image width is not multiple of 8, Image length > 576)',
0x43: 'The Font specified does not exist',
0x45: 'Incorrect Command usage after ‘A’ Command',
0x49: 'QR Code Data Length abnormal',
0x51: 'USB Download Data Timeout',
0x52: 'USB Download Data Bcc Miss Match',
0x53: 'Checksum mismatch between USB Download data and Command data ',
};