Michael Billington

Results 56 comments of Michael Billington

Thanks for posting. It's not obvious to me whether this will fix it, but can you try again with this code and see if the problem persists? ```python from escpos.printer...

I have not actually run the code, but on inspection I think that it's fine to merge, simply because text which doesn't contain CJK characters will be largely unaffected. As...

Hi @stevenbuehler, there is no built-in way to do this at the moment, but it's possible to extend the `Escpos` class to write to different places. You can find a...

Would you mind sharing which make/model of printer you have? This is important, because ESC/POS does not support Chinese text, but some printers have their own commands which you might...

`python-escpos` does not currently have the ability to define custom code pages. You're correct that the commands for this are heavyweight. To truly switch a printer to the modified HP-Roman...

It's not possible to scale the font arbitrarily to fill an area in ESC/POS. As you've said, you can can switch between font A (12x24) and B (9x17), and do...

It's not a `python-escpos` feature to render text like this, but you will find resources on the web to draw text on an image with PIL (using a TTF font)....

Thanks for sharing that snippet. To clarify, does not matter which library you use, since it is a protocol limitation: font A, font B and integer multiples of those (1x,...

> If you think it is interesting we could implement this functionality within this library. I just noticed this part, and thanks for the suggestion. While this is interesting as...

Telephone doesn't send DTMF tones, but if you press keys during a call, is indicates this using SIP INFO or RFC 2833 (see http://www.tlphn.com/faq/ ) For SIP-to-SIP calls, this is...