Question

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

Was it helpful?

Solution

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

OTHER TIPS

Check out the CPCL programming manual

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top