Casa > Notícias > Indústria > How to print QR code via Receipt Printer
Catálogos
China Catálogos fabricante
Últimas notícias

OCOM passou na certificação de "Empresa Nacional de Alta Tecnologia"

Em 7 de novembro de 2023, de acordo com o anúncio do National High-tech Enterprise Recognition and Management Leading Group Office, OCOM passou com sucesso na certificação "National High-tech Enterprise", entrando assim oficialmente nas fileiras das empresas nacionais de alta tecnologia.

OCOM Emerge como fornecedor número 1 de equipamentos financeiros no "Super Setembro de 2023" do Alibaba

OCOM Emerge como fornecedor número 1 de equipamentos financeiros no "Super Setembro de 2023" do Alibaba

"Software Copyrights" e seis certificados de "Utility Model Patent" Obtidos pela OCOM

Parabéns ao OCOM - obtenha três certificados de "Software Copyrights" e seis "Utility Model Patent" no 15º aniversário.

OCOM celebra em grande estilo o 15º aniversário

2 de julho de 2022, a celebração do 15º aniversário do OCOM foi grandiosamente realizada no Atour S Hotel, distrito de Nanshan, Shenzhen.
Certificações.
Contate-Nos
Endereço: 3A01, 4F, Bloco 2, Nanyou 4o Parque Industrial, Nanshan Ave, Nanshan, Shenzhen 518054, China.
O email: ocom@ocominc.com, info@possolution.com.cn; 
Tel: +86.755.86053207, ramal 800; 
Fax: +86.755.86053207 ext. 868; 
QQ: 2485890637; 
WeChat / WHATSAPP / Viber: 0086-13352932860. Contate agora

Notícia

How to print QR code via Receipt Printer

Hans Original 2014-09-04 18:41:37

                     How to print QR code via Receipt Printer

With the QR code used more widely, many businesses will advertise on shopping bills by QR barcode or QR code payments. So how to print QR code via Receipt Printer?

Now we Print: "WWW.OCOMINC.COM" the QR code as an example,

Open one can receive and send hex command devices such as "serial debugging assistant"

Enter the command:

1D 28 6B 30 67 n (instruction set QRcode size ranges of n greater value in the 1-16 bar the larger the size)

1D 28 6B 30 69 n (set-dimensional bar code error correction level of instruction, ranging from n in 48-51 represent different error correction levels)

1D 28 6B 30 80 0F 00 (transfer data to the "code cache" command)

77 77 77 2E 6F 63 6F 6D 69 6E 63 2E 63 6F 6D (which is www.ocominc.com hexadecimal representation)

1D 28 6B 30 81 (  Print QR Code encoded data encoded buffer)

0A 0A 0A 0A (paper feed / line-instruction, multiple instructions can be avoided then send cutter knife to cut off the complete QR Code wrap with a few instructions)

 1D 56 01 (cutter instruction, want to continue to print, then do not want to cut you can delete this instruction)

Put together all of the above instructions, you can print out the 2D barcode

1D 28 6B 30 67 07 1D 28 6B 30 69 48 1D 28 6B 30 80 0F 00 77 77 77 2E 6F 63 6F 6D 69 6E 63 2E 63 6F 6D 1D 28 6B 30 81 0A 0A 0A 1D 56 01