You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
});
Hello i have a problem with Greek letters any CharacterSet isnt print correct letters anyone have solve this?
The text was updated successfully, but these errors were encountered: