Why is the “€” character only printed before printer initialization and not after the initialization?
问题 I have an Epson TM-T88VI printer and use the Microsoft.PointOfService.PosPrinter in C# for printing. Using the following function i get a strange output printed: public static void printerTestFunction2(string printerName) { PosExplorer explorer = new PosExplorer(); DeviceInfo di = explorer.GetDevice("PosPrinter", printerName); PosPrinter printer = (PosPrinter)explorer.CreateInstance(di); printer.Open(); printer.Claim(10000); printer.DeviceEnabled = true; printer.AsyncMode = false; string init