Klemen1337 / node-thermal-printer

Node.js module for Epson, Star, Tanca, Drauma and Brother thermal printers command line printing.
MIT License
757 stars 241 forks source link

Greek Letters #220

Open askafas opened 1 year ago

askafas commented 1 year ago

Hello i have a problem with Greek letters any CharacterSet isnt print correct letters anyone have solve this?

olimexsmart commented 6 months ago

Have you tried changing the characterSet when creating the printer?

let printer = new ThermalPrinter({
    type: PrinterTypes.EPSON,
    interface: `tcp://${pInfo.ip}:${pInfo.port}`,
    characterSet: CharacterSet.ISO8859_7_GREEK, // there are also others
});
sakis475 commented 5 months ago

Same problem, have tried all available CharacterSet and none prints greek correctly.