Closed martinGerez closed 2 years ago
Is it any way to get characters like HW_INIT, CTL_CR, etc, as Hexadecimal (something like ' "\x1B", instead of"\e") when I run#to_escpos`?
HW_INIT
CTL_CR
, instead of
) when I run
Not as part of the gem, but there are many ways in ruby to achieve that.
Is it any way to get characters like
HW_INIT
,CTL_CR
, etc, as Hexadecimal (something like ' "\x1B", instead of
"\e") when I run
#to_escpos`?