Pergunta

Is the any sources for examples for barcode printing for zebra rw420 mobile printer?? which is CPCL langauge.

Foi útil?

Solução

qr-code example using the CPCL printer language:

    ! 0 200 200 500 1
    B QR 10 100 M 2 U 10
    MA,QR code ABC123
    ENDQR
    FORM
    PRINT

Outras dicas

Check out the CPCL programming manual

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top