--
You received this message because you are subscribed to the Google Groups "qz-print" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qz-print+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I'm using this printer to print my receipt: Antech AP250
And you can see the code here: https://www.dropbox.com/s/eaqmbec0fey5s1o/printer.model.js?dl=0
This is a React JS code we are using to print the receipt.
Just in case if you want to test our real product, you can try a demo here: https://demo.rockpos.com/16/v4/adm/index.php?controller=AdminLogin&email=fashio...@rockpos.com&password=demodemo
After login, see on the menu left "RockPOS", then choose "SELL". In the SELL page, you need to switch to "euro", then complete a sale to test print as I said.
Let me know if you need more information.
Thanks,
Hello,
I'm using this printer to print my receipt: Antech AP250
And you can see the code here: https://www.dropbox.com/s/eaqmbec0fey5s1o/printer.model.js?dl=0
This is a React JS code we are using to print the receipt.
Just in case if you want to test our real product, you can try a demo here: https://demo.rockpos.com/16/v4/adm/index.php?controller=AdminLogin&email=fashion-lisa@rockpos.com&password=demodemo
After login, see on the menu left "RockPOS", then choose "SELL". In the SELL page, you need to switch to "euro", then complete a sale to test print as I said.
Let me know if you need more information.
Thanks,
'\x1B\x74\x13\xD5' + '500.00 FIVE HUNDRED EUROS'
Sometimes, the printer's firmware limits the characters that may be printed. Some Epson models must be ordered with support for these languages.
Here is a good reference. Notice there are many vietnamese code pages.
--
You received this message because you are subscribed to a topic in the Google Groups "qz-print" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/qz-print/V5_IM8_e6UA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to qz-print+unsubscribe@googlegroups.com.
I've tried with your suggestion about euro character, but it doesn't work.
Is it possible for me to print a
+ type: 'raw'
+ format 'base64'
+ data: pdf data in base 64
--
You received this message because you are subscribed to the Google Groups "qz-print" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qz-print+unsubscribe@googlegroups.com.