I figured out how to print basic text to our POS printer, but I can\'t figure out how to get the escape characters to work (for bold, text alignment, etc). For now I\'m just tes
Did you check if your printer supports Bold, Italic etc? i.e.
if (_printer.CapRecBold) // printer supports bold if (_printer.CapRecItalic) // printer supports italic