diff --git a/escpos/escpos.py b/escpos/escpos.py index 1aed8ad..f18b169 100644 --- a/escpos/escpos.py +++ b/escpos/escpos.py @@ -440,6 +440,9 @@ class Escpos(object): else: raise BarcodeCodeError() + if function_type.upper() == "A": + self._raw("\x00") + def text(self, txt): """ Print alpha-numeric text