kojh
kojh

Reputation: 287

zebra barcode printing example for CPCL language

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

Upvotes: 2

Views: 4434

Answers (1)

mherweg
mherweg

Reputation: 66

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

Upvotes: 3

Related Questions